Closed
Bug 754373
Opened 13 years ago
Closed 13 years ago
Use firefox-tuxedo.ini for Thunderbird builds
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhopkins, Assigned: jhopkins)
References
Details
Attachments
(1 file, 1 obsolete file)
6.59 KB,
patch
|
standard8
:
review+
jhopkins
:
checked-in+
|
Details | Diff | Splinter Review |
We need a tools/release/thunderbird-tuxedo.ini file so the bouncer_submitter builder runs correctly.
Assignee | ||
Comment 1•13 years ago
|
||
This is a copy of firefox-tuxedo.ini with some platform deletions.
Attachment #623252 -
Flags: review?(nrthomas)
Comment 2•13 years ago
|
||
Comment on attachment 623252 [details] [diff] [review]
proposed patch
You don't use a separate ini for Thunderbird, you just to pass proper parameters and credential file to it. See http://hg.mozilla.org/build/braindump/file/6f3766f4049f/releases-related/add_thunderbird_to_bouncer.sh
Attachment #623252 -
Flags: feedback-
Comment 3•13 years ago
|
||
Looking at the errors
Executing: ['python', 'tuxedo-add.py', '--config', 'thunderbird-tuxedo.ini', '--product', 'thunderbird', '--version', '13.0b2', '--tuxedo-server-url', 'https://bounceradmin.mozilla.com/api/', '--shipped-locales', 'shipped-locales', '--bouncer-product-name', 'Thunderbird', '--brand-name', 'Thunderbird', '--add-mars', '--old-version', '13.0b1', '--milestone', '13.0', '--platform', 'linux', '--platform', 'linux64', '--platform', 'macosx64', '--platform', 'win32', '--platform', 'opensolaris-i386', '--platform', 'opensolaris-sparc', '--platform', 'solaris-i386', '--platform', 'solaris-sparc', '--credentials-file', 'BuildSlaves.py']
Cannot read thunderbird-tuxedo.ini
The only thing you need to fix is to replace thundebird-tuxedo.ini with firefox-tuxedo.ini in buildbot-configs/mozilla/*release-thunderbird-*.py files
Assignee | ||
Updated•13 years ago
|
Attachment #623252 -
Flags: review?(nrthomas)
Assignee | ||
Comment 4•13 years ago
|
||
Attachment #623252 -
Attachment is obsolete: true
Attachment #623472 -
Flags: review?(mbanner)
Comment 5•13 years ago
|
||
Comment on attachment 623472 [details] [diff] [review]
use firefox-tuxedo.ini for Thunderbird
Looks fine to me.
Attachment #623472 -
Flags: review?(mbanner) → review+
Assignee | ||
Updated•13 years ago
|
Summary: Create thunderbird-tuxedo.ini → Use firefox-tuxedo.ini for Thunderbird builds
Assignee | ||
Comment 6•13 years ago
|
||
Comment on attachment 623472 [details] [diff] [review]
use firefox-tuxedo.ini for Thunderbird
Review of attachment 623472 [details] [diff] [review]:
-----------------------------------------------------------------
Landed in https://hg.mozilla.org/build/buildbot-configs/rev/dcf7a48fb898
Attachment #623472 -
Flags: checked-in+
Comment 7•13 years ago
|
||
A change from this bug landed on the default branches of either buildbot-configs or buildbotcustom.
Such change has been merged as of ~8:30 AM PDT into the production branches and the buildbot masters have been reconfigured.
This if FYI and a note has been added to the maintenance page:
https://wiki.mozilla.org/ReleaseEngineering:Maintenance#Reconfigs_.2F_Deployments
Comment 8•13 years ago
|
||
We just tried this and it works fine :-)
Status: NEW → 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
•