Bug 1528636 - Enable staging updates on Linux entirely and not just for EARLY_BETA_OR_EARLIER for Firefox 67. r=mhowell

Differential Revision: https://phabricator.services.mozilla.com/D20975

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Robert Strong 2019-02-25 16:12:10 +00:00
Родитель a3b096ca44
Коммит e50ef9e377
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -145,13 +145,7 @@ pref("app.update.silent", false);
// If set to true, the Update Service will apply updates in the background
// when it finishes downloading them.
#if defined(XP_WIN) || defined(XP_MACOSX)
pref("app.update.staging.enabled", true);
#elif defined(EARLY_BETA_OR_EARLIER)
pref("app.update.staging.enabled", true);
#else
pref("app.update.staging.enabled", false);
#endif
// Update service URL:
pref("app.update.url", "https://aus5.mozilla.org/update/6/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%SYSTEM_CAPABILITIES%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml");