Confirmed users
4,293
edits
Line 119: | Line 119: | ||
* 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] | ||
Rebuild these by hand by grabbing a slave and reproducing the commands in the buildbot factories. | Rebuild 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) | ||
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 up -C -r FIREFOX_3_1b3_RELEASE | |||
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 \ | |||
WIN32_INSTALLER_IN=/e/builds/moz2-slave/win32_repack/build/mozilla-1.9.1/firefox.exe \ | |||
MOZ_MAKE_COMPLETE_MAR=1 MOZ_PKG_PRETTYNAMES=1 \ | |||
make installers-da | |||
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_TO_TEMP=1 UPLOAD_USER=ffxbld MOZ_PKG_PRETTYNAMES=1 \ | |||
MOZ_MAKE_COMPLETE_MAR=1 \ | |||
make l10n-upload-da | |||
====Signing==== | ====Signing==== | ||
[https://intranet.mozilla.org/Build:CombinedSigning instructions] Running | [https://intranet.mozilla.org/Build:CombinedSigning instructions] Running |