canmove, Confirmed users
6,441
edits
No edit summary |
No edit summary |
||
| Line 546: | Line 546: | ||
====Release==== | ====Release==== | ||
(Nothing to do here.) | (Nothing to do here.) | ||
==== Fix source tarball ==== | |||
{{bug|468745}} reporting a problem with the source tarball - it did not contain js/src/configure. After the code was fixed, regenerated the tarball and pushed it like this: | |||
# ffxbld@moz2-linux-slave06 | |||
cd /builds/moz2_slave/source | |||
scp -oIdentityFile=~/.ssh/ffxbld_dsa firefox-* ffxbld@stage.mozilla.org:/home/ftp/pub/firefox/nightly/3.1b2-candidates/build2/source | |||
# manually fixed MD5SUMS, SHA1SUMS | |||
# push to releases: | |||
rsync -av /home/ftp/pub/firefox/nightly/3.1b2-candidates/build2/*SUMS /home/ftp/pub/firefox/nightly/3.1b2-candidates/build2/source ./ | |||