Bug 1290984 - don't try to upload symbols in TC on release either. r=dustin draft
authorJustin Wood <Callek@gmail.com>
Mon, 01 Aug 2016 15:46:42 -0400
changeset 395059 e1ae6dc91f035496e199ec65dc05b3b52b8e69e5
parent 394995 ffac2798999c5b84f1b4605a1280994bb665a406
child 526944 f9463ff5fd2fa22be90b5763010aabb50b84cb5f
push id24712
push userCallek@gmail.com
push dateMon, 01 Aug 2016 19:47:08 +0000
reviewersdustin
bugs1290984
milestone51.0a1
Bug 1290984 - don't try to upload symbols in TC on release either. r=dustin MozReview-Commit-ID: LJI4zmPXdU
browser/config/mozconfigs/linux32/release
browser/config/mozconfigs/linux64/release
--- a/browser/config/mozconfigs/linux32/release
+++ b/browser/config/mozconfigs/linux32/release
@@ -1,14 +1,14 @@
 # This make file should be identical to the beta mozconfig, apart from the
 # safeguard below
 MOZ_AUTOMATION_SDK=${MOZ_AUTOMATION_SDK-1}
 
 if [ -n "$ENABLE_RELEASE_PROMOTION" ]; then
-  MOZ_AUTOMATION_UPLOAD_SYMBOLS=1
+  MOZ_AUTOMATION_UPLOAD_SYMBOLS=${MOZ_AUTOMATION_UPLOAD_SYMBOLS-1}
   MOZ_AUTOMATION_UPDATE_PACKAGING=1
 fi
 
 . "$topsrcdir/browser/config/mozconfigs/linux32/common-opt"
 
 ac_add_options --enable-official-branding
 ac_add_options --enable-verify-mar
 
--- a/browser/config/mozconfigs/linux64/release
+++ b/browser/config/mozconfigs/linux64/release
@@ -1,14 +1,14 @@
 # This make file should be identical to the beta mozconfig, apart from the
 # safeguard below
 MOZ_AUTOMATION_SDK=${MOZ_AUTOMATION_SDK-1}
 
 if [ -n "$ENABLE_RELEASE_PROMOTION" ]; then
-  MOZ_AUTOMATION_UPLOAD_SYMBOLS=1
+  MOZ_AUTOMATION_UPLOAD_SYMBOLS=${MOZ_AUTOMATION_UPLOAD_SYMBOLS-1}
   MOZ_AUTOMATION_UPDATE_PACKAGING=1
 fi
 
 . "$topsrcdir/browser/config/mozconfigs/linux64/common-opt"
 
 ac_add_options --enable-official-branding
 ac_add_options --enable-verify-mar