Created
September 4, 2014 14:11
-
-
Save jfridye/4734233089ae3ef079ba 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
Putting a testing notes on this commit! | |
citools panama-tests add-notes --unit | |
INFO: Fetching for repo: [email protected]:panama.git | |
INFO: git fetch -f origin refs/notes/*:refs/notes/* | |
CRITICAL: | |
error: Unable to append to .git/logs/refs/notes/commits: Permission denied | |
From git.mapmyfitness.com:panama | |
! c74c62a..90d3563 refs/notes/commits -> refs/notes/commits (unable to update local ref) | |
ERROR:root:"['git', 'fetch', '-f', 'origin', 'refs/notes/*:refs/notes/*'] returned exit status 1" | |
Traceback (most recent call last): | |
File "/usr/local/python/env/prod_live/lib/python2.6/site-packages/citools/cli/main.py", line 71, in main | |
app.run() | |
File "/usr/local/python/env/prod_live/lib/python2.6/site-packages/citools/cli/main.py", line 57, in run | |
rv = self.controller._dispatch() | |
File "/usr/local/python/env/prod_live/lib/python2.6/site-packages/cement/core/controller.py", line 455, in _dispatch | |
return func() | |
File "/usr/local/python/env/prod_live/lib/python2.6/site-packages/cement/core/controller.py", line 461, in _dispatch | |
return func() | |
File "<string>", line 2, in add_notes | |
File "/usr/local/python/env/prod_live/lib/python2.6/site-packages/pyul/decoratorUtils.py", line 47, in cementArgFiller | |
return f(**compiled_kwds) | |
File "/usr/local/python/env/prod_live/lib/python2.6/site-packages/citools/ext/ext_panama_tests.py", line 181, in add_notes | |
sha = self.git.get_sha_for('HEAD') | |
File "<string>", line 2, in get_sha_for | |
File "/usr/local/python/env/prod_live/lib/python2.6/site-packages/pyul/decoratorUtils.py", line 47, in cementArgFiller | |
return f(**compiled_kwds) | |
File "/usr/local/python/env/prod_live/lib/python2.6/site-packages/citools/cli/controllers/git.py", line 134, in get_sha_for | |
return self.git.rev_parse(commit_id or 'HEAD') | |
File "/usr/local/python/env/prod_live/lib/python2.6/site-packages/pyul/coreUtils/jitproxy.py", line 41, in __getattribute__ | |
JITProxy.initObj(self) | |
File "/usr/local/python/env/prod_live/lib/python2.6/site-packages/pyul/coreUtils/jitproxy.py", line 20, in initObj | |
oga(obj, "_on_init")(oga(obj, "_obj")) | |
File "/usr/local/python/env/prod_live/lib/python2.6/site-packages/pyul/coreUtils/event.py", line 20, in fire | |
handler(*args, **kargs) | |
File "/usr/local/python/env/prod_live/lib/python2.6/site-packages/citools/cli/controllers/git.py", line 101, in _fetches | |
LOG.debug(git.fetch('origin', 'refs/notes/*:refs/notes/*', f=True)) | |
File "/usr/local/python/env/prod_live/lib/python2.6/site-packages/git/cmd.py", line 58, in <lambda> | |
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs) | |
File "/usr/local/python/env/prod_live/lib/python2.6/site-packages/git/cmd.py", line 221, in _call_process | |
return self.execute(call, **_kwargs) | |
File "/usr/local/python/env/prod_live/lib/python2.6/site-packages/citools/cli/controllers/git.py", line 49, in execute | |
raise GitCommandError(command, status, err) | |
GitCommandError: "['git', 'fetch', '-f', 'origin', 'refs/notes/*:refs/notes/*'] returned exit status 1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment