Bug 1308708 - Port bug 1304829 - rename RELEASE_BUILD to RELEASE_OR_BETA: mail. r?mkmelin draft
authorSebastian Hengst <archaeopteryx@coole-files.de>
Sat, 08 Oct 2016 12:41:14 +0200
changeset 20923 af38593d7633aaf0c28b2c04072e89156f502308
parent 20922 baf4cfd72cb654470219f5b0420951fd538fd7d5
child 20924 bd2fe07fd3d11e566ff33797665642ec205b5c59
push id71
push userarchaeopteryx@coole-files.de
push dateSat, 08 Oct 2016 10:43:27 +0000
reviewersmkmelin
bugs1308708, 1304829
Bug 1308708 - Port bug 1304829 - rename RELEASE_BUILD to RELEASE_OR_BETA: mail. r?mkmelin MozReview-Commit-ID: 7zLX2IuHIaI
mail/app/profile/all-thunderbird.js
--- a/mail/app/profile/all-thunderbird.js
+++ b/mail/app/profile/all-thunderbird.js
@@ -183,17 +183,17 @@ pref("services.kinto.onecrl.checked", 0)
 pref("services.kinto.addons.collection", "addons");
 pref("services.kinto.addons.checked", 0);
 pref("services.kinto.plugins.collection", "plugins");
 pref("services.kinto.plugins.checked", 0);
 pref("services.kinto.gfx.collection", "gfx");
 pref("services.kinto.gfx.checked", 0);
 
 // For now, let's keep kinto update out of the release channel.
-#ifdef RELEASE_BUILD
+#ifdef RELEASE_OR_BETA
 pref("services.kinto.update_enabled", false);
 #else
 pref("services.kinto.update_enabled", true);
 #endif
 
 // Enables some extra Extension System Logging (can reduce performance)
 pref("extensions.logging.enabled", false);