canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) |
||
| Line 273: | Line 273: | ||
|locale || tr | |locale || tr | ||
|} | |} | ||
** post_upload.py failed while trying to chmod /home/ftp/pub/firefox/nightly/3.5.4-candidates/build3/contrib/solaris_pkgadd, | |||
*** I modified the post_upload.py command on stage.m.o to ignore the contrib dirs | |||
*** I then had to login to the linux/macosx repack slaves and run the following commands: | |||
cd /builds/slave/{linux|macosx}_repack/build/mozilla-1.9.1/browser/locales | |||
export AB_CD=tr | |||
export MOZ_MAKE_COMPLETE_MAR=1 | |||
export MOZ_PKG_PRETTYNAMES=1 | |||
export MOZ_PKG_VERSION=3.5.4 | |||
export POST_UPLOAD_CMD='post_upload.py -p firefox -v 3.5.4 -n 3 --release-to-candidates-dir' | |||
export UPLOAD_HOST=stage.mozilla.org | |||
export UPLOAD_SSH_KEY=~/.ssh/ffxbld_dsa | |||
export UPLOAD_TO_TEMP=1 | |||
export UPLOAD_USER=ffxbld | |||
make l10n-upload-tr | |||
*** I simply re-ran the win32 repack again as that was faster (once the script on staging was fixed) than trying to get all the env settings right to do it by hand | |||
==== Sign ==== | ==== Sign ==== | ||