Confirmed users
3,104
edits
| Line 33: | Line 33: | ||
=== Push to mirrors === | === Push to mirrors === | ||
We decided to go ahead and push to mirrors even though partner repacks and antivirus weren't yet completed. This allows QE to test in parallel with those and lets us ship sooner. | We decided to go ahead and push to mirrors even though partner repacks and antivirus weren't yet completed. This allows QE to test in parallel with those and lets us ship sooner. | ||
Due to the early push the checksum files were missing in the releases directory. The original rsync command didn't work, I had to remove the --link-dest=... part: | |||
rsync -av --exclude='*tests*' --exclude='*crashreporter*' --exclude='*.log' \ | |||
--exclude='*.txt' --exclude='*unsigned*' --exclude='*update-backup*' \ | |||
--exclude='*partner-repacks*' --exclude='*.checksums' --exclude='*.checksums.asc' \ | |||
--exclude='logs' --exclude='jsshell*' --exclude=host --exclude='*.json' \ | |||
--exclude='*mar-tools*' --exclude=gecko-unsigned-unaligned.apk --exclude=robocop.apk \ | |||
--exclude='*.zip' --exclude='*.zip.asc' \ | |||
/pub/mozilla.org/firefox/candidates/36.0.3-candidates/build1/ \ | |||
/pub/mozilla.org/firefox/releases/36.0.3/ | |||
=== Manually force release-cdntest builder === | === Manually force release-cdntest builder === | ||