author | Mike Shal <mshal@mozilla.com> |
Tue, 10 Jan 2017 11:12:10 -0500 | |
changeset 342540 | 318f1bcd336e8bf83ca1ad9b01236008e69034a2 |
parent 342539 | 68d491c00355a801f849d591f4bcb17103f5dc93 |
child 342541 | 94a2ac4a5806ed8549885866537f813d8af9cb96 |
push id | 31357 |
push user | kwierso@gmail.com |
push date | Tue, 14 Feb 2017 00:49:21 +0000 |
treeherder | mozilla-central@bca082441767 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ted |
bugs | 1329355 |
milestone | 54.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/b2g/locales/Makefile.in +++ b/b2g/locales/Makefile.in @@ -11,19 +11,17 @@ SUBMAKEFILES += \ $(NULL) # This makefile uses variable overrides from the libs-% target to # build non-default locales to non-default dist/ locations. Be aware! PWD := $(CURDIR) # These are defaulted to be compatible with the files the wget-en-US target -# pulls. You may override them if you provide your own files. You _must_ -# override them when MOZ_PKG_PRETTYNAMES is defined - the defaults will not -# work in that case. +# pulls. You may override them if you provide your own files. ZIP_IN ?= $(ABS_DIST)/$(PACKAGE) WIN32_INSTALLER_IN ?= $(ABS_DIST)/$(PKG_INST_PATH)$(PKG_INST_BASENAME).exe RETRIEVE_WINDOWS_INSTALLER = 1 MOZ_LANGPACK_EID=langpack-$(AB_CD)@b2g.mozilla.org L10N_PREF_JS_EXPORTS = $(call MERGE_FILE,b2g-l10n.js) L10N_PREF_JS_EXPORTS_PATH = $(FINAL_TARGET)/$(PREF_DIR)
--- a/browser/locales/Makefile.in +++ b/browser/locales/Makefile.in @@ -20,19 +20,17 @@ SUBMAKEFILES += \ $(NULL) # This makefile uses variable overrides from the libs-% target to # build non-default locales to non-default dist/ locations. Be aware! PWD := $(CURDIR) # These are defaulted to be compatible with the files the wget-en-US target -# pulls. You may override them if you provide your own files. You _must_ -# override them when MOZ_PKG_PRETTYNAMES is defined - the defaults will not -# work in that case. +# pulls. You may override them if you provide your own files. ZIP_IN ?= $(ABS_DIST)/$(PACKAGE) 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 L10N_PREF_JS_EXPORTS = $(call MERGE_FILE,firefox-l10n.js) L10N_PREF_JS_EXPORTS_PATH = $(FINAL_TARGET)/$(PREF_DIR)
--- a/toolkit/locales/l10n.mk +++ b/toolkit/locales/l10n.mk @@ -31,19 +31,17 @@ run_for_effects := $(shell if test ! -d LPROJ_ROOT = $(firstword $(subst -, ,$(AB_CD))) ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) ifeq (zh-TW,$(AB_CD)) LPROJ_ROOT := $(subst -,_,$(AB_CD)) endif endif # These are defaulted to be compatible with the files the wget-en-US target -# pulls. You may override them if you provide your own files. You _must_ -# override them when MOZ_PKG_PRETTYNAMES is defined - the defaults will not -# work in that case. +# pulls. You may override them if you provide your own files. ZIP_IN ?= $(ABS_DIST)/$(PACKAGE) WIN32_INSTALLER_IN ?= $(ABS_DIST)/$(PKG_INST_PATH)$(PKG_INST_BASENAME).exe # Allows overriding the final destination of the repackaged file ZIP_OUT ?= $(ABS_DIST)/$(PACKAGE) ACDEFINES += \ -DAB_CD=$(AB_CD) \ @@ -137,17 +135,16 @@ ifdef MOZ_CRASHREPORTER endif endif $(NSINSTALL) -D $(DIST)/l10n-stage/$(PKG_PATH) cd $(DIST)/l10n-stage; \ $(MAKE_PACKAGE) ifdef MAKE_COMPLETE_MAR $(MAKE) -C $(MOZDEPTH)/tools/update-packaging full-update AB_CD=$(AB_CD) \ - MOZ_PKG_PRETTYNAMES=$(MOZ_PKG_PRETTYNAMES) \ PACKAGE_BASE_DIR='$(ABS_DIST)/l10n-stage' endif # packaging done, undo l10n stuff ifneq (en,$(LPROJ_ROOT)) ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) mv $(STAGEDIST)/$(LPROJ_ROOT).lproj $(STAGEDIST)/en.lproj endif endif
--- a/toolkit/mozapps/installer/package-name.mk +++ b/toolkit/mozapps/installer/package-name.mk @@ -1,17 +1,16 @@ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # assemble package names, see convention at # http://developer.mozilla.org/index.php?title=En/Package_Filename_Convention -# for (at least Firefox) releases we use a different format with directories, -# e.g. win32/de/Firefox Setup 3.0.1.exe -# the latter format is triggered with MOZ_PKG_PRETTYNAMES=1 +# Note that release packages are named during the post-build release +# automation, so they aren't part of this file. ifndef PACKAGE_NAME_MK_INCLUDED PACKAGE_NAME_MK_INCLUDED := 1 ifndef MOZ_PKG_VERSION MOZ_PKG_VERSION = $(MOZ_APP_VERSION) endif @@ -43,18 +42,16 @@ endif endif #MOZ_PKG_PLATFORM ifdef MOZ_PKG_SPECIAL MOZ_PKG_PLATFORM := $(MOZ_PKG_PLATFORM)-$(MOZ_PKG_SPECIAL) endif MOZ_PKG_DIR = $(MOZ_APP_NAME) -ifndef MOZ_PKG_PRETTYNAMES # standard package names - ifndef MOZ_PKG_APPNAME MOZ_PKG_APPNAME = $(MOZ_APP_NAME) endif ifdef MOZ_SIMPLE_PACKAGE_NAME PKG_BASENAME := $(MOZ_SIMPLE_PACKAGE_NAME) else PKG_BASENAME = $(MOZ_PKG_APPNAME)-$(MOZ_PKG_VERSION).$(AB_CD).$(MOZ_PKG_PLATFORM) @@ -78,59 +75,16 @@ else PKG_LANGPACK_BASENAME = $(MOZ_PKG_APPNAME)-$(MOZ_PKG_VERSION).$(AB_CD).langpack PKG_LANGPACK_PATH = $(MOZ_PKG_PLATFORM)/xpi/ endif LANGPACK = $(PKG_LANGPACK_PATH)$(PKG_LANGPACK_BASENAME).xpi PKG_SRCPACK_BASENAME = $(MOZ_PKG_APPNAME)-$(MOZ_PKG_VERSION).source PKG_BUNDLE_BASENAME = $(MOZ_PKG_APPNAME)-$(MOZ_PKG_VERSION) PKG_SRCPACK_PATH = -else # "pretty" release package names - -ifndef MOZ_PKG_APPNAME -MOZ_PKG_APPNAME = $(MOZ_APP_DISPLAYNAME) -endif -MOZ_PKG_APPNAME_LC = $(shell echo $(MOZ_PKG_APPNAME) | tr '[A-Z]' '[a-z]') - -ifndef MOZ_PKG_LONGVERSION -MOZ_PKG_LONGVERSION = $(MOZ_PKG_VERSION) -endif - -ifeq (,$(filter-out Darwin, $(OS_ARCH))) # Mac -PKG_BASENAME = $(MOZ_PKG_APPNAME) $(MOZ_PKG_LONGVERSION) -PKG_INST_BASENAME = $(MOZ_PKG_APPNAME) Setup $(MOZ_PKG_LONGVERSION) -else -ifeq (,$(filter-out WINNT, $(OS_ARCH))) # Windows -PKG_BASENAME = $(MOZ_PKG_APPNAME_LC)-$(MOZ_PKG_VERSION) -PKG_INST_BASENAME = $(MOZ_PKG_APPNAME) Setup $(MOZ_PKG_LONGVERSION) -PKG_STUB_BASENAME = $(MOZ_PKG_APPNAME) Setup Stub $(MOZ_PKG_LONGVERSION) -else # unix (actually, not Windows, Mac or OS/2) -PKG_BASENAME = $(MOZ_PKG_APPNAME_LC)-$(MOZ_PKG_VERSION) -PKG_INST_BASENAME = $(MOZ_PKG_APPNAME_LC)-setup-$(MOZ_PKG_VERSION) -endif -endif -PKG_PATH = $(MOZ_PKG_PLATFORM)/$(AB_CD)/ -SDK_PATH = $(PKG_PATH)/sdk/ -CHECKSUMS_FILE_BASENAME = $(MOZ_PKG_APPNAME_LC)-$(MOZ_PKG_VERSION) -MOZ_INFO_BASENAME = $(MOZ_PKG_APPNAME_LC)-$(MOZ_PKG_VERSION) -PKG_INST_PATH = $(PKG_PATH) -PKG_UPDATE_BASENAME = $(MOZ_PKG_APPNAME_LC)-$(MOZ_PKG_VERSION) -PKG_UPDATE_PATH = update/$(PKG_PATH) -COMPLETE_MAR = $(PKG_UPDATE_PATH)$(PKG_UPDATE_BASENAME).complete.mar -# PARTIAL_MAR needs to be processed by $(wildcard) before you use it. -PARTIAL_MAR = $(PKG_UPDATE_PATH)$(PKG_UPDATE_BASENAME).partial.*.mar -PKG_LANGPACK_BASENAME = $(AB_CD) -PKG_LANGPACK_PATH = $(MOZ_PKG_PLATFORM)/xpi/ -LANGPACK = $(PKG_LANGPACK_PATH)$(PKG_LANGPACK_BASENAME).xpi -PKG_SRCPACK_BASENAME = $(MOZ_PKG_APPNAME_LC)-$(MOZ_PKG_VERSION).source -PKG_BUNDLE_BASENAME = $(MOZ_PKG_APPNAME_LC)-$(MOZ_PKG_VERSION) -PKG_SRCPACK_PATH = source/ - -endif # MOZ_PKG_PRETTYNAMES - # Symbol package naming SYMBOL_FULL_ARCHIVE_BASENAME = $(PKG_BASENAME).crashreporter-symbols-full SYMBOL_ARCHIVE_BASENAME = $(PKG_BASENAME).crashreporter-symbols # Code coverage package naming CODE_COVERAGE_ARCHIVE_BASENAME = $(PKG_BASENAME).code-coverage-gcno # Mozharness naming