canmove, Confirmed users
6,439
edits
No edit summary |
|||
Line 133: | Line 133: | ||
** 2nd build on slave29 failed, automatically retried and picked up by slave30 this time. catlee moved all w32-ix slaves to buildbot-master1:9010 | ** 2nd build on slave29 failed, automatically retried and picked up by slave30 this time. catlee moved all w32-ix slaves to buildbot-master1:9010 | ||
** hit rebuild on build#1 so we could get a build going on a VM at the same time in case the one on the IX machine dies again | ** hit rebuild on build#1 so we could get a build going on a VM at the same time in case the one on the IX machine dies again | ||
** final build attempt on IX died because bhearsum tried to trick the linker into being verbose, but caused a bad invocation instead | ** final build attempt on IX through buildbot died because bhearsum tried to trick the linker into being verbose, but caused a bad invocation instead. Kicked it through manually by doing the following: | ||
# In MSYS shell through VNC on w32-ix-slave30 | |||
cd /e/builds/moz2_slave/rel-2.0-w32-bld/build | |||
export MOZ_OBJDIR=obj-firefox | |||
export MOZ_PKG_PRETTYNAMES=1 | |||
export MOZ_PKG_VERSION=4.0rc1 | |||
make -f client.mk profiledbuild MOZ_BUILD_DATE=20110303194838 | |||
cd obj-firefox | |||
make buildsymbols | |||
export POST_SYMBOL_UPLOAD_CMD=/usr/local/bin/post-symbol-upload.py | |||
export SYMBOL_SERVER_HOST=dm-symbolpush01.mozilla.org | |||
export SYMBOL_SERVER_PATH=/mnt/netapp/breakpad/symbols_ffx/ | |||
export SYMBOL_SERVER_SSH_KEY="/c/Documents and Settings/cltbld/.ssh/ffxbld_dsa" | |||
export SYMBOL_SERVER_USER=ffxbld | |||
make uploadsymbols | |||
make package | |||
make installer | |||
make -C obj-firefox/tools/update-packaging | |||
cd ../ | |||
python build/config/printconfigsetting.py build/obj-firefox/dist/bin/application.ini App BuildID > build/obj-firefox/dist/win32_info.txt | |||
export POST_UPLOAD_CMD="post_upload.py -p firefox -n 2 -v 4.0rc1 --release-to-candidates-dir" | |||
export UPLOAD_EXTRA_FILES=win32_info.txt | |||
export UPLOAD_HOST=stage.mozilla.org | |||
export UPLOAD_SSH_KEY=~/.ssh/ffxbld_dsa | |||
export UPLOAD_TO_TEMP=1 | |||
export UPLOAD_USER=ffxbld | |||
cd build/obj-firefox | |||
make upload | |||
* OSX: no problems with en-US or repacks | * OSX: no problems with en-US or repacks |