Opened at 2010-04-08T23:28:04Z
Last modified at 2010-04-16T22:15:32Z
#1017 closed defect
Mirroring of source to allmydata.org trac is broken — at Initial Version
Reported by: | davidsarah | Owned by: | somebody |
---|---|---|---|
Priority: | supercritical | Milestone: | soon (release n/a) |
Component: | dev-infrastructure | Version: | n/a |
Keywords: | trac darcs | Cc: | |
Launchpad Bug: |
Description
Changes to the main trunk repository, on "hanford" (a.k.a. dev.allmydata.org), all normally mirrored to another repository on allmydata.org that is used by the darcs trac plugin to implement Browse Source. However the script that does this appears to have been broken, probably by recent domain changes.
The script on hanford that is failing is /home/source/bin/mirror-to-org.sh, which is invoked by the post-commit hook, /home/darcs/tahoe/trunk-posthook.sh. It fails with the message
darcs failed: Not a repository: source@allmydata.org:darcs/tahoe/trunk ((scp) failed to fetch: source@allmydata.org:darcs/tahoe/trunk/_darcs/inventory)
I believe the only patch that is currently affected is the one attached to #968, which was pushed at approx. 23:30 UTC on April 3 (I think). Fortunately it is a very minimal patch: it only changes a typo in a comment here. But we should avoid pushing other patches until this issue has been fixed.
Output of darcs push when mirroring script failed.