Bug 1333921 - Taskcluster Android l10n nightlies broken due to missing API key. r=mshal draft
authorJustin Wood <Callek@gmail.com>
Thu, 26 Jan 2017 09:37:14 -0500
changeset 466793 5e07e37aa84ade6012e8d7c81e760a3adf472ffe
parent 466792 f0e4b9855df1986fbc3e560b6373bd4f276440e5
child 543511 205b135a313efcde06436fd31eedd2a43ebbedc3
push id42990
push userCallek@gmail.com
push dateThu, 26 Jan 2017 15:09:57 +0000
reviewersmshal
bugs1333921
milestone53.0a2
Bug 1333921 - Taskcluster Android l10n nightlies broken due to missing API key. r=mshal MozReview-Commit-ID: CxiqFKZZpaz
mobile/android/config/mozconfigs/android-api-15/l10n-nightly
--- a/mobile/android/config/mozconfigs/android-api-15/l10n-nightly
+++ b/mobile/android/config/mozconfigs/android-api-15/l10n-nightly
@@ -19,9 +19,14 @@ export MOZILLA_OFFICIAL=1
 ac_add_options --with-branding=mobile/android/branding/aurora
 
 ac_add_options --disable-stdcxx-compat
 
 # Don't autoclobber l10n, as this can lead to missing binaries and broken builds
 # Bug 1283438
 mk_add_options AUTOCLOBBER=
 
+# Disable Keyfile Loading (and checks) since l10n doesn't need these keys
+# This overrides the settings in the common android mozconfig
+ac_add_options --without-mozilla-api-keyfile
+ac_add_options --without-adjust-sdk-keyfile
+
 . "$topsrcdir/mobile/android/config/mozconfigs/common.override"