Confirmed users
2,456
edits
| Line 116: | Line 116: | ||
====Push to mirrors==== | ====Push to mirrors==== | ||
<i> | |||
Need to exclude from the rsync: | |||
* *.tests.tar.bz2 which are used for talos and unit test but not shipped | |||
* WinCE files because QA is still checking those | |||
# ffxbld@stage | |||
rsync -av --exclude=*.log --exclude=*.txt --exclude=*unsigned* \ | |||
--exclude=*.crashreporter-symbols.zip --exclude=*.tests.tar.bz2* \ | |||
--exclude=update/win32/*/*.partial.mar \ | |||
--exclude=wince-arm/ --exclude=update/wince-arm/ \ | |||
/pub/mozilla.org/firefox/nightly/3.6rc2-candidates/build1/ \ | |||
/pub/mozilla.org/firefox/releases/3.6rc2/ | |||
* Push WinCE files after QA signoff | |||
# ffxbld@stage | |||
rsync -av --exclude=*.log --exclude=*.txt --exclude=*unsigned* \ | |||
--exclude=*.crashreporter-symbols.zip --exclude=*.tests.tar.bz2* \ | |||
--exclude=update/win32/*/*.partial.mar \ | |||
/pub/mozilla.org/firefox/nightly/3.6rc2-candidates/build1/ \ | |||
/pub/mozilla.org/firefox/releases/3.6rc2/ | |||
</i> | |||
====Final Verification==== | ====Final Verification==== | ||