Bug 1311826 - revert accidental change from during testing, not caught in review. r=rail draft
authorJustin Wood <Callek@gmail.com>
Tue, 06 Sep 2016 09:22:02 -0400
changeset 427869 c29c07837f706d763bd4c81ff3cb202ed888f6c2
parent 427779 f0f1aaf051d6798e1e73d1feee07ca847333167a
child 534579 b6e9c7b260ed7fd8668e4e2d748474fb3915b52f
push id33146
push userCallek@gmail.com
push dateFri, 21 Oct 2016 01:04:46 +0000
reviewersrail
bugs1311826
milestone52.0a1
Bug 1311826 - revert accidental change from during testing, not caught in review. r=rail MozReview-Commit-ID: Hlrn1NH8iwC
testing/mozharness/configs/single_locale/mozilla-central_android-api-15.py
--- a/testing/mozharness/configs/single_locale/mozilla-central_android-api-15.py
+++ b/testing/mozharness/configs/single_locale/mozilla-central_android-api-15.py
@@ -1,18 +1,16 @@
 BRANCH = "mozilla-central"
 MOZ_UPDATE_CHANNEL = "nightly"
 MOZILLA_DIR = BRANCH
 OBJDIR = "obj-l10n"
 EN_US_BINARY_URL = "http://archive.mozilla.org/pub/mobile/nightly/latest-%s-android-api-15/en-US" % BRANCH
 HG_SHARE_BASE_DIR = "/builds/hg-shared"
 
 config = {
-    # XXX For Try
-    "update_gecko_source_to_enUS": False,
     "branch": BRANCH,
     "log_name": "single_locale",
     "objdir": OBJDIR,
     "is_automation": True,
     "buildbot_json_path": "buildprops.json",
     "force_clobber": True,
     "clobberer_url": "https://api.pub.build.mozilla.org/clobberer/lastclobber",
     "locales_file": "%s/mobile/android/locales/all-locales" % MOZILLA_DIR,