Closed
Bug 465566
Opened 16 years ago
Closed 16 years ago
pretxnchangegroup.a_treeclosure rejected a push to my user repo
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: edwsmith, Unassigned)
References
Details
pushing a brand new (no parent) change to an empty repo at http://hg.mozilla.org/users/edwsmith_adobe.com/nanojit-tamarin, got this error:
remote: Unrecognized tree! I don't know how to check closed status for nanojit-tamarin.
remote: transaction abort!
remote: rollback completed
remote: abort: pretxnchangegroup.a_treeclosure hook failed
abort: unexpected response: empty string
Comment 1•16 years ago
|
||
Hmm - this should only have been added for mozilla-central. Aravind?
Comment 2•16 years ago
|
||
ditto for tamarin-redux
Comment 3•16 years ago
|
||
bumping to major... I think this is the least obstructive, but does ping, mode for IT
Severity: normal → major
Updated•16 years ago
|
Severity: major → blocker
Comment 4•16 years ago
|
||
Oh.. the script had a mapping like
'mozilla-central': 'http://tinderbox.mozilla.org/Firefox/',
'comm-central' : 'http://tinderbox.mozilla.org/Thunderbird/',
'mobile-browser' : 'http://tinderbox.mozilla.org/Mobile/'
So I assumed it'd check the repo name against a tinderbox tree status, and that the default would allow checkins.
Moving it to mozilla-central only.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 5•16 years ago
|
||
Sorry, we should have been more clear on that. Our intent is that this will be strictly opt-in per repository.
| Reporter | ||
Comment 6•16 years ago
|
||
no problem. Just pushed successfully.
Comment 7•16 years ago
|
||
Yeah, I should have called that out more too - the mappings are there as an illustration, so that when mozilla-random wants to opt-in here, they can add a mapping for their tree, and then hook this to their tree.
On the plus side - it failed in the way it was supposed to, so we detected bad hooks early. :)
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•