This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: incoming.cia hook error when pushing commits
Type: Stage:
Components: Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: chris.jerdonek, georg.brandl, pitrou
Priority: normal Keywords:

Created on 2012-09-28 08:33 by chris.jerdonek, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg171414 - (view) Author: Chris Jerdonek (chris.jerdonek) * (Python committer) Date: 2012-09-28 08:33
When pushing commits to hg.python.org, I got the following error re: the "incoming.cia" hook:

$ hg push ssh://hg@hg.python.org/cpython
pushing to ssh://hg@hg.python.org/cpython
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 2 changesets with 4 changes to 2 files
remote: buildbot: change(s) sent successfully
remote: sent email to roundup at report@bugs.python.org
remote: notified python-checkins@python.org of incoming changeset 9205277bc008
remote: error: incoming.cia hook raised an exception: <ProtocolError for cia.vc/RPC2: 404 Not Found>
remote: notified python-checkins@python.org of incoming changeset 6ccb04c4cbae
remote: error: incoming.cia hook raised an exception: <ProtocolError for cia.vc/RPC2: 404 Not Found>
msg171416 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2012-09-28 08:37
Looking at http://cia.vc/, it seems like CIA is dead for now.  I've disabled the CIA hook on all hg.p.org repos.
History
Date User Action Args
2022-04-11 14:57:36adminsetgithub: 60279
2012-09-28 08:37:37georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg171416
2012-09-28 08:33:10chris.jerdonekcreate