You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@centos5:~ $ blueprint apply openldapclients
Traceback (most recent call last):
File "/usr/local/bin/blueprint-apply", line 32, in
b = blueprint.cli.read(options, args)
File "/usr/lib/python2.6/site-packages/blueprint/cli.py", line 70, in read
return blueprint.Blueprint.checkout(name)
File "/usr/lib/python2.6/site-packages/blueprint/init.py", line 58, in checkout
tree = git.tree(commit)
File "/usr/lib/python2.6/site-packages/blueprint/git.py", line 109, in tree
status, stdout = git('show', '--pretty=format:%T', commit)
File "/usr/lib/python2.6/site-packages/blueprint/git.py", line 83, in git
raise GitError(p.returncode)
blueprint.git.GitError: -9
root@centos5:~ $ blueprint list
openldapclients
pablotest
Any idea what's wrong?
Thanks!
The text was updated successfully, but these errors were encountered:
root@centos5:~ $ blueprint apply openldapclients
Traceback (most recent call last):
File "/usr/local/bin/blueprint-apply", line 32, in
b = blueprint.cli.read(options, args)
File "/usr/lib/python2.6/site-packages/blueprint/cli.py", line 70, in read
return blueprint.Blueprint.checkout(name)
File "/usr/lib/python2.6/site-packages/blueprint/init.py", line 58, in checkout
tree = git.tree(commit)
File "/usr/lib/python2.6/site-packages/blueprint/git.py", line 109, in tree
status, stdout = git('show', '--pretty=format:%T', commit)
File "/usr/lib/python2.6/site-packages/blueprint/git.py", line 83, in git
raise GitError(p.returncode)
blueprint.git.GitError: -9
root@centos5:~ $ blueprint list
pablotest
Any idea what's wrong?
Thanks!
The text was updated successfully, but these errors were encountered: