canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) |
||
| Line 351: | Line 351: | ||
find temp/firefox/3.5.3-3.5.4/ftp/firefox/nightly/3.5.4-candidates/build3 -type f -exec chmod 644 {} \; | find temp/firefox/3.5.3-3.5.4/ftp/firefox/nightly/3.5.4-candidates/build3 -type f -exec chmod 644 {} \; | ||
find temp/firefox/3.5.3-3.5.4/ftp/firefox/nightly/3.5.4-candidates/build3 -type d -exec chmod 755 {} \; | find temp/firefox/3.5.3-3.5.4/ftp/firefox/nightly/3.5.4-candidates/build3 -type d -exec chmod 755 {} \; | ||
cd /builds/slave/updates/build/temp/firefox/3.5.3-3.5.4/ftp/firefox/nightly/3.5.4-candidates/build3 | |||
rsync -av -e 'ssh -oIdentityFile=~/.ssh/ffxbld_dsa' --exclude=*complete.mar update ffxbld@stage.mozilla.org:/pub/mozilla.org/firefox/nightly/3.5.4-candidates/build3/ | |||
cd /builds/slave/updates/build/temp/firefox/3.5.3-3.5.4 | |||
for dir in aus2.test aus2.beta; do | |||
# copy complete snippets from 3.5.3 into a new dir for 3.5.4 | |||
mkdir -p b1-b3-${dir}/Firefox | |||
rsync -a --exclude 'partial.txt' ${dir}/Firefox/3.5.3/ b1-b3-${dir}/Firefox/3.5.4/ | |||
# use the buildid's from build1 | |||
mv b1-b3-${dir}/Firefox/3.5.4/Darwin_Universal-gcc3/20090824085414 b1-b3-${dir}/Firefox/3.5.4/Darwin_Universal-gcc3/20091006224018 | |||
mv b1-b3-${dir}/Firefox/3.5.4/Linux_x86-gcc3/20090824085743 b1-b3-${dir}/Firefox/3.5.4/Linux_x86-gcc3/20091006225203 | |||
mv b1-b3-${dir}/Firefox/3.5.4/WINNT_x86-msvc/20090824101458 b1-b3-${dir}/Firefox/3.5.4/WINNT_x86-msvc/20091007001339 | |||
done | |||
rsync -av aus2/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091019-Firefox-3.5.4-from-3.5.3 | |||
rsync -av aus2.test/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091019-Firefox-3.5.4-from-3.5.3 | |||
rsync -av aus2.beta/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091019-Firefox-3.5.4-from-3.5.3 | |||
rsync -a -e 'ssh -i ~/.ssh/aus' b1-b3-aus2.test/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091019-Firefox-3.5.4build1-build3-test | |||
rsync -a -e 'ssh -i ~/.ssh/aus' b1-b3-aus2.beta/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091019-Firefox-3.5.4build1-build3-beta | |||
==== Update verify ==== | ==== Update verify ==== | ||