canmove, Confirmed users
6,441
edits
No edit summary |
|||
| Line 84: | Line 84: | ||
** Exclude Source packages because they're regenerated for final | ** Exclude Source packages because they're regenerated for final | ||
** Exclude *SUMS* because we'll be regenerating them. | ** Exclude *SUMS* because we'll be regenerating them. | ||
** Exclude all of the stuff that would normally be excluded when going from candidates -> releases (logs, info files, unsigned dir, crsahreporter symbols) | |||
Details: | |||
<pre> | |||
# ffxbld@stage | |||
# clean up from the RC1 attempt | |||
rm -rf firefox-4.0 | |||
mkdir firefox-4.0 | |||
cd firefox-4.0 | |||
rsync --exclude=*.log --exclude=*_info.txt --exclude=*checksums* --exclude='*partial.mar' --exclude=source --exclude=*SUMS* --exclude=unsigned --exclude=*crashreporter* -av /pub/mozilla.org/firefox/nightly/4.0rc2-candidates/build3/ . | |||
</pre> | |||
=== Other Verifications === | === Other Verifications === | ||