- [kerin@localhost ~]$ blueprint create test-blueprint
- # [blueprint] searching for APT packages to exclude
- # [blueprint] searching for Yum packages to exclude
- # [blueprint] caching excluded Yum packages
- # [blueprint] searching for Python packages
- # [blueprint] searching for Ruby gems
- # [blueprint] searching for APT packages
- # [blueprint] searching for configuration files
- # [blueprint] searching for software built from source
- # [blueprint] /usr/local caused EPERM - try running as root
- # [blueprint] searching for Yum packages
- # [blueprint] searching for PEAR/PECL packages
- # [blueprint] searching for service dependencies
- *** Please tell me who you are.
- Run
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"
- to set your account's default identity.
- Omit --global to set the identity only in this repository.
- fatal: empty ident <kerin@localhost.localdomain> not allowed
- Traceback (most recent call last):
- File "/usr/local/bin/blueprint-create", line 60, in <module>
- b.commit(options.message or '')
- File "/usr/lib/python2.6/site-packages/blueprint/__init__.py", line 338, in commit
- self._commit = git.commit_tree(tree, message, parent)
- File "/usr/lib/python2.6/site-packages/blueprint/git.py", line 139, in commit_tree
- status, stdout = git('commit-tree', tree, stdin=message)
- File "/usr/lib/python2.6/site-packages/blueprint/git.py", line 64, in git
- raise GitError(p.returncode)
- blueprint.git.GitError: 128