Closed
Bug 447772
Opened 17 years ago
Closed 17 years ago
add GetHgRevision() step to buildbotcustom
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kairo, Assigned: kairo)
References
Details
Attachments
(1 file)
1.55 KB,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter Review |
In bug 447590, we added a GetHgRevision() build step to SeaMonkey and Thunderbird buildbots to display the mozilla-central revision in addition to the comm-central revision in tinderbox, as the platform is a major part of our products.
Due to mozilla-central being pulled in via client.py, we don't have got_revision for it and need to retrieve it directly from hg. This ShellCommand step should go into buildbotcustom so it can be reused.
Assignee | ||
Comment 1•17 years ago
|
||
Here's the patch, I hope the comment explains it well enough.
Updated•17 years ago
|
Attachment #331086 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 2•17 years ago
|
||
Thanks, checked in, will fix the SeaMonkey masters to use it in a moment :)
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•