Closed
Bug 631124
Opened 14 years ago
Closed 14 years ago
Modules imported in process/release.py should use reload() to be reconfigured properly
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhford, Assigned: rail)
References
Details
Attachments
(1 file, 2 obsolete files)
4.66 KB,
patch
|
catlee
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
Not sure why, but the links are
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/4.0b11-candidates/build2/mac64
instead of
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/4.0b11-candidates/build2/mac
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → rail
Priority: -- → P2
Hardware: x86_64 → x86
Assignee | ||
Comment 1•14 years ago
|
||
Looks like the main problem here is the fact that we don't reload modules in release.py.
* removed some imported but unused functions
* buildbot2ftp(p) instead of ftp_platform_map.get(p, p)
* removed unused base_name variable
Attachment #509683 -
Flags: review?(catlee)
Comment 2•14 years ago
|
||
Comment on attachment 509683 [details] [diff] [review]
reload release.py modules
Not everything needs to be reloaded here...only things that aren't being reloaded elsewhere. I think just release.platforms and release.paths need to be reloaded here.
Attachment #509683 -
Flags: review?(catlee) → review-
Assignee | ||
Comment 3•14 years ago
|
||
BuildSlaves also should be reloaded, imo.
Attachment #509683 -
Attachment is obsolete: true
Attachment #509687 -
Flags: review?(catlee)
Assignee | ||
Updated•14 years ago
|
Summary: release emails should use mac instead of mac64 → Modules imported in process/release.py should use reload() to be reconfigured properly
Assignee | ||
Comment 4•14 years ago
|
||
Attachment #509687 -
Attachment is obsolete: true
Attachment #509691 -
Flags: review?(catlee)
Attachment #509687 -
Flags: review?(catlee)
Updated•14 years ago
|
Attachment #509691 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Comment on attachment 509691 [details] [diff] [review]
reload release.py modules
http://hg.mozilla.org/build/buildbotcustom/rev/fbfe31f55f9d
Attachment #509691 -
Flags: checked-in+
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 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
•