Confirmed users
3,990
edits
| Line 304: | Line 304: | ||
==== Push to mirrors ==== | ==== Push to mirrors ==== | ||
* We want to push partner repacks to candidates dirs but we want to make sure we don't send it to the mirrors. This will be the first time we do this and that is why I am adding a note beforehand in this section | |||
NOTE DONE YET | |||
<i> | |||
# ffxbld@stage | |||
rsync -av --exclude=*.log --exclude=*.txt --exclude=*unsigned* \ | |||
--exclude=*.crashreporter-symbols.zip --exclude=*.tests.tar.bz2* \ | |||
--exclude=*partner-repacks* \ | |||
/pub/mozilla.org/firefox/nightly/3.6.2-candidates/build3/ \ | |||
/pub/mozilla.org/firefox/releases/3.6.2/ | |||
</i> | |||
==== Final Verification ==== | ==== Final Verification ==== | ||