Confirmed users
4,293
edits
Line 116: | Line 116: | ||
====Build/Repack==== | ====Build/Repack==== | ||
Same mac hg issue as build1. Also had | Same mac hg issue as build1. Also had | ||
* mac/ko | * mac/ko died unpacking dmg - [http://production-master.build.mozilla.org:8010/builders/macosx_repack/builds/097 log] | ||
* win32/da timeout configuring - [http://production-master.build.mozilla.org:8010/builders/win32_repack/builds/66 log] | * win32/da timeout configuring - [http://production-master.build.mozilla.org:8010/builders/win32_repack/builds/66 log] | ||
Rebuilt these by hand by grabbing a slave and reproducing the commands in the buildbot factories. Basically (but I did all the steps, semi-redundant though they are) this for win32/da: | |||
cd /e/builds/moz2-slave/win32_repack/build/releases/l10n-mozilla-1.9.1 | cd /e/builds/moz2-slave/win32_repack/build/releases/l10n-mozilla-1.9.1 | ||
hg clone http://hg.mozilla.org/releases/l10n-mozilla-1.9.1/da/ | hg clone http://hg.mozilla.org/releases/l10n-mozilla-1.9.1/da/ | ||
hg up -C -r FIREFOX_3_1b3_RELEASE | hg -R da up -C -r FIREFOX_3_1b3_RELEASE | ||
cd /e/builds/moz2-slave/win32_repack/build/mozilla-1.9.1/browser/locales | cd /e/builds/moz2-slave/win32_repack/build/mozilla-1.9.1/browser/locales | ||
ZIP_IN=/e/builds/moz2-slave/win32_repack/build/mozilla-1.9.1/firefox.zip \ | ZIP_IN=/e/builds/moz2-slave/win32_repack/build/mozilla-1.9.1/firefox.zip \ | ||
Line 129: | Line 129: | ||
MOZ_MAKE_COMPLETE_MAR=1 MOZ_PKG_PRETTYNAMES=1 \ | MOZ_MAKE_COMPLETE_MAR=1 MOZ_PKG_PRETTYNAMES=1 \ | ||
make installers-da | make installers-da | ||
POST_UPLOAD_CMD="/home/ffxbld/bin/post_upload.py -p firefox -v 3.1b3 -n 2 --release-to-candidates-dir" \ | POST_UPLOAD_CMD="/home/ffxbld/bin/post_upload.py -p firefox -v 3.1b3 -n 2 --release-to-candidates-dir" \ | ||
UPLOAD_HOST=stage.mozilla.org UPLOAD_SSH_KEY="~/.ssh/ffxbld_dsa" \ | UPLOAD_HOST=stage.mozilla.org UPLOAD_SSH_KEY="~/.ssh/ffxbld_dsa" \ | ||
Line 135: | Line 135: | ||
MOZ_MAKE_COMPLETE_MAR=1 \ | MOZ_MAKE_COMPLETE_MAR=1 \ | ||
make l10n-upload-da | make l10n-upload-da | ||
mac/ko: | |||
cd /builds/slave/macosx_repack/build/releases/l10n-mozilla-1.9.1 | |||
hg clone http://hg.mozilla.org/releases/l10n-mozilla-1.9.1/ko/ | |||
hg -R ko up -C -r FIREFOX_3_1b3_RELEASE | |||
cd /builds/slave/macosx_repack/build/mozilla-1.9.1/browser/locales | |||
ZIP_IN=/builds/slave/macosx_repack/build/mozilla-1.9.1/firefox.dmg \ | |||
MOZ_MAKE_COMPLETE_MAR=1 MOZ_PKG_PRETTYNAMES=1 \ | |||
make installers-ko | |||
POST_UPLOAD_CMD="/home/ffxbld/bin/post_upload.py -p firefox -v 3.1b3 -n 2 --release-to-candidates-dir" \ | |||
MOZ_MAKE_COMPLETE_MAR=1 MOZ_PKG_PRETTYNAMES=1 \ | |||
UPLOAD_HOST=stage.mozilla.org UPLOAD_SSH_KEY="~/.ssh/ffxbld_dsa" \ | |||
UPLOAD_TO_TEMP=1 UPLOAD_USER=ffxbld \ | |||
make l10n-upload-ko | |||
NB: path is slave dependent | |||
XXX We need a better way to spot these errors, the waterfall isn't very well suited to it. verify-locales.pl perhaps. | |||
====Signing==== | ====Signing==== | ||
[https://intranet.mozilla.org/Build:CombinedSigning instructions] Running | [https://intranet.mozilla.org/Build:CombinedSigning instructions] Running |