commit f799aa38f56abda676cacd8d435e16286edea772 Author: Nicolas Vigier boklm@torproject.org Date: Mon Oct 26 18:09:28 2015 +0100
fixup! Bug 13379: Sign our MAR files.
Bug #17305: add the hardened channel --- toolkit/mozapps/update/updater/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/toolkit/mozapps/update/updater/Makefile.in b/toolkit/mozapps/update/updater/Makefile.in index 1f27acf..100a0df 100644 --- a/toolkit/mozapps/update/updater/Makefile.in +++ b/toolkit/mozapps/update/updater/Makefile.in @@ -15,7 +15,7 @@ endif
include $(topsrcdir)/config/rules.mk
-ifneq (,$(filter alpha beta release esr,$(MOZ_UPDATE_CHANNEL))) +ifneq (,$(filter alpha beta hardened release esr,$(MOZ_UPDATE_CHANNEL))) PRIMARY_CERT = release_primary.der SECONDARY_CERT = release_secondary.der else ifneq (,$(filter nightly aurora nightly-elm nightly-profiling nightly-oak nightly-ux,$(MOZ_UPDATE_CHANNEL)))