Skip to content

Commit

Permalink
bug 1370506, good default download URL for Desktop l10n repacks, r=gl…
Browse files Browse the repository at this point in the history
…andium

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
  • Loading branch information
Pike committed Jun 16, 2017
1 parent b9f1d30 commit d5b161f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions browser/locales/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d5b161f

Please sign in to comment.