зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
a3b096ca44
Коммит
e50ef9e377
|
@ -145,13 +145,7 @@ pref("app.update.silent", false);
|
||||||
|
|
||||||
// If set to true, the Update Service will apply updates in the background
|
// If set to true, the Update Service will apply updates in the background
|
||||||
// when it finishes downloading them.
|
// when it finishes downloading them.
|
||||||
#if defined(XP_WIN) || defined(XP_MACOSX)
|
|
||||||
pref("app.update.staging.enabled", true);
|
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:
|
// 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");
|
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");
|
||||||
|
|
Загрузка…
Ссылка в новой задаче