Created
December 20, 2011 03:30
-
-
Save abutcher/1500105 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <abutcher>@(lovecoo)[~/Taboot] 22:29:25 (modjkwait) | |
| $ git rebase tim-dev/0.4.0-test | |
| First, rewinding head to replay your work on top of it... | |
| Applying: Initial commit for rfe #10 modjk wait polling. | |
| Applying: Cleaning state polling function. | |
| <abutcher>@(lovecoo)[~/Taboot] 22:29:53 (modjkwait) | |
| $ sudo su | |
| [root@lovecoo Taboot]# . ./hacking/env-setup | |
| bash: ./hacking/env-setup: No such file or directory | |
| [root@lovecoo Taboot]# . ./hacking/setup-env | |
| Prefixing PYTHONPATH with /home/abutcher/Taboot:/home/abutcher/Taboot/taboot/ | |
| Prefixing PATH with /home/abutcher/Taboot/bin | |
| Prefixing MANPATH with /home/abutcher/Taboot/docs/man | |
| [root@lovecoo Taboot]# cd | |
| [root@lovecoo ~]# taboot derp | |
| ERROR: Failed to read input file 'derp'. Are you sure it exists? | |
| [root@lovecoo ~]# taboot derp.yaml | |
| Traceback (most recent call last): | |
| File "/home/abutcher/Taboot/bin/taboot", line 20, in <module> | |
| taboot.cli.main() | |
| File "/home/abutcher/Taboot/taboot/cli.py", line 123, in main | |
| scripts = Scripts(input_files, args, config) | |
| File "/home/abutcher/Taboot/taboot/scripts.py", line 39, in __init__ | |
| self._process_input_files() | |
| File "/home/abutcher/Taboot/taboot/scripts.py", line 59, in _process_input_files | |
| script.validate() | |
| File "/home/abutcher/Taboot/taboot/tabootScript.py", line 94, in validate | |
| instantiator(task, host="*") | |
| File "/home/abutcher/Taboot/taboot/util.py", line 113, in instantiator | |
| log_error("Unable to instantiate %s with the following arguments:", | |
| NameError: global name 'log_error' is not defined |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment