Closed
Bug 609717
Opened 14 years ago
Closed 14 years ago
Do not fail tagging if APPROVAL_REQUIRED is commented out on the tinderbox page status
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 589914
People
(Reporter: armenzg, Unassigned)
References
Details
For beta7 I had change the status of the tree to CLOSED and commented out with HTML comments the previous APPROVAL_REQUIRED message.
This caused the tagging job to fail as it found APPROVAL_REQUIRED even if it was commented out.
We should not fail if CLOSED appears at the same time as APPROVAL_REQUIRED.
Reference code:
http://hg.mozilla.org/hgcustom/hghooks/file/tip/mozhghooks/treeclosure.py#l59
Comment 1•14 years ago
|
||
Is this a bug on the hghooks, or the tagging code?
Reporter | ||
Comment 2•14 years ago
|
||
Well, we could fix tagging to have "a=" in it.
Reporter | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> Well, we could fix tagging to have "a=" in it.
>
In the comment.
Comment 4•14 years ago
|
||
dup of bug 589914?
Comment 5•14 years ago
|
||
Definitely a dupe - and really, we shouldn't do the comment out thing afaic I think we should go the extra mile and remove APPROVAL REQUIRED, then put it back when done. It's not worth the risk of messing with that hook code and the hook code is good for developers' tree management.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Comment 6•14 years ago
|
||
(In reply to comment #5)
> Definitely a dupe - and really, we shouldn't do the comment out thing afaic I
> think we should go the extra mile and remove APPROVAL REQUIRED, then put it
> back when done. It's not worth the risk of messing with that hook code and the
> hook code is good for developers' tree management.
When bug 508896 is fixed, we won't be closing the tree to tag, and we will need to have the a= in the comment to tag the tree anyway.
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•