Closed
Bug 467348
Opened 16 years ago
Closed 16 years ago
ReleaseTaggingFactory should not try to do 'hg up -r' for respins (because the following step is 'hg up -C -r')
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
(Whiteboard: [hg-automation])
Attachments
(1 file)
|
1.43 KB,
patch
|
nthomas
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
Hit this during 3.1b2build2 -- it looks like this BuildStep should be part of the 'if build == 1' level rather than run regardless.
| Assignee | ||
Updated•16 years ago
|
Whiteboard: [hg-automation]
Comment 1•16 years ago
|
||
I'm not sure whether this is relevant, but nthomas and I talked about a similar issue a while ago on IRC: http://people.mozilla.org/~gavin/logs/build.20081028.log
| Assignee | ||
Comment 2•16 years ago
|
||
(In reply to comment #1)
> I'm not sure whether this is relevant, but nthomas and I talked about a similar
> issue a while ago on IRC:
> http://people.mozilla.org/~gavin/logs/build.20081028.log
Yeah, it looks like you guys caught this silliness before I did.
| Assignee | ||
Comment 3•16 years ago
|
||
| Assignee | ||
Updated•16 years ago
|
Priority: -- → P2
Updated•16 years ago
|
Attachment #351185 -
Flags: review?(nthomas) → review+
Comment 4•16 years ago
|
||
Comment on attachment 351185 [details] [diff] [review]
fix tagging respin logic
Looks ok to me.
BTW, random trivia:
relbranchName = 'GECKO%s_%s_RELBRANCH' % (
milestone.replace('.', ''), datetime.now().strftime('%Y%m%d'))
means we use local time for hg releases, while Bootstrap uses UTC.
| Assignee | ||
Comment 5•16 years ago
|
||
Comment on attachment 351185 [details] [diff] [review]
fix tagging respin logic
Checking in process/factory.py;
/cvsroot/mozilla/tools/buildbotcustom/process/factory.py,v <-- factory.py
new revision: 1.49; previous revision: 1.48
done
Attachment #351185 -
Flags: checked‑in+
| Assignee | ||
Updated•16 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
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
•