Closed
Bug 1196183
Opened 9 years ago
Closed 9 years ago
tracking bug for build and release of Firefox and Fennec 42.0
Categories
(Release Engineering :: Release Requests, defect)
Release Engineering
Release Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(1 file)
2.80 KB,
patch
|
nthomas
:
review+
jlund
:
checked-in+
|
Details | Diff | Splinter Review |
Go-to-builds: Beta 1 is on 9/21, RC is 10/26
Release is on 11/3
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → rail
Comment 1•9 years ago
|
||
because release-runner failure: 2015-09-21 14:18:12,118 : ERROR : found in browser/config/mozconfigs/macosx-universal/beta but not in browser/config/mozconfigs/macosx-universal/nightly: MOZ_AUTOMATION_SD K=${MOZ_AUTOMATION_SDK-1}
context: https://hg.mozilla.org/mozilla-central/rev/2d831e32aada#l7.12
Attachment #8663880 -
Flags: review?(nthomas)
Comment 2•9 years ago
|
||
tracking beta1 - https://wiki.mozilla.org/Releases/Firefox_42.0b1/BuildNotes
Comment 3•9 years ago
|
||
Comment on attachment 8663880 [details] [diff] [review]
150921_1196183_42_release-tools-whitelist.diff
>diff --git a/buildbot-helpers/mozconfig_whitelist b/buildbot-helpers/mozconfig_whitelist
> all_platforms = ['win32', 'linux', 'linux64', 'macosx64', 'android', 'android-api-9', 'android-api-11', 'android-x86', 'win64']
>+all_desktop_platforms = ['win32', 'linux', 'linux64', 'macosx64', 'win64']
Alternatively
all_desktop_platforms = ['win32', 'linux', 'linux64', 'macosx64', 'win64']
all_platforms = all_desktop_platforms + ['android-api-9', 'android-api-11', 'android-x86']
Up to you.
Attachment #8663880 -
Flags: review?(nthomas) → review+
Comment 4•9 years ago
|
||
Comment on attachment 8663880 [details] [diff] [review]
150921_1196183_42_release-tools-whitelist.diff
I ended with your improvement. tweaked slightly by giving mobile a named var: https://hg.mozilla.org/build/tools/rev/a2ac5f1f9149
Attachment #8663880 -
Flags: checked-in+
Comment 5•9 years ago
|
||
Comment on attachment 8663880 [details] [diff] [review]
150921_1196183_42_release-tools-whitelist.diff
this patch had a typo.
follow up: https://hg.mozilla.org/build/tools/rev/29ed5c56e79c
Assignee | ||
Comment 6•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•