зеркало из https://github.com/mozilla/gecko-dev.git
bug 1397562 - Disable update staging on OS X and Linux via the app.update.staging.enabled preference. r=mhowell
There are a couple of bugs that indicate instability with update staging on OS X and Linux so disable it especially since it is already disabled on Windows
This commit is contained in:
Родитель
75c2a0f973
Коммит
0d71ccf793
|
@ -162,12 +162,8 @@ pref("app.update.silent", false);
|
||||||
// app.update.badgeWaitTime is in branding section
|
// app.update.badgeWaitTime is in branding section
|
||||||
|
|
||||||
// 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. Disabled in bug 1397562.
|
||||||
#ifdef XP_WIN
|
|
||||||
pref("app.update.staging.enabled", false);
|
pref("app.update.staging.enabled", false);
|
||||||
#else
|
|
||||||
pref("app.update.staging.enabled", true);
|
|
||||||
#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");
|
||||||
|
|
Загрузка…
Ссылка в новой задаче