Releases/Thunderbird 3.1.2/BuildNotes: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
Line 37: Line 37:
  $> cd temp/thunderbird
  $> cd temp/thunderbird
  $> cd 3.0.6-3.1.1 # symlink made earlier
  $> cd 3.0.6-3.1.1 # symlink made earlier
$> # Check that releasetest = beta = release.
$> patch-quick-verify
  $> mv aus2 20100716-Thunderbird-3.0.6-3.1.1-MU
  $> mv aus2 20100716-Thunderbird-3.0.6-3.1.1-MU
  $> mv aus2.test 20100716-Thunderbird-3.0.6-3.1.1-MU-test
  $> mv aus2.test 20100716-Thunderbird-3.0.6-3.1.1-MU-test
  $> tar cvzf 20100716-Thunderbird-3.0.6-3.1.1-MU.tgz 20100716-Thunderbird-3.0.6-3.1.1-MU
  $> tar cvzf 20100716-Thunderbird-3.0.6-3.1.1-MU.tgz 20100716-Thunderbird-3.0.6-3.1.1-MU
  $> tar cvzf 20100716-Thunderbird-3.0.6-3.1.1-MU-test.tgz 20100716-Thunderbird-3.0.6-3.1.1-MU-test
  $> tar cvzf 20100716-Thunderbird-3.0.6-3.1.1-MU-test.tgz 20100716-Thunderbird-3.0.6-3.1.1-MU-test
[cltbld@momo-build-adm-01 2.0.0.24-3.1.2]$ for dir in 20*; do echo rsync -av $dir /opt/aus/snippets/staging/; done | sh


  # Create partial patches and snippets for 3.1.x / mozilla-1.9.2
  # Create partial patches and snippets for 3.1.x / mozilla-1.9.2
  $> ./patcher2.pl --create-patches --app=thunderbird --config=../patcher-configs/moz192-thunderbird-branch-major-update-patcher2.cfg
  $> ./patcher2.pl --create-patches --app=thunderbird --config=../patcher-configs/moz192-thunderbird-branch-major-update-patcher2.cfg
  # tar things up (see above)
  # tar things up (see above)
===Quick verify===
Check that releasetest = beta = release.
cd temp/thunderbird/2.0.0.24-3.1
# releasetest == beta
$> find aus2.test -type d -iregex '.*/releasetest$' | perl -nle '$a = $_; $a =~ s/releasetest/beta/; $a =~ s/aus2\.test/aus2/; system("diff -r -u $_ $a");'
$> find aus2 -type d -iregex '.*/beta$' | perl -nle '$a = $_; $a =~ s/beta$/releasetest/; $a =~ s/aus2/aus2.test/; system("diff -r -u $_ $a");'
# beta == release
$> find aus2 -type d -iregex '.*/beta$' | perl -nle '$a = $_; $a =~ s/beta/release/; system("diff -r -u $_ $a");'
$> find aus2 -type d -iregex '.*/release$' | perl -nle '$a = $_; $a =~ s/release$/beta/; system("diff -r -u $_ $a");'


=== Push to AUS ===
=== Push to AUS ===
Confirmed users
1,018

edits

Navigation menu