Bug 1237094 - tracking bug for build and release of Firefox 45.0 ESR, r=nthomas
authorJordan Lund <jlund@mozilla.com>
Wed, 02 Mar 2016 13:27:57 -0800 (2016-03-02)
changeset 13860 91b85a6e4c1ee97b895ce6e00ae21463a72a8fd8
parent 13859 38e4592e3d576f9cf1684d0f6013a2cfb7a2f428
child 13861 d00e9125305b0d2859cd679c4902a09aa5c1ba26
child 13864 39239fcf036215e8dce92648890e1fd6b694dd3d
push id9744
push userjlund@mozilla.com
push dateWed, 02 Mar 2016 21:41:52 +0000 (2016-03-02)
reviewersnthomas
bugs1237094, 1220979, 1195546
Bug 1237094 - tracking bug for build and release of Firefox 45.0 ESR, r=nthomas similar to bug 1220979, we need a patch like: https://hg.mozilla.org/build/buildbot-configs/rev/f4e7ec4d4fc4 reason is because esr45 is like current beta which requires this work around for 'make package' to work (i.e. Bug 1195546) MozReview-Commit-ID: 64PuIuNAetB
mozilla/config.py
--- a/mozilla/config.py
+++ b/mozilla/config.py
@@ -2692,16 +2692,17 @@ BRANCHES['mozilla-esr38']['unittest_buil
 BRANCHES['mozilla-esr45']['repo_path'] = 'releases/mozilla-esr45'
 BRANCHES['mozilla-esr45']['update_channel'] = 'nightly-esr45'
 BRANCHES['mozilla-esr45']['l10n_repo_path'] = 'releases/l10n/mozilla-release'
 BRANCHES['mozilla-esr45']['start_hour'] = [0]
 BRANCHES['mozilla-esr45']['start_minute'] = [15]
 BRANCHES['mozilla-esr45']['pgo_strategy'] = 'per-checkin'
 BRANCHES['mozilla-esr45']['enable_mac_a11y'] = True
 BRANCHES['mozilla-esr45']['unittest_build_space'] = 6
+BRANCHES['mozilla-esr45']['platforms']['macosx64']['platform_objdir'] = "%s/x86_64" % OBJDIR
 # L10n configuration
 BRANCHES['mozilla-esr38']['enable_l10n'] = False
 BRANCHES['mozilla-esr38']['enable_l10n_onchange'] = False
 BRANCHES['mozilla-esr38']['l10nNightlyUpdate'] = False
 BRANCHES['mozilla-esr38']['l10n_platforms'] = ['linux', 'linux64', 'win32', 'macosx64']
 BRANCHES['mozilla-esr38']['l10nDatedDirs'] = True
 BRANCHES['mozilla-esr38']['l10n_tree'] = 'fxesr38'
 BRANCHES['mozilla-esr38']['enUS_binaryURL'] = \