Bug 1186522 - force per checkin and release desktop firefox builds to require signed add-ons on beta 47 r=rail DONTBUILD

This commit is contained in:
Kim Moir 2016-05-05 15:05:15 -04:00
Родитель 86cb20fdbf
Коммит 01c64d0bc5
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -48,6 +48,13 @@ config = {
("browser/config/mozconfigs/whitelist",
"ac_add_options --with-branding=browser/branding/aurora",
"ac_add_options --with-branding=browser/branding/nightly"),
] + [
("build/mozconfig.common",
"MOZ_REQUIRE_SIGNING=${MOZ_REQUIRE_SIGNING-0}",
"MOZ_REQUIRE_SIGNING=${MOZ_REQUIRE_SIGNING-1}"),
("build/mozconfig.common",
"# Disable enforcing that add-ons are signed by the trusted root",
"# Enable enforcing that add-ons are signed by the trusted root")
],
# Disallow sharing, since we want pristine .hg directories.