Confirmed users
4,293
edits
No edit summary |
|||
Line 115: | Line 115: | ||
* no real problems then | * no real problems then | ||
After fixing win32 locales ... | After fixing win32 locales: | ||
do these steps to generate updats | |||
# cltbld@moz2-linux-slave06 | |||
cd /builds/slave/updates/build | |||
rm -rv temp/firefox/3.5.2/ftp/firefox-3.5.2.*.win32.complete.mar | |||
rsync -a temp/firefox/3.5.1-3.5.2/ temp/firefox/3.5.1-3.5.2-bak/ | |||
rm -rf temp/firefox/3.5.1-3.5.2/ftp/firefox/nightly/3.5.2-candidates/build1/update/win32/{af,ar,as,be,bg,bn-BD,bn-IN,ca,cs,cy,da,de,el,en-GB,eo,es-AR,es-CL,es-ES,es-MX,et,eu,fa,fi,fr,fy-NL,ga-IE,gl,gu-IN,he,hi-IN,hr,hu,id,is,it,ja,ka,kk,kn,ko,ku,lt,lv,mk,ml,mn,mr,nb-NO,nl,nn-NO,oc,or,pa-IN,pl,pt-BR,pt-PT,rm,ro,ru,si,sk,sl,sq,sr,sv-SE,ta,ta-LK,te,th,tr,uk,vi,zh-CN,zh-TW} | |||
rm -rf temp/firefox/3.5.1-3.5.2/aus2* | |||
perl patcher2.pl --download --app=firefox --brand=Firefox --config=patcher-configs/moz191-branch-patcher2.cfg | |||
perl patcher2.pl --create-patches --partial-patchlist-file=patchlist.cfg --app=firefox --brand=Firefox --config=patcher-configs/moz191-branch-patcher2.cfg | |||
find temp/firefox/3.5.1-3.5.2/ftp/firefox/nightly/3.5.2-candidates/build1 -type f -exec chmod 644 {} \; | |||
find temp/firefox/3.5.1-3.5.2/ftp/firefox/nightly/3.5.2-candidates/build1 -type d -exec chmod 755 {} \; | |||
cd temp/firefox/ | |||
# for each of aus2, aus2.test, aus2.beta: verify that only WINNT have changed but not en-US, # of differences is the # of partials | |||
rsync -av -e "ssh -oIdentityFile=~/.ssh/ffxbld_dsa" --exclude=*complete.mar 3.5.1-3.5.2/ftp/firefox/nightly/3.5.2-candidates/build1/update ffxbld@stage-old.mozilla.org:/pub/mozilla.org/firefox/nightly/3.5.2-candidates/build1/ | |||
rsync -av 3.5.1-3.5.2/aus2/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20090730-Firefox-3.5.2-fixedWin32 | |||
rsync -av 3.5.1-3.5.2/aus2.test/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20090730-Firefox-3.5.2-fixedWin32-test | |||
rsync -av 3.5.1-3.5.2/aus2.beta/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20090730-Firefox-3.5.2-fixedWin32-beta | |||
ssh -l cltbld aus2-staging.mozilla.org ~/bin/pushsnip 20090730-Firefox-3.5.2-fixedWin32-test | |||
====Update verify==== | ====Update verify==== |