Closed
Bug 459216
Opened 17 years ago
Closed 17 years ago
ReleaseUpdatesFactory does not properly handle the useBetaChannel argument
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
()
Details
(Whiteboard: [hg-automation])
Attachments
(1 file)
|
1.38 KB,
patch
|
coop
:
review+
|
Details | Diff | Splinter Review |
When useBetaChannel is True we should be passing the '-u' flag to patcher-config-bump.pl, when False we should not. Right now, we _always_ pass -u, which is not what we want to do for Betas.
| Assignee | ||
Updated•17 years ago
|
Whiteboard: [hg-automation]
| Assignee | ||
Comment 1•17 years ago
|
||
Updated•17 years ago
|
Attachment #342450 -
Flags: review?(ccooper) → review+
| Assignee | ||
Comment 2•17 years ago
|
||
Comment on attachment 342450 [details] [diff] [review]
[checked in] pass the '-u' flag only when we're supposed to
Checking in factory.py;
/cvsroot/mozilla/tools/buildbotcustom/process/factory.py,v <-- factory.py
new revision: 1.19; previous revision: 1.18
done
Attachment #342450 -
Attachment description: pass the '-u' flag only when we're supposed to → [checked in] pass the '-u' flag only when we're supposed to
| Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 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
•