Turning off l10n builds now that bug 340845 is getting resolved

This commit is contained in:
mattwillis%gmail.com 2007-02-06 15:00:49 +00:00
Родитель 054b41c515
Коммит a35051f791
6 изменённых файлов: 3 добавлений и 45 удалений

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

@ -5,8 +5,6 @@
mk_add_options MOZ_CO_PROJECT=calendar mk_add_options MOZ_CO_PROJECT=calendar
#mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging" #mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging"
mk_add_options MOZ_CO_LOCALES=all
mk_add_options LOCALES_CVSROOT=:ext:cltbld@cvs.mozilla.org:/l10n
mk_add_options MOZ_MAKE_FLAGS="-j6" mk_add_options MOZ_MAKE_FLAGS="-j6"
mk_add_options JS_READLINE=1 mk_add_options JS_READLINE=1

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

@ -44,7 +44,7 @@ $UseTimeStamp = 0; # Use the CVS 'pull-by-timestamp' option, or not
#$TestOnly = 0; # Only run tests, don't pull/build #$TestOnly = 0; # Only run tests, don't pull/build
#$BuildEmbed = 0; # After building seamonkey, go build embed app. #$BuildEmbed = 0; # After building seamonkey, go build embed app.
#$SkipMozilla = 0; # Use to debug post-mozilla.pl scripts. #$SkipMozilla = 0; # Use to debug post-mozilla.pl scripts.
$BuildLocales = 1; # Do l10n packaging? #$BuildLocales = 0; # Do l10n packaging?
# Tests # Tests
$CleanProfile = 1; $CleanProfile = 1;
@ -182,18 +182,6 @@ $BuildLocalesArgs = "ZIP_IN=/builds/tinderbox/Sb-Trunk/Linux_2.4.21-32.0.1.EL_De
#- change to the tree you're actually building #- change to the tree you're actually building
$BuildTree = 'Sunbird'; $BuildTree = 'Sunbird';
#- If you're building locales and would like locale messages reported to a
#- tree other than $BuildTree-ab-CD, define the tree here. -ab-CD will be
#- appended for you.
$LocaleTree = 'Mozilla-l10n';
#- By default, locale builds delete the wget-ed en-US build from the local
#- stage directory before rsyncing the freshly baked l10n builds up to the
#- FTP server. This prevents the rsync from accidentally overwriting the
#- already existing en-US build on the FTP server. This behaviour is most
#- useful when building en-US and the other locales on different machines.
$DeleteEnUsOnLocalesUpload = 0;
#$BuildName = ''; #$BuildName = '';
$BuildTag = 'SUNBIRD_0_3_BRANCH'; $BuildTag = 'SUNBIRD_0_3_BRANCH';
#$BuildConfigDir = 'mozilla/config'; #$BuildConfigDir = 'mozilla/config';

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

@ -8,8 +8,6 @@
mk_add_options MOZ_CO_PROJECT="calendar" mk_add_options MOZ_CO_PROJECT="calendar"
mk_add_options MOZ_MAKE_FLAGS="-j6" mk_add_options MOZ_MAKE_FLAGS="-j6"
#mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging" #mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging"
mk_add_options MOZ_CO_LOCALES=all
mk_add_options LOCALES_CVSROOT=:ext:cltbld@cvs.mozilla.org:/l10n
mk_add_options JS_READLINE=1 mk_add_options JS_READLINE=1
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../build/universal mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../build/universal

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

@ -45,7 +45,7 @@ $UseTimeStamp = 0; # Use the CVS 'pull-by-timestamp' option, or not
#$TestOnly = 0; # Only run tests, don't pull/build #$TestOnly = 0; # Only run tests, don't pull/build
#$BuildEmbed = 0; # After building seamonkey, go build embed app. #$BuildEmbed = 0; # After building seamonkey, go build embed app.
#$SkipMozilla = 0; # Use to debug post-mozilla.pl scripts. #$SkipMozilla = 0; # Use to debug post-mozilla.pl scripts.
$BuildLocales = 1; # Do l10n packaging? #$BuildLocales = 0; # Do l10n packaging?
# Tests # Tests
$CleanProfile = 1; $CleanProfile = 1;
@ -183,18 +183,6 @@ $BuildLocalesArgs = "ZIP_IN=/builds/tinderbox/Sb-Trunk/Darwin_8.8.4_Depend/sunbi
#- change to the tree you're actually building #- change to the tree you're actually building
$BuildTree = 'Sunbird'; $BuildTree = 'Sunbird';
#- If you're building locales and would like locale messages reported to a
#- tree other than $BuildTree-ab-CD, define the tree here. -ab-CD will be
#- appended for you.
$LocaleTree = 'Mozilla-l10n';
#- By default, locale builds delete the wget-ed en-US build from the local
#- stage directory before rsyncing the freshly baked l10n builds up to the
#- FTP server. This prevents the rsync from accidentally overwriting the
#- already existing en-US build on the FTP server. This behaviour is most
#- useful when building en-US and the other locales on different machines.
$DeleteEnUsOnLocalesUpload = 0;
#$BuildName = ''; #$BuildName = '';
$BuildTag = 'SUNBIRD_0_3_BRANCH'; $BuildTag = 'SUNBIRD_0_3_BRANCH';
#$BuildConfigDir = 'mozilla/config'; #$BuildConfigDir = 'mozilla/config';

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

@ -6,8 +6,6 @@
mk_add_options MOZ_CO_PROJECT=calendar mk_add_options MOZ_CO_PROJECT=calendar
#mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging" #mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging"
#mk_add_options MOZ_CO_MODULE=mozilla/tools/codesighs #mk_add_options MOZ_CO_MODULE=mozilla/tools/codesighs
mk_add_options MOZ_CO_LOCALES=all
mk_add_options LOCALES_CVSROOT=:ext:cltbld@cvs.mozilla.org:/l10n
mk_add_options MOZ_MAKE_FLAGS="-j6" mk_add_options MOZ_MAKE_FLAGS="-j6"
mk_add_options JS_READLINE=1 mk_add_options JS_READLINE=1
# mk_add_options MOZ_INSTALLER_USE_7ZIP=1 # mk_add_options MOZ_INSTALLER_USE_7ZIP=1

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

@ -55,7 +55,7 @@ $UseTimeStamp = 0; # Use the CVS 'pull-by-timestamp' option, or not
#$TestOnly = 0; # Only run tests, don't pull/build #$TestOnly = 0; # Only run tests, don't pull/build
#$BuildEmbed = 0; # After building seamonkey, go build embed app. #$BuildEmbed = 0; # After building seamonkey, go build embed app.
#$SkipMozilla = 0; # Use to debug post-mozilla.pl scripts. #$SkipMozilla = 0; # Use to debug post-mozilla.pl scripts.
$BuildLocales = 1; # Do l10n packaging? #$BuildLocales = 0; # Do l10n packaging?
# Tests # Tests
$CleanProfile = 1; $CleanProfile = 1;
@ -194,18 +194,6 @@ $BuildLocalesArgs = "ZIP_IN=/cygdrive/d/builds/tinderbox/Sunbird-Trunk/WINNT_5.2
#- change to the tree you're actually building #- change to the tree you're actually building
$BuildTree = 'Sunbird'; $BuildTree = 'Sunbird';
#- If you're building locales and would like locale messages reported to a
#- tree other than $BuildTree-ab-CD, define the tree here. -ab-CD will be
#- appended for you.
$LocaleTree = 'Mozilla-l10n';
#- By default, locale builds delete the wget-ed en-US build from the local
#- stage directory before rsyncing the freshly baked l10n builds up to the
#- FTP server. This prevents the rsync from accidentally overwriting the
#- already existing en-US build on the FTP server. This behaviour is most
#- useful when building en-US and the other locales on different machines.
$DeleteEnUsOnLocalesUpload = 0;
#$BuildName = ''; #$BuildName = '';
$BuildTag = 'SUNBIRD_0_3_BRANCH'; $BuildTag = 'SUNBIRD_0_3_BRANCH';
#$BuildConfigDir = 'mozilla/config'; #$BuildConfigDir = 'mozilla/config';