Confirmed users
4,293
edits
No edit summary |
m (→Results) |
||
| (6 intermediate revisions by one other user not shown) | |||
| Line 490: | Line 490: | ||
Binary files source/bin/nssdbm3.chk and target/bin/nssdbm3.chk differ | Binary files source/bin/nssdbm3.chk and target/bin/nssdbm3.chk differ | ||
Only in source/bin: removed-files | Only in source/bin: removed-files | ||
Binary files source/bin/softokn3.chk and target/bin/softokn3.chk differ | |||
</pre> | </pre> | ||
3x chk files are expected (until {{bug|489961}} is resolved), .autoreg and removed-files are OK, and harmless comment change in channel-prefs.js | 3x chk files are expected (until {{bug|489961}} is resolved), .autoreg and removed-files are OK, and harmless comment change in channel-prefs.js | ||
| Line 499: | Line 499: | ||
~/bin/pushsnip 20100402-Firefox-3.0.19-3.6.3-MU | ~/bin/pushsnip 20100402-Firefox-3.0.19-3.6.3-MU | ||
~/bin/pushsnip 20100402-Firefox-3.0.19-3.6.3-MU-beta | ~/bin/pushsnip 20100402-Firefox-3.0.19-3.6.3-MU-beta | ||
====One more time with signing==== | |||
'''April 12, 2010''' | |||
{{bug|557463}} pointed out that the signatures were older than the signed installers. I re-generated the pgp signatures, SUMS, and synched to 3.0.19-real | |||
==== Push to mirrors (again) ==== | |||
The win32 builds were pushed out first to get the mirrors syncing them first. | |||
# ffxbld@stage | |||
mkdir -p /home/ftp/pub/firefox/releases/3.0.19-real-real/win32 | |||
rsync -av /data/cltbld/firefox-3.0.19/stage-merged/win32/ /home/ftp/pub/firefox/releases/3.0.19-real-real/win32/ | |||
rsync -av /data/cltbld/firefox-3.0.19/stage-merged/ /home/ftp/pub/firefox/releases/3.0.19-real-real/ | |||
rsync -av /home/ftp/pub/firefox/releases/3.0.19-real/contrib* /home/ftp/pub/firefox/releases/3.0.19-real-real/ | |||
After both finished, updated /pub/mozilla.org/zz/rsyncd-mozilla-current.exclude to replace '3.0.19-real' with '3.0.19-real-real'<br/> | |||
Added a temporary bouncer entry 'lsblakk-test' that points to /firefox/releases/3.0.19-real-real/update/win32/en-US/firefox-3.0.19.complete.mar (because that was the last file pushed). | |||
==== Update Bouncer Entries ==== | |||
After the temporary bouncer entry is showing as much uptake as the 3.0.19-real entries, they can be flipped over to 3.0.19-real-real. We can't do this beforehand because it takes Bouncer/Sentry some time to update its valid mirror list.<br /> | |||
This was done around 11:55 PDT on April 13, 2010. | |||
==== Delete 3.0.19-real ==== | |||
The following day (April 14th) the 3.0.19-real directory was deleted in order to avoid confusion: | |||
# ffxbld@stage | |||
cd /home/ftp/pub/firefox/releases | |||
rm latest-3.0 && ln -s 3.0.19-real-real latest-3.0 | |||
rm -rf 3.0.19-real | |||