This commit is contained in:
mattwillis%gmail.com 2007-02-01 23:17:30 +00:00
Родитель c5be689b2c
Коммит 326402fec7
9 изменённых файлов: 28 добавлений и 21 удалений

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

@ -1,3 +1,5 @@
Edit this file and include an explanation of why you're respinning. - #build
2007-01-23 00:55 UTC - Moving tinderboxes to SUNBIRD_0_3_BRANCH for 0.3.1 maintenance release.
2007-01-23 15:13 UTC - Tinders were building from SUNBIRD_0_3_RELEASE rather than SUNBIRD_0_3_BRANCH
2007-30-01 20:20 UTC - Respin 0.3.1pre builds for testday to pickup fix for bug 368709
2007-01-30 20:20 UTC - Respin 0.3.1pre builds for testday to pickup fix for bug 368709
2007-02-01 23:13 UTC - Respin for 0.3.1 first RC

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

@ -5,8 +5,8 @@
mk_add_options MOZ_CO_PROJECT=calendar
#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_CO_LOCALES=all
mk_add_options LOCALES_CVSROOT=:ext:cltbld@cvs.mozilla.org:/l10n
mk_add_options MOZ_MAKE_FLAGS="-j6"
mk_add_options JS_READLINE=1
@ -24,4 +24,4 @@ ac_add_options --disable-tests
ac_add_options --enable-default-toolkit=gtk2
# SVG now requires Cairo, so disable it for now.
ac_add_options --disable-svg
#ac_add_options --enable-official-branding
ac_add_options --enable-official-branding

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

@ -44,7 +44,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;
@ -165,7 +165,7 @@ $BuildNameExtra = 'Sb-Release';
# Configure only, don't build.
#$ConfigureOnly = 0;
%WGetFiles = (
"http://stage.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/latest-trunk/sunbird-0.3.en-US.linux-i686.tar.bz2" =>
"http://stage.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/latest-trunk/sunbird-0.3.1.en-US.linux-i686.tar.bz2" =>
"/builds/tinderbox/Sb-Trunk/Linux_2.4.21-32.0.1.EL_Depend/sunbird.tar.bz2"
);

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

@ -2,4 +2,5 @@ copied files from carbon to cocoa widgets, this always messes up tinderboxes. cl
2007-01-23 00:55 UTC - Moving tinderboxes to SUNBIRD_0_3_BRANCH for 0.3.1 maintenance release.
2007-01-23 14:00 UTC - Unifying failed due to readme.txt crap. Respinning to get useable nightly.
2007-01-23 15:13 UTC - Tinders were building from SUNBIRD_0_3_RELEASE rather than SUNBIRD_0_3_BRANCH
2007-30-01 20:20 UTC - Respin 0.3.1pre builds for testday to pickup fix for bug 368709
2007-01-30 20:20 UTC - Respin 0.3.1pre builds for testday to pickup fix for bug 368709
2007-02-01 23:13 UTC - Respin for 0.3.1 first RC

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

@ -8,8 +8,8 @@
mk_add_options MOZ_CO_PROJECT="calendar"
mk_add_options MOZ_MAKE_FLAGS="-j6"
#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_CO_LOCALES=all
mk_add_options LOCALES_CVSROOT=:ext:cltbld@cvs.mozilla.org:/l10n
mk_add_options JS_READLINE=1
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../build
@ -30,3 +30,5 @@ ac_add_options --enable-default-toolkit=mac
# SVG now requires Cairo, so disable it for now.
ac_add_options --disable-svg
ac_add_options --enable-official-branding

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

@ -45,14 +45,15 @@ $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 = 0; # Do l10n packaging?
$BuildLocales = 1; # Do l10n packaging?
# Tests
$CleanProfile = 1;
#$ResetHomeDirForTests = 1;
#$ProductName = "Sunbird";
$ProductName = 'Calendar';
$MacOSProductName = 'Calendar';
$ProductName = 'Sunbird';
$MacOSProductName = 'Sunbird';
#$ProductName = 'Calendar';
#$MacOSProductName = 'Calendar';
$VendorName = "";
#$RunMozillaTests = 1; # Allow turning off of all tests if needed.
@ -165,7 +166,7 @@ $BuildNameExtra = 'Sb-Release';
# Configure only, don't build.
#$ConfigureOnly = 0;
%WGetFiles = (
"http://stage.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/latest-trunk/sunbird-0.3.en-US.mac.dmg" =>
"http://stage.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/latest-trunk/sunbird-0.3.1.en-US.mac.dmg" =>
"/builds/tinderbox/Sb-Trunk/Darwin_8.8.4_Depend/sunbird.dmg"
);

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

@ -2,4 +2,5 @@ Edit this file and include an explanation of why you're respinning. - #build
2007-01-09 05:54 UTC - cvs conflict on mozilla/LICENSE is causing burnination.
2007-01-23 00:55 UTC - Moving tinderboxes to SUNBIRD_0_3_BRANCH for 0.3.1 maintenance release.
2007-01-23 15:13 UTC - Tinders were building from SUNBIRD_0_3_RELEASE rather than SUNBIRD_0_3_BRANCH
2007-30-01 20:20 UTC - Respin 0.3.1pre builds for testday to pickup fix for bug 368709
2007-01-30 20:20 UTC - Respin 0.3.1pre builds for testday to pickup fix for bug 368709
2007-02-01 23:13 UTC - Respin for 0.3.1 first RC

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

@ -6,8 +6,8 @@
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/codesighs
#mk_add_options MOZ_CO_LOCALES=all
#mk_add_options LOCALES_CVSROOT=:ext:cltbld@cvs.mozilla.org:/l10n
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 JS_READLINE=1
# mk_add_options MOZ_INSTALLER_USE_7ZIP=1
@ -27,4 +27,4 @@ ac_add_options --disable-tests
# SVG now requires Cairo, so disable it for now.
ac_add_options --disable-svg
#ac_add_options --enable-codesighs
#ac_add_options --enable-official-branding
ac_add_options --enable-official-branding

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

@ -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;
@ -176,9 +176,9 @@ $BuildNameExtra = 'Sb-Nightly';
# Configure only, don't build.
#$ConfigureOnly = 0;
%WGetFiles = (
"http://stage.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/latest-trunk/sunbird-0.3.en-US.win32.zip" =>
"http://stage.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/latest-trunk/sunbird-0.3.1.en-US.win32.zip" =>
"/cygdrive/d/builds/tinderbox/Sunbird-Trunk/WINNT_5.2_Depend/sunbird.zip",
"http://stage.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/latest-trunk/sunbird-0.3.en-US.win32.installer.exe" =>
"http://stage.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/latest-trunk/sunbird-0.3.1.en-US.win32.installer.exe" =>
"/cygdrive/d/builds/tinderbox/Sunbird-Trunk/WINNT_5.2_Depend/sunbird-installer.exe"
);