Confirmed users
3,104
edits
(update) |
|||
(3 intermediate revisions by the same user not shown) | |||
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 === | ||
Line 45: | Line 55: | ||
=== Checklist === | === Checklist === | ||
* <s>(RelMan) [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] | * <s>(RelMan) [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] | ||
* (RelMan) [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]] | * (RelMan) [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]] | ||
* [[Release:Release_Automation_on_Mercurial:Updates#Push_to_mirrors | Push to mirrors]] | * [[Release:Release_Automation_on_Mercurial:Updates#Push_to_mirrors | Push to mirrors]] | ||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]] | * [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]]</s> | ||
=== Retag tools after bustage fix for {{bug|1053814}} === | === Retag tools after bustage fix for {{bug|1053814}} === |