canmove, Confirmed users
6,439
edits
Line 324: | Line 324: | ||
rsync -av /data/cltbld/firefox-3.1b1/ /home/ftp/pub/firefox/releases/3.1b1/ | rsync -av /data/cltbld/firefox-3.1b1/ /home/ftp/pub/firefox/releases/3.1b1/ | ||
# copy the KEY file | # copy the KEY file | ||
==== Create and push releasetest channel snippets ==== | |||
We needed to manually create releasetest channel snippets in order for QA to be able to test bouncer links. This was done with the following commands: | |||
# cltbld@aus2-staging.mozilla.org | |||
cd ~ | |||
rsync -av /opt/aus2/snippets/staging/20081008-Firefox-3.1b1/ 20081008-Firefox-3.1b1-releasetest/ | |||
cd 20081008-Firefox-3.1b1-releasetest | |||
for i in `find . | grep 'en-US$'`; do cd $i; mv beta releasetest; cd ../../../../../; done | |||
cd ~ | |||
rsync -av 20081008-Firefox-3.1b1-releasetest/ /opt/aus2/snippets/staging/20081008-Firefox-3.1b1-releasestest/ | |||
# push the test snippets | |||
~/bin/pushsnip 20081008-Firefox-3.1b1-releasetest | |||
====Final Verification==== | ====Final Verification==== |