зеркало из https://github.com/mozilla/gecko-dev.git
make it match BuildMozillaDebug.pl. normandy landing missed this file, that's why the continous builds were failing, but manual builds were succeeding without an error.
This commit is contained in:
Родитель
5f8018ca74
Коммит
9fa4d49f94
|
@ -20,9 +20,9 @@
|
|||
use Moz;
|
||||
use BuildList;
|
||||
|
||||
$DEBUG = 1;
|
||||
$MOZ_LITE = 0; # build moz medium. This will come from a config file at some stage.
|
||||
$MOZ_LDAP = 1;
|
||||
$MOZ_LITE = 0;
|
||||
$MOZ_MEDIUM = 1;
|
||||
$MOZ_DARK = 0;
|
||||
|
||||
Moz::OpenErrorLog("::::Mozilla.BuildLog");
|
||||
#Moz::StopForErrors();
|
||||
|
|
Загрузка…
Ссылка в новой задаче