Confirmed users
4,293
edits
Line 145: | Line 145: | ||
====Generate updates==== | ====Generate updates==== | ||
The patcher config bump set | |||
details http://www.mozillamessaging.com/%locale%/thunderbird/2.0.0.24/releasenotes/ | |||
when we'd previously used mozilla.com. Thinking this was in error I modified the config while patcher was downloading the complete mars. However this is bad form, and it turns out that we redirect 2.0.0.23 from | |||
http://www.mozilla.com/%locale%/thunderbird/2.0.0.23/releasenotes/ | |||
to | |||
http://www.mozillamessaging.com/%locale%/thunderbird/2.0.0.23/releasenotes/ | |||
so the change was fine. | |||
Regenerate the snippets to avoid needing a redirect | |||
# cltbld@production-prometheus-vm | |||
cd /builds/updates/thunderbird-2.0.0.24/config/ | |||
cvs up -C moz18-branch-patcher2.cfg | |||
# cvs stat gives rev 1.30 unmodified | |||
cd ../patcher/temp/thunderbird/2.0.0.23-2.0.0.24/ | |||
mkdir v1-snippets | |||
mv aus2* v1-snippets | |||
cd /builds/updates/thunderbird-2.0.0.24/patcher | |||
./patcher2.pl --create-patchinfo --app=thunderbird --config=../config/moz18-branch-patcher2.cfg | |||
cd /builds/updates/thunderbird-2.0.0.24/patcher/temp/thunderbird/2.0.0.23-2.0.0.24 | |||
diff -r -I '^detailsUrl' v1-snippets/aus2 aus2 | |||
diff -r -I '^detailsUrl' v1-snippets/aus2.beta aus2.beta | |||
diff -r -I '^detailsUrl' v1-snippets/aus2.test aus2.test | |||
# no output for all three diffs, spot check comfirms expected change in detailsUrl | |||
rsync -av -e 'ssh -i /home/cltbld/.ssh/aus' aus2/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20100302-Thunderbird-2.0.0.24/ | |||
rsync -av -e 'ssh -i /home/cltbld/.ssh/aus' aus2.beta/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20100302-Thunderbird-2.0.0.24-beta/ | |||
rsync -av -e 'ssh -i /home/cltbld/.ssh/aus' aus2.test/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20100302-Thunderbird-2.0.0.24-test/ | |||
# cltbld@aus-staging | |||
~/bin/backupsnip 20100302-Thunderbird-2.0.0.24-test | |||
~/bin/pushsnip 20100302-Thunderbird-2.0.0.24-test | |||
====Publish updates to test channels (betatest & releasetest)==== | ====Publish updates to test channels (betatest & releasetest)==== |