Releases/Firefox 4.0b5/BuildNotes: Difference between revisions

 
(15 intermediate revisions by the same user not shown)
Line 242: Line 242:
  ffxbld@stage
  ffxbld@stage
  cd /pub/mozilla.org/firefox/nightly/4.0b5-candidates/build1/
  cd /pub/mozilla.org/firefox/nightly/4.0b5-candidates/build1/
  clamscan -r
  clamscan -r # clamdscan wasn't connecting so I used clamscan (apparently armenzg had to ask IT to start the daemon last time around)
----------- SCAN SUMMARY -----------
Known viruses: 824293
Engine version: 0.96.1
Scanned directories: 495
Scanned files: 1182
Infected files: 0
Data scanned: 12520.71 MB
Data read: 10077.93 MB (ratio 1.24:1)
Time: 3165.145 sec (52 m 45 s)


===Update Bouncer===
===Update Bouncer===
Forced bouncer_submitter on pm - checked on webpage after successful run
===Push to mirrors===
===Push to mirrors===
'''Wait for email from driver before continuing''' (as I did not do so on this release)
# ffxbld@stage
rsync -av --exclude=*tests* --exclude=*crashreporter* --exclude=*.log \
--exclude=*.txt --exclude=*unsigned* --exclude=*update-backup* \
/pub/mozilla.org/firefox/nightly/4.0b5-candidates/build1/ \
/pub/mozilla.org/firefox/releases/4.0b5
Add index.html to cover the files before release time:
# ffbld@stage
cd /pub/mozilla.org/firefox/releases/4.0b5
curl -sL https://bugzilla.mozilla.org/attachment.cgi?id=456169 | sed 's/Beta 1/Beta 5/g' > index.html
for dir in `find . -mindepth 1 -type d`; do cp -pv index.html $dir/; done
Sent email to r-d that push to mirrors was done.
===Final verify===
===Final verify===
* green on second attempt (once there was enough uptake)
* returned last slave (mv-moz2-linux-ix-slave08) to pm03
* sent email when mirrors were absorbed for testing at 9:19am PDT
===Push snippets to beta channel===
===Push snippets to beta channel===
# cltbld@aus2-staging
cd /opt/aus2/snippets/staging
~/bin/backupsnip 20100831-Firefox-4.0b5
*Upon GO from release-drivers
~/bin/pushsnip  20100831-Firefox-4.0b5
===Remove index.html files===
===Remove index.html files===
Once we are fully announced (by the driver) we can remove the index.html files:
# ffxbld@stage
cd /pub/mozilla.org/firefox/releases/4.0b5/
find . -name index.html
find . -name index.html | xargs rm -v
===Release===
===Release===
Emailed the following to metrics@m.c
Firefox,firefox,firefox,4.0b5,4.0
Firefox,firefox,firefox,4.0b6pre,4.0
Confirmed users
4,467

edits