Releases/Firefox 3.0.19/BuildNotes: Difference between revisions

Line 292: Line 292:
  cd /opt/aus2/snippets/staging/20100315-Firefox-3.0.19
  cd /opt/aus2/snippets/staging/20100315-Firefox-3.0.19
  find -type d -iregex '.*release.*' | perl -nle '$a = $_; $a =~ s/release/releasetest/; system("diff -r -u $_ ../20100315-Firefox-3.0.19-test/$a");'
  find -type d -iregex '.*release.*' | perl -nle '$a = $_; $a =~ s/release/releasetest/; system("diff -r -u $_ ../20100315-Firefox-3.0.19-test/$a");'
==== Publish Updates to Release Channel ====
Since {{bug|508406}} we should run backupsnip every time we push for a given code branch, and not rely on it being run elsewhere. This will take about 10 minutes to run and can be done ahead of time (in a screen session):
~/bin/backupsnip 20100315-Firefox-3.0.19
'''DONE To HERE'''
After go email from driver:
~/bin/pushsnip  20100315-Firefox-3.0.19
Provided pascal has all the billboards done we can enable the major update
~/bin/backupsnip 20100317-Firefox-3.0.19-3.6.2-MU
~/bin/pushsnip  20100317-Firefox-3.0.19-3.6.2-MU
No throttling changes to make.
977

edits