Bug 1607193 - Remove l10n-check; r=firefox-build-system-reviewers,rstewart

Depends on D66715

Differential Revision: https://phabricator.services.mozilla.com/D66716

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mike Shal 2020-03-13 18:34:28 +00:00
Родитель 4fabfd049b
Коммит fb3b0075d1
3 изменённых файлов: 2 добавлений и 18 удалений

Просмотреть файл

@ -32,7 +32,7 @@ source-upload::
hg-bundle::
@$(MAKE) -C browser/installer hg-bundle
l10n-check wget-en-US:
wget-en-US:
@$(MAKE) -C browser/locales $@
# make -j1 because dependencies in l10n build targets don't work

Просмотреть файл

@ -111,19 +111,3 @@ ident:
@printf 'buildid '
@$(PYTHON) $(topsrcdir)/config/printconfigsetting.py \
'$(STAGEDIST)'/application.ini App BuildID
# test target, depends on make package
# try to repack x-test, with just toolkit/defines.inc being there
l10n-check:: INNER_UNMAKE_PACKAGE=true
l10n-check::
$(RM) -rf x-test
$(NSINSTALL) -D x-test/toolkit
echo '#define MOZ_LANG_TITLE Just testing' > x-test/toolkit/defines.inc
@# ZIP_IN='$(ZIP_IN)' will pass down the *current* value of ZIP_IN, and
@# we do the same for WIN32_INSTALLER_IN, which are based on MOZ_SIMPLE_PACKAGE_NAME
@# not being reset, overwriting the value they would get with MOZ_SIMPLE_PACKAGE_NAME
@# reset.
$(MAKE) installers-x-test L10NBASEDIR='$(PWD)' \
ZIP_IN='$(ZIP_IN)' MOZ_SIMPLE_PACKAGE_NAME=
$(PYTHON) $(topsrcdir)/toolkit/mozapps/installer/unpack.py $(DIST)/l10n-stage/$(MOZ_PKG_DIR)$(_RESPATH)
cd $(DIST)/l10n-stage && test $$(cat $(MOZ_PKG_DIR)$(_RESPATH)/update.locale) = x-test

Просмотреть файл

@ -387,7 +387,7 @@ UPLOAD_FILES= \
$(call QUOTED_WILDCARD,$(topobjdir)/config.status) \
$(if $(UPLOAD_EXTRA_FILES), $(foreach f, $(UPLOAD_EXTRA_FILES), $(wildcard $(DIST)/$(f))))
ifneq ($(filter-out en-US x-test,$(AB_CD)),)
ifneq ($(filter-out en-US,$(AB_CD)),)
UPLOAD_FILES += \
$(call QUOTED_WILDCARD,$(topobjdir)/$(MOZ_BUILD_APP)/installer/windows/l10ngen/setup.exe) \
$(call QUOTED_WILDCARD,$(topobjdir)/$(MOZ_BUILD_APP)/installer/windows/l10ngen/setup-stub.exe)