From 7441a456c7e3e5e04b6e10cf4933e2a46ea1a73b Mon Sep 17 00:00:00 2001 From: "mattwillis%gmail.com" Date: Sat, 7 Oct 2006 01:31:18 +0000 Subject: [PATCH] Enabling l10n building for spinning SB 0.3rc2 --- tools/tinderbox-configs/sunbird/macosx/mozconfig | 2 +- tools/tinderbox-configs/sunbird/macosx/tinder-config.pl | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/tinderbox-configs/sunbird/macosx/mozconfig b/tools/tinderbox-configs/sunbird/macosx/mozconfig index 9628f8011227..e1d2b3974023 100755 --- a/tools/tinderbox-configs/sunbird/macosx/mozconfig +++ b/tools/tinderbox-configs/sunbird/macosx/mozconfig @@ -1,7 +1,7 @@ mk_add_options MOZ_CO_PROJECT=calendar mk_add_options MOZ_CO_LOCALES=all mk_add_options LOCALES_CVSROOT=:ext:cltbld@cvs.mozilla.org:/l10n -#mk_add_options LOCALES_CO_TAG=SUNBIRD_0_3_BRANCH +mk_add_options LOCALES_CO_TAG=SUNBIRD_0_3_BRANCH mk_add_options MOZ_MAKE_FLAGS="-j6" mk_add_options JS_READLINE=1 diff --git a/tools/tinderbox-configs/sunbird/macosx/tinder-config.pl b/tools/tinderbox-configs/sunbird/macosx/tinder-config.pl index d4cc77c41bde..8f36581f6703 100755 --- a/tools/tinderbox-configs/sunbird/macosx/tinder-config.pl +++ b/tools/tinderbox-configs/sunbird/macosx/tinder-config.pl @@ -39,7 +39,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; @@ -142,6 +142,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'; @@ -219,7 +220,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 = 0; $archive = 1;