canmove, Confirmed users
6,441
edits
| Line 594: | Line 594: | ||
=== Push to mirrors === | === Push to mirrors === | ||
# ffxbld@stage | |||
rsync -av --exclude="*reporter*" --exclude=*.log --exclude=*.txt --exclude=*unsigned* /pub/mozilla.org/firefox/nightly/3.6.11-candidates/build3/ /pub/mozilla.org/firefox/releases/3.6.11/ | |||
# cltbld@stage | |||
vim -n /pub/mozilla.org/zz/rsyncd-mozilla-current.exclude | |||
# replace 3.6.10 with 3.6.11 | |||
=== EU Ballot Build Push === | |||
Done separately from the original push because they weren't ready when we pushed to mirrors. | |||
Staged with: | |||
<pre> | |||
# ffxbld@stage | |||
# get copy of signed tarball to /tmp/ | |||
mkdir /tmp/ffxbld | |||
cd /tmp/ffxbld | |||
tar xfv ../euballot-3611-signed.tar | |||
mv win32 win32-EUballot | |||
mv -v win32-EUballot /pub/mozilla.org/firefox/nightly/3.6.11-candidates/build3/ | |||
</pre> | |||
Virus Scanned with: | |||
<pre> | |||
clamdscan /mnt/netapp/stage/archive.mozilla.org/pub/firefox/nightly/3.6.11-candidates/build3/win32-EUballot | |||
</pre> | |||
Pushed with: | |||
rsync -av /pub/mozilla.org/firefox/nightly/3.6.11-candidates/build3/win32-EUballot /pub/mozilla.org/firefox/releases/3.6.11/ | |||
=== Final verification (sanity check releasetest snippets) === | === Final verification (sanity check releasetest snippets) === | ||