Confirmed users
4,467
edits
No edit summary |
|||
Line 118: | Line 118: | ||
* need to generate b1 -> b3 for 3.6b1 kk, ko, mk, nb-NO, nn-NO, sl | * need to generate b1 -> b3 for 3.6b1 kk, ko, mk, nb-NO, nn-NO, sl | ||
'' | * slave: moz2-linux-slave38 | ||
* ran steps manually with [http://people.mozilla.org/~bhearsum/misc/moz192-branch-patcher2.cfg moz192-branch-patcher2.cfg] | |||
<pre> | |||
#build-tools | |||
perl patcher2.pl --build-tools-hg --tools-revision=UPDATE_PACKAGING_R9 --app=firefox --brand=Firefox --config=moz192-branch-patcher2.cfg | |||
#download builds | |||
perl patcher2.pl --download --app=firefox --brand=Firefox --config=moz192-branch-patcher2.cfg | |||
#create patches | |||
perl patcher2.pl --create-patches --partial-patchlist-file=patchlist.cfg --app=firefox --brand=Firefox --config=moz192-branch-patcher2.cfg | |||
#chmod partial mars: | |||
find build/temp/firefox/3.6b1-3.6b3/ftp/firefox/nightly/3.6b3-candidates/build1 -type f -exec chmod 644 {} \; | |||
#chmod partial mar dirs: | |||
find temp/firefox/3.6b1-3.6b3/ftp/firefox/nightly/3.6b3-candidates/build1 -type d -exec chmod 755 {} \; | |||
#upload partial mars: | |||
rsync -av -e 'ssh -oIdentityFile=~/.ssh/ffxbld_dsa' --exclude=*complete.mar temp/firefox/3.6b1-3.6b3/ftp/firefox/nightly/3.6b3-candidates/build1/update ffxbld@stage-old.mozilla.org:/pub/mozilla.org/firefox/nightly/3.6b3-candidates/build1/ | |||
#upload snippets: | |||
rsync -av temp/firefox/3.6b1-3.6b3/aus2/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091117-Firefox-3.6b1-3.6b3-locales | |||
#upload test snippets | |||
rsync -av temp/firefox/3.6b1-3.6b3/aus2.test/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091117-Firefox-3.6b1-3.6b3-locales-test | |||
</pre> | |||
Then ran backupsnip and pushsnip as usual. | |||
====Update verify==== | ====Update verify==== |