From d5b161f5d04d9eef6564cd7d8646d7aa8d89a666 Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Fri, 16 Jun 2017 11:59:44 +0200 Subject: [PATCH] bug 1370506, good default download URL for Desktop l10n repacks, r=glandium This is just for Nightly, and only for Desktop. Beta and beyond don't have a canonical directory, and Fennec needs the platform in the directory. MozReview-Commit-ID: 9dvJLVlWiQv --HG-- extra : rebase_source : d8030eaf53954bdce6582c3024bfb199bb3ca873 --- browser/locales/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/browser/locales/Makefile.in b/browser/locales/Makefile.in index b0fd435d33e4..e30cfdaf069c 100644 --- a/browser/locales/Makefile.in +++ b/browser/locales/Makefile.in @@ -23,6 +23,10 @@ WIN32_INSTALLER_IN ?= $(ABS_DIST)/$(PKG_INST_PATH)$(PKG_INST_BASENAME).exe RETRIEVE_WINDOWS_INSTALLER = 1 MOZ_LANGPACK_EID=langpack-$(AB_CD)@firefox.mozilla.org +# For Nightly, we know where to get the builds from to do local repacks +ifdef NIGHTLY_BUILD +export EN_US_BINARY_URL ?= https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central +endif L10N_PREF_JS_EXPORTS = $(call MERGE_FILE,firefox-l10n.js) L10N_PREF_JS_EXPORTS_PATH = $(FINAL_TARGET)/$(PREF_DIR)