Bug 715876 - Start using the maintenance service for x64 updates and enable verifying signatures. r=rstrong

This commit is contained in:
Brian R. Bondy 2014-10-10 23:13:20 -04:00
parent 9feee44085
commit dbca014aa2
2 changed files with 1 additions and 3 deletions

View File

@ -220,10 +220,8 @@ pref("app.update.incompatible.mode", 0);
// Whether or not to attempt using the service for updates.
#ifdef MOZ_MAINTENANCE_SERVICE
#ifndef HAVE_64BIT_BUILD
pref("app.update.service.enabled", true);
#endif
#endif
// Symmetric (can be overridden by individual extensions) update preferences.
// e.g.

View File

@ -10,8 +10,8 @@ MOZ_PHOENIX=1
if test "$OS_ARCH" = "WINNT"; then
MOZ_MAINTENANCE_SERVICE=1
MOZ_VERIFY_MAR_SIGNATURE=1
if ! test "$HAVE_64BIT_BUILD"; then
MOZ_VERIFY_MAR_SIGNATURE=1
if test "$MOZ_UPDATE_CHANNEL" = "nightly" -o \
"$MOZ_UPDATE_CHANNEL" = "aurora" -o \
"$MOZ_UPDATE_CHANNEL" = "beta" -o \