Bug 1237094 - tracking bug for build and release of Firefox 45.0 ESR, r?nthomas draft
authorJordan Lund <jlund@mozilla.com>
Wed, 02 Mar 2016 13:27:57 -0800
changeset 12733 72940c388914868b5ec72255d314b31e0ffc2fe3
parent 12732 38e4592e3d576f9cf1684d0f6013a2cfb7a2f428
push id16
push userjlund@mozilla.com
push dateWed, 02 Mar 2016 21:29:37 +0000
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'] = \