Closed
Bug 510028
Opened 16 years ago
Closed 16 years ago
binaryurl is not branch-specific in tinderbox headers
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: coop, Assigned: coop)
Details
(Whiteboard: [l10n])
Attachments
(1 file, 1 obsolete file)
1.30 KB,
patch
|
armenzg
:
review+
coop
:
checked-in+
|
Details | Diff | Splinter Review |
Axel noticed today that the binaryurl listed in the tinderbox build log headers always points to mozilla-central.
e.g. from http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-l10n/1250087349.1250087418.31857.gz&fulltext=1 :
tinderbox: tree: Mozilla-l10n
tinderbox: builddate: 1250087349
tinderbox: status: success
tinderbox: build: Firefox mozilla-1.9.1 linux l10n
tinderbox: errorparser: unix
tinderbox: binaryurl: http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central-l10n/
tinderbox: logcompression: bzip2
tinderbox: logencoding: base64
tinderbox: END
This looks like a simple fix to make if use config['enUS_binaryURL'] to set the binaryURL rather than hard-coding here:
http://hg.mozilla.org/build/buildbotcustom/file/7b3c9c41fbc9/misc.py#l174
http://hg.mozilla.org/build/buildbotcustom/file/7b3c9c41fbc9/misc.py#l186
Assignee | ||
Updated•16 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #394094 -
Flags: review?(armenzg)
Updated•16 years ago
|
Attachment #394094 -
Flags: review?(armenzg) → review+
Assignee | ||
Comment 2•16 years ago
|
||
Comment on attachment 394094 [details] [diff] [review]
Use enUS_binaryURL from config in TinderboxMailNotifier
http://hg.mozilla.org/build/buildbotcustom/rev/77beb8304501
Attachment #394094 -
Flags: checked-in+
Assignee | ||
Comment 3•16 years ago
|
||
Production masters updated and reconfig-ed.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 4•16 years ago
|
||
Actually, we should use the en-US url plus -l10n, as the builds don't get uploaded to en-US ;-)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Whiteboard: [l10n]
Assignee | ||
Updated•16 years ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 5•16 years ago
|
||
Attachment #394094 -
Attachment is obsolete: true
Attachment #397620 -
Flags: review?(armenzg)
Updated•16 years ago
|
Attachment #397620 -
Flags: review?(armenzg) → review+
Assignee | ||
Updated•16 years ago
|
Attachment #397620 -
Flags: checked-in+
Assignee | ||
Comment 6•16 years ago
|
||
Comment on attachment 397620 [details] [diff] [review]
Append '-l10n' to the en-US binary URL
http://hg.mozilla.org/build/buildbotcustom/rev/32ed493f9c32
Assignee | ||
Updated•16 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
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
•