Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 1st, 2012  |  syntax: None  |  size: 1.45 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [kerin@localhost ~]$ blueprint create test-blueprint
  2. # [blueprint] searching for APT packages to exclude
  3. # [blueprint] searching for Yum packages to exclude
  4. # [blueprint] caching excluded Yum packages
  5. # [blueprint] searching for Python packages
  6. # [blueprint] searching for Ruby gems
  7. # [blueprint] searching for APT packages
  8. # [blueprint] searching for configuration files
  9. # [blueprint] searching for software built from source
  10. # [blueprint] /usr/local caused EPERM - try running as root
  11. # [blueprint] searching for Yum packages
  12. # [blueprint] searching for PEAR/PECL packages
  13. # [blueprint] searching for service dependencies
  14.  
  15. *** Please tell me who you are.
  16.  
  17. Run
  18.  
  19.   git config --global user.email "you@example.com"
  20.   git config --global user.name "Your Name"
  21.  
  22. to set your account's default identity.
  23. Omit --global to set the identity only in this repository.
  24.  
  25. fatal: empty ident  <kerin@localhost.localdomain> not allowed
  26. Traceback (most recent call last):
  27.   File "/usr/local/bin/blueprint-create", line 60, in <module>
  28.     b.commit(options.message or '')
  29.   File "/usr/lib/python2.6/site-packages/blueprint/__init__.py", line 338, in commit
  30.     self._commit = git.commit_tree(tree, message, parent)
  31.   File "/usr/lib/python2.6/site-packages/blueprint/git.py", line 139, in commit_tree
  32.     status, stdout = git('commit-tree', tree, stdin=message)
  33.   File "/usr/lib/python2.6/site-packages/blueprint/git.py", line 64, in git
  34.     raise GitError(p.returncode)
  35. blueprint.git.GitError: 128