[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Denemo-devel] Re: Simple.commands still fail
From: |
Richard Shann |
Subject: |
[Denemo-devel] Re: Simple.commands still fail |
Date: |
Tue, 21 Sep 2010 14:05:22 +0100 |
Sorry, this was because when I pushed it was rejected because of
Jeremiah's work, and then when I built and checked that I didn't push
again. Worse still, it now rejects the push with a nasty looking error
message:
git push
Counting objects: 10, done.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (6/6), 714 bytes, done.
Total 6 (delta 3), reused 0 (delta 0)
Traceback (most recent call last):
File "/usr/src/git/contrib/ciabot/ciabot.py", line 232, in <module>
server.hub.deliver(message)
File "/usr/lib/python2.5/xmlrpclib.py", line 1147, in __call__
return self.__send(self.__name, args)
File "/usr/lib/python2.5/xmlrpclib.py", line 1437, in __request
verbose=self.__verbose
File "/usr/lib/python2.5/xmlrpclib.py", line 1191, in request
headers
xmlrpclib.ProtocolError: <ProtocolError for cia.navi.cx/RPC2: 500
Internal Server Error>
run-parts: hooks/update.d/ciabot exited with return code 1
error: hook declined to update refs/heads/master
To ssh://address@hidden/srv/git/denemo.git
! [remote rejected] master -> master (hook declined)
error: failed to push some refs to
'ssh://address@hidden/srv/git/denemo.git'
On Tue, 2010-09-21 at 11:59 +0200, Nils Gey wrote:
> Simple.commands is still not working. Same error.
>
> Are there gdb commands to trace where Denemo looks to load?
>
> Nils