devstructure / blueprint

Reverse engineer server configuration
http://devstructure.com/
Other
2.15k stars 132 forks source link

blueprint apply fails #162

Open pablogmorales opened 6 years ago

pablogmorales commented 6 years ago

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

Any idea what's wrong? Thanks!