Add MOZ_PACKAGE_MSI default environment setting (off) to tinder-defaults
file. (cmp) git-svn-id: svn://10.0.0.236/trunk@167025 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
$ENV{MOZ_PACKAGE_MSI} = 0; # Default: 0. Create a MSI package where possible.
|
||||
# (Requires Windows + local MakeMSI installation.)
|
||||
|
||||
#- PLEASE FILL THIS IN WITH YOUR PROPER EMAIL ADDRESS
|
||||
#$BuildAdministrator = "$ENV{USER}\@$ENV{HOST}";
|
||||
$BuildAdministrator = ($ENV{USER} || "cltbld") . "\@" . ($ENV{HOST} || "dhcp");
|
||||
|
||||
Reference in New Issue
Block a user