Enabling l10n building for spinning SB 0.3rc2

This commit is contained in:
mattwillis%gmail.com 2006-10-07 03:32:56 +00:00
Родитель 23d8ad1941
Коммит dbf6abd4ea
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -55,7 +55,7 @@ $UseTimeStamp = 0; # Use the CVS 'pull-by-timestamp' option, or not
#$TestOnly = 0; # Only run tests, don't pull/build
#$BuildEmbed = 0; # After building seamonkey, go build embed app.
#$SkipMozilla = 0; # Use to debug post-mozilla.pl scripts.
#$BuildLocales = 1; # Do l10n packaging?
$BuildLocales = 1; # Do l10n packaging?
# Tests
$CleanProfile = 1;
@ -159,6 +159,7 @@ $moz_cvsroot = ":ext:cltbld\@cvs.mozilla.org:/cvsroot";
#- Set these proper values for your tinderbox server
#$Tinderbox_server = 'tinderbox-daemon@tinderbox.mozilla.org';
$Tinderbox_server = 'mattwillis@gmail.com';
# Allow for non-client builds, e.g. camino.
#$moz_client_mk = 'client.mk';
@ -236,7 +237,8 @@ $url_path = "http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/nightl
#$tbox_ftp_path = $ftp_path;
#$tbox_url_path = $url_path;
$milestone = "trunk";
$notify_list = "build-announce\@mozilla.org";
#$notify_list = "build-announce\@mozilla.org";
$notify_list = "mattwillis\@gmail.com";
$stub_installer = 0;
$sea_installer = 1;
$archive = 1;