Closed
Bug 916930
Opened 12 years ago
Closed 12 years ago
get rid of environment variable hacks from release repack script
Categories
(Release Engineering :: Release Automation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: mozilla)
Details
Attachments
(1 file)
|
1.75 KB,
patch
|
bhearsum
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
These were added in bug 902091 to deal with pymake related fallout. They're dangerous because they assume a bunch of paths exist on the machine they run. According to a comment in the script:
+ # HACK!! We need to get rid of this script, ideally by 24.0b2.
+ # The core issue here is that env vars in mozconfigs are only there
+ # for configure, not make, so we fall back to MSVS8.
And we're way past 24.0b2.
| Assignee | ||
Comment 1•12 years ago
|
||
I believe these are removable without breaking anything, since we switched to w64 build slaves. I'm a little hesitant to do so right before 25.0b1, but I'm not sure when a *good* time would be.
| Reporter | ||
Comment 2•12 years ago
|
||
(In reply to Aki Sasaki [:aki] from comment #1)
> I believe these are removable without breaking anything, since we switched
> to w64 build slaves. I'm a little hesitant to do so right before 25.0b1,
> but I'm not sure when a *good* time would be.
It looks like 17.0esr is still on 32-machines based on the logs in https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/17.0.9esr-candidates/build1/logs/. We still have two more of those releases, too.
| Assignee | ||
Comment 3•12 years ago
|
||
I believe 17esr isn't forced to use pymake, either, so doesn't hit that block.
| Reporter | ||
Comment 4•12 years ago
|
||
(In reply to Aki Sasaki [:aki] from comment #3)
> I believe 17esr isn't forced to use pymake, either, so doesn't hit that
> block.
Duh, thanks. You're on releaseduty next week for b2 - can we try backing it out on Monday?
| Assignee | ||
Comment 5•12 years ago
|
||
Sure.
I believe we still need the sign cmd hack, and the best fix here is to get mgerva's stuff live. But this should be less hacky than before this patch.
Assignee: nobody → aki
Attachment #805509 -
Flags: review?(bhearsum)
| Reporter | ||
Updated•12 years ago
|
Attachment #805509 -
Flags: review?(bhearsum) → review+
| Assignee | ||
Comment 6•12 years ago
|
||
Comment on attachment 805509 [details] [diff] [review]
remove_hack
https://hg.mozilla.org/build/tools/rev/92eb1f309fae
Attachment #805509 -
Flags: checked-in+
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•