Bug 1359501 - Accept artifact builds from beta. r=chmanchester draft
authorJ. Ryan Stinnett <jryans@gmail.com>
Tue, 25 Apr 2017 12:12:16 -0500
changeset 568946 953dd689170a7b18fdad0b661b549d07448b626c
parent 568001 a1ff0d20ca0b924f2cb98f9b99dbb884114d7bd7
child 626073 3c5f9909ee93201f21f4144f6f56ba0682f9afd2
push id56030
push userbmo:jryans@gmail.com
push dateWed, 26 Apr 2017 19:48:21 +0000
reviewerschmanchester
bugs1359501
milestone54.0
Bug 1359501 - Accept artifact builds from beta. r=chmanchester MozReview-Commit-ID: 5a2NIi6U7n7
python/mozbuild/mozbuild/artifacts.py
--- a/python/mozbuild/mozbuild/artifacts.py
+++ b/python/mozbuild/mozbuild/artifacts.py
@@ -107,17 +107,17 @@ MAX_CACHED_ARTIFACTS = 6
 # easy installation.  This is most noticeable on Mac OS X: since mounting and
 # copying from DMG files is very slow, we extract the desired binaries to a
 # separate archive for fast re-installation.
 PROCESSED_SUFFIX = '.processed.jar'
 
 CANDIDATE_TREES = (
     'mozilla-central',
     'integration/mozilla-inbound',
-    'releases/mozilla-aurora'
+    'releases/mozilla-beta'
 )
 
 class ArtifactJob(object):
     # These are a subset of TEST_HARNESS_BINS in testing/mochitest/Makefile.in.
     # Each item is a pair of (pattern, (src_prefix, dest_prefix), where src_prefix
     # is the prefix of the pattern relevant to its location in the archive, and
     # dest_prefix is the prefix to be added that will yield the final path relative
     # to dist/.