Skip to content

Commit

Permalink
Backed out 4 changesets (bug 1259832) for apparently scheduling night…
Browse files Browse the repository at this point in the history
…lies on every push/platform a=backout

Backed out changeset 7781a37a4db0 (bug 1259832)
Backed out changeset 73bf88110b38 (bug 1259832)
Backed out changeset 14d18d7cf454 (bug 1259832)
Backed out changeset a02695cbf576 (bug 1259832)

MozReview-Commit-ID: 4Tf6jBcvKLq
  • Loading branch information
KWierso committed Aug 17, 2017
1 parent ca78cfb commit c4e45fd
Show file tree
Hide file tree
Showing 24 changed files with 21 additions and 419 deletions.
4 changes: 0 additions & 4 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,6 @@ endif
update-packaging:
$(MAKE) -C tools/update-packaging

.PHONY: package-generated-sources
package-generated-sources:
$(call py_action,package_generated_sources,'$(DIST)/$(PKG_PATH)$(GENERATED_SOURCE_FILE_PACKAGE)')

#XXX: this is a hack, since we don't want to clobber for MSVC
# PGO support, but we can't do this test in client.mk
ifneq ($(OS_ARCH)_$(GNU_CC), WINNT_)
Expand Down
3 changes: 2 additions & 1 deletion browser/config/mozconfigs/linux32/artifact
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
. "$topsrcdir/build/mozconfig.artifact.automation"
MOZ_AUTOMATION_BUILD_SYMBOLS=0
MOZ_AUTOMATION_L10N_CHECK=0

. "$topsrcdir/browser/config/mozconfigs/linux32/common-opt"
. "$topsrcdir/build/mozconfig.common.override"
Expand Down
3 changes: 2 additions & 1 deletion browser/config/mozconfigs/linux32/debug-artifact
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
. "$topsrcdir/build/mozconfig.artifact.automation"
MOZ_AUTOMATION_BUILD_SYMBOLS=0
MOZ_AUTOMATION_L10N_CHECK=0

. "$topsrcdir/build/unix/mozconfig.linux32"
. "$topsrcdir/build/mozconfig.common.override"
Expand Down
3 changes: 2 additions & 1 deletion browser/config/mozconfigs/linux64/artifact
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
. "$topsrcdir/build/mozconfig.artifact.automation"
MOZ_AUTOMATION_BUILD_SYMBOLS=0
MOZ_AUTOMATION_L10N_CHECK=0

. "$topsrcdir/browser/config/mozconfigs/linux64/common-opt"
. "$topsrcdir/build/mozconfig.common.override"
Expand Down
3 changes: 2 additions & 1 deletion browser/config/mozconfigs/linux64/debug-artifact
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
. "$topsrcdir/build/mozconfig.artifact.automation"
MOZ_AUTOMATION_BUILD_SYMBOLS=0
MOZ_AUTOMATION_L10N_CHECK=0

. "$topsrcdir/build/unix/mozconfig.linux"
. "$topsrcdir/build/mozconfig.common.override"
Expand Down
3 changes: 2 additions & 1 deletion browser/config/mozconfigs/macosx64/artifact
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
. "$topsrcdir/build/mozconfig.artifact.automation"
MOZ_AUTOMATION_BUILD_SYMBOLS=0
MOZ_AUTOMATION_L10N_CHECK=0

# Needed to set SourceRepository in application.ini (used by Talos)
export MOZILLA_OFFICIAL=1
Expand Down
3 changes: 2 additions & 1 deletion browser/config/mozconfigs/macosx64/debug-artifact
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
. "$topsrcdir/build/mozconfig.artifact.automation"
MOZ_AUTOMATION_BUILD_SYMBOLS=0
MOZ_AUTOMATION_L10N_CHECK=0

. "$topsrcdir/build/macosx/mozconfig.common"
. "$topsrcdir/build/mozconfig.common.override"
Expand Down
3 changes: 2 additions & 1 deletion browser/config/mozconfigs/win32/artifact
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
. "$topsrcdir/build/mozconfig.artifact.automation"
MOZ_AUTOMATION_BUILD_SYMBOLS=0
MOZ_AUTOMATION_L10N_CHECK=0

# Needed to set SourceRepository in application.ini (used by Talos)
export MOZILLA_OFFICIAL=1
Expand Down
3 changes: 2 additions & 1 deletion browser/config/mozconfigs/win32/debug-artifact
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
. "$topsrcdir/build/mozconfig.artifact.automation"
MOZ_AUTOMATION_BUILD_SYMBOLS=0
MOZ_AUTOMATION_L10N_CHECK=0

. "$topsrcdir/browser/config/mozconfigs/common"
. "$topsrcdir/build/mozconfig.win-common"
Expand Down
3 changes: 2 additions & 1 deletion browser/config/mozconfigs/win64/artifact
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
. "$topsrcdir/build/mozconfig.artifact.automation"
MOZ_AUTOMATION_BUILD_SYMBOLS=0
MOZ_AUTOMATION_L10N_CHECK=0

# Needed to set SourceRepository in application.ini (used by Talos)
export MOZILLA_OFFICIAL=1
Expand Down
3 changes: 2 additions & 1 deletion browser/config/mozconfigs/win64/debug-artifact
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
. "$topsrcdir/build/mozconfig.artifact.automation"
MOZ_AUTOMATION_BUILD_SYMBOLS=0
MOZ_AUTOMATION_L10N_CHECK=0

. "$topsrcdir/browser/config/mozconfigs/win64/common-win64"
. "$topsrcdir/browser/config/mozconfigs/common"
Expand Down
3 changes: 0 additions & 3 deletions build/moz-automation.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ tier_MOZ_AUTOMATION_INSTALLER = installer
tier_MOZ_AUTOMATION_PACKAGE = package
tier_MOZ_AUTOMATION_PACKAGE_TESTS = package-tests
tier_MOZ_AUTOMATION_UPDATE_PACKAGING = update-packaging
tier_MOZ_AUTOMATION_PACKAGE_GENERATED_SOURCES = package-generated-sources
tier_MOZ_AUTOMATION_UPLOAD_SYMBOLS = uploadsymbols
tier_MOZ_AUTOMATION_UPLOAD = upload

Expand All @@ -42,7 +41,6 @@ moz_automation_symbols = \
MOZ_AUTOMATION_PACKAGE \
MOZ_AUTOMATION_INSTALLER \
MOZ_AUTOMATION_UPDATE_PACKAGING \
MOZ_AUTOMATION_PACKAGE_GENERATED_SOURCES \
MOZ_AUTOMATION_L10N_CHECK \
MOZ_AUTOMATION_UPLOAD \
$(NULL)
Expand All @@ -62,7 +60,6 @@ automation/upload: automation/package
automation/upload: automation/package-tests
automation/upload: automation/buildsymbols
automation/upload: automation/update-packaging
automation/upload: automation/package-generated-sources

# The installer and packager all run stage-package, and may conflict
# with each other.
Expand Down
6 changes: 0 additions & 6 deletions build/mozconfig.artifact.automation

This file was deleted.

1 change: 0 additions & 1 deletion build/mozconfig.automation
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ mk_add_options "export MOZ_AUTOMATION_PACKAGE=${MOZ_AUTOMATION_PACKAGE-1}"
mk_add_options "export MOZ_AUTOMATION_PACKAGE_TESTS=${MOZ_AUTOMATION_PACKAGE_TESTS-1}"
mk_add_options "export MOZ_AUTOMATION_INSTALLER=${MOZ_AUTOMATION_INSTALLER-0}"
mk_add_options "export MOZ_AUTOMATION_UPDATE_PACKAGING=${MOZ_AUTOMATION_UPDATE_PACKAGING-0}"
mk_add_options "export MOZ_AUTOMATION_PACKAGE_GENERATED_SOURCES=${MOZ_AUTOMATION_PACKAGE_GENERATED_SOURCES-1}"
mk_add_options "export MOZ_AUTOMATION_UPLOAD=${MOZ_AUTOMATION_UPLOAD-1}"
mk_add_options "export MOZ_AUTOMATION_UPLOAD_SYMBOLS=${MOZ_AUTOMATION_UPLOAD_SYMBOLS-0}"

Expand Down
156 changes: 0 additions & 156 deletions build/upload_generated_sources.py

This file was deleted.

30 changes: 0 additions & 30 deletions python/mozbuild/mozbuild/action/package_generated_sources.py

This file was deleted.

73 changes: 0 additions & 73 deletions python/mozbuild/mozbuild/generated_sources.py

This file was deleted.

Loading

0 comments on commit c4e45fd

Please sign in to comment.