Bug 1468688 - default to upload tub db is false draft
authorSofia Carillo <scarrillo@mozilla.com>
Mon, 18 Jun 2018 10:13:38 -0700
changeset 808220 6ed40a925f84a5fe588d23e82eadc5fb144c188d
parent 808182 9b74b9f2939a7ae3a0ea6e711dc32ed5203e03ff
push id113322
push userbmo:scarrillo@mozilla.com
push dateMon, 18 Jun 2018 19:45:15 +0000
bugs1468688
milestone62.0a1
Bug 1468688 - default to upload tub db is false MozReview-Commit-ID: DrB5Sr9FTM3
browser/config/mozconfigs/linux64/tup
--- a/browser/config/mozconfigs/linux64/tup
+++ b/browser/config/mozconfigs/linux64/tup
@@ -9,9 +9,11 @@ MOZ_AUTOMATION_UPLOAD_SYMBOLS=0
 TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
 export TUP=${TOOLTOOL_DIR}/tup/tup
 
 . "$topsrcdir/browser/config/mozconfigs/linux64/common-opt"
 . "$topsrcdir/build/mozconfig.common.override"
 
 ac_add_options --enable-build-backends=Tup
 ac_add_options --disable-js-shell
-ac_add_options --upload-tup-db
+# To enable the option to upload the tup database, uncomment the line below
+# ac_add_options --upload-tup-db
+