Releases/Thunderbird 2.0.0.16:BuildNotes: Difference between revisions
< Releases
Jump to navigation
Jump to search
(→Build) |
(→Build) |
||
Line 81: | Line 81: | ||
cd /builds/tinderbox/Tb-Mozilla1.8-Release/Linux_2.4.18-14_Depend/mozilla/fullsoft && /builds/tinderbox/Tb-Mozilla1.8-Release/Linux_2.4.18-14_Depend/mozilla/build/autoconf/make-makefile -d .. | cd /builds/tinderbox/Tb-Mozilla1.8-Release/Linux_2.4.18-14_Depend/mozilla/fullsoft && /builds/tinderbox/Tb-Mozilla1.8-Release/Linux_2.4.18-14_Depend/mozilla/build/autoconf/make-makefile -d .. | ||
make -C /builds/tinderbox/Tb-Mozilla1.8-Release/Linux_2.4.18-14_Depend/mozilla/fullsoft fullcircle-push FC_BUILD=2008070711 | make -C /builds/tinderbox/Tb-Mozilla1.8-Release/Linux_2.4.18-14_Depend/mozilla/fullsoft fullcircle-push FC_BUILD=2008070711 | ||
* Mac Build failed erroneously because 'sendmail' was set wrong in the Bootstrap config (/usr/lib/sendmail instead of /usr/sbin/sendmail) | |||
** Checked in a bustage fix, continued on. | |||
* Win32 build failed out when trying to upload talkback symbols. Re-ran as follows: | |||
cd /cygdrive/e/builds/tinderbox/Fx-Mozilla1.8-Release | |||
./build-seamonkey.pl --once --mozconfig mozconfig --depend --config-cvsup-dir --skip-mozilla | |||
** Talkback symbols uploaded fine with this, but builds did not. | |||
*** Didn't know what else to try, so started win32 from scratch. | |||
====Repack==== | ====Repack==== |
Revision as of 12:55, 8 July 2008
Build Engineers
bhearsum
Version/config bump bug
Bonsai queries
Tags
Build 1:
Module | Branch | Tag | Pull date |
cvsroot/mozilla | MOZILLA_1_8_BRANCH | THUNDERBIRD_2_0_0_16_BUILD1 GECKO181_20080612_RELBRANCH |
|
l10n/l10n | MOZILLA_1_8_BRANCH | THUNDERBIRD_2_0_0_16_BUILD1 GECKO181_20080612_RELBRANCH |
Build data
Type | Build ID | SHA1 | Push date | Build machine |
[Windows installer/zip] | production-crazyhorse | |||
[Mac compressed] | bm-xserve05 | |||
[Linux compressed] | production-patrocles |
Notes
Bootstrap Tag: RELEASE_AUTOMATION_M10
See https://bugzilla.mozilla.org/show_bug.cgi?id=440351 for all the setup notes.
Build 1
Tag
No problems.
Source
No problems.
Build
- Build on win32 & linux failed because Bootstrap couldn't be checked out (ssh key error)
- Changed id_dsa* symlinked to point to cltbld key (they were pointing to tbirdbld). This shouldn't cause problems because other steps (symbols, stage upload) that require keys point explicitly to the tbirdbld key.
- Failed out again because tinderbox-configs directories were checked out with the tbirdbld key.
- Re-checked them out with the cltbld key and restarted automation.
- Linux build hung when trying to upload Talkback symbols
- Forgot to copy over production talkback packages. Caught win32 & mac before they hit this. Manually ran the following to upload linux symbols:
cd /builds/tinderbox/Tb-Mozilla1.8-Release/Linux_2.4.18-14_Depend/mozilla && tar jxvf /builds/tinderbox/talkback-thunderbird-1.8-linux.tar.bz2 && cp -r fullsoft /builds/tinderbox/Tb-Mozilla1.8-Release/Linux_2.4.18-14_Depend/mozilla cd fullsoft rm Makefile cd /builds/tinderbox/Tb-Mozilla1.8-Release/Linux_2.4.18-14_Depend/mozilla/fullsoft && /builds/tinderbox/Tb-Mozilla1.8-Release/Linux_2.4.18-14_Depend/mozilla/build/autoconf/make-makefile -d .. make -C /builds/tinderbox/Tb-Mozilla1.8-Release/Linux_2.4.18-14_Depend/mozilla/fullsoft fullcircle-push FC_BUILD=2008070711
- Mac Build failed erroneously because 'sendmail' was set wrong in the Bootstrap config (/usr/lib/sendmail instead of /usr/sbin/sendmail)
- Checked in a bustage fix, continued on.
- Win32 build failed out when trying to upload talkback symbols. Re-ran as follows:
cd /cygdrive/e/builds/tinderbox/Fx-Mozilla1.8-Release ./build-seamonkey.pl --once --mozconfig mozconfig --depend --config-cvsup-dir --skip-mozilla
- Talkback symbols uploaded fine with this, but builds did not.
- Didn't know what else to try, so started win32 from scratch.
- Talkback symbols uploaded fine with this, but builds did not.