Closed
Bug 763419
Opened 13 years ago
Closed 13 years ago
Thunderbird version - Fix PATH on Lion build slaves (virtualenv install fails)
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
2.85 KB,
patch
|
jhopkins
:
review+
standard8
:
checked-in+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #758694 +++
Nightly builds have:
PATH=/tools/python/bin:/tools/buildbot/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
but repacks have:
PATH=/tools/buildbot/bin:/tools/python/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
The swapping of the first two entries means we pick up the python in /tools/buildbot/bin, which is already a virtualenv, which breaks the build.
Bug 758694 has fixed it for Firefox, but this needs to be ported to thunderbird_config.py to fix it for Thunderbird as well.
Comment 1•13 years ago
|
||
found in triage. Going with "Automation (General)", not "Machine Management", as this feels like fallout from the get-thunderbird-automation-running-on-production-firefox-machines project.
Component: Release Engineering → Release Engineering: Automation (General)
QA Contact: release → catlee
Assignee | ||
Comment 2•13 years ago
|
||
(In reply to John O'Duinn [:joduinn] from comment #1)
> found in triage. Going with "Automation (General)", not "Machine
> Management", as this feels like fallout from the
> get-thunderbird-automation-running-on-production-firefox-machines project.
(actually, this is post that move...).
Assignee | ||
Comment 3•13 years ago
|
||
Ok, I hadn't actually realised that we already had the path set up on macosx64 and macosx64-debug builds. Somehow we'd missed the macosx-debug builds - which explains why only those are broken at the moment.
So this patch ports the remaining part of the other bug and should fix those mac debug builders.
Updated•13 years ago
|
Attachment #632731 -
Flags: review?(jhopkins) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Comment on attachment 632731 [details] [diff] [review]
Fix macosx-debug builds
http://hg.mozilla.org/build/buildbot-configs/rev/3e660645d872
Attachment #632731 -
Flags: checked-in+
Comment 5•13 years ago
|
||
deployed to production
Assignee | ||
Comment 6•13 years ago
|
||
I've just confirmed the paths are fine and the builds are now working better.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•