After running the basic installation instructions on Ubuntu 10.04 with the latest code, running "blueprint create test" generates the following error:
blueprint create standard
[blueprint] using cached blueprintignore rules
[blueprint] searching for configuration files
Traceback (most recent call last):
File "/usr/local/bin/blueprint-create", line 61, in
b = blueprint.Blueprint(name=name, create=True)
File "/usr/local/lib/python2.6/dist-packages/blueprint/init.py", line 93, in init
getattr(backend, funcname)(self)
File "/usr/local/lib/python2.6/dist-packages/blueprint/backend/files.py", line 778, in files
*yum_packages)
NameError: global name 'yum_packages' is not defined
After running the basic installation instructions on Ubuntu 10.04 with the latest code, running "blueprint create test" generates the following error:
blueprint create standard [blueprint] using cached blueprintignore rules [blueprint] searching for configuration files Traceback (most recent call last): File "/usr/local/bin/blueprint-create", line 61, in
b = blueprint.Blueprint(name=name, create=True)
File "/usr/local/lib/python2.6/dist-packages/blueprint/init.py", line 93, in init
getattr(backend, funcname)(self)
File "/usr/local/lib/python2.6/dist-packages/blueprint/backend/files.py", line 778, in files
*yum_packages)
NameError: global name 'yum_packages' is not defined