Confirmed users
3,104
edits
m (→Signing issues) |
|||
| Line 520: | Line 520: | ||
~/bin/backupsnip 20101214-Firefox-4.0b8-test-fixed3 | ~/bin/backupsnip 20101214-Firefox-4.0b8-test-fixed3 | ||
~/bin/pushsnip 20101214-Firefox-4.0b8-test-fixed3 | ~/bin/pushsnip 20101214-Firefox-4.0b8-test-fixed3 | ||
</pre> | |||
Fix "ja" locale snippet type | |||
<pre> | |||
cd /opt/aus2/snippets/staging/ | |||
rsync -a 20101214-Firefox-4.0b8-test-fixed3/ 20101214-Firefox-4.0b8-test-fixed4/ | |||
cd 20101214-Firefox-4.0b8-test-fixed4/Firefox | |||
for f in */*Darwin*/*/ja*/*/complete.txt */*Linux_x86_64-gcc3*/*/ja*/*/complete.txt; do | |||
t=$(dirname $f)/partial.txt | |||
rsync -av $f $t | |||
sed -i 's/type=complete/type=partial/' $t | |||
done | |||
~/bin/backupsnip 20101214-Firefox-4.0b8-test-fixed4 | |||
~/bin/pushsnip 20101214-Firefox-4.0b8-test-fixed4 | |||
cd ../../ | |||
rsync -a 20101214-Firefox-4.0b8-test-fixed4/ 20101214-Firefox-4.0b8-fixed4/ | |||
cd 20101214-Firefox-4.0b8-fixed4/Firefox | |||
find . -depth -name 'betatest' -type d -exec rm -rf {} \; | |||
find . -mindepth 4 -maxdepth 4 -type d -exec mv {}/{releasetest,beta} \; | |||
</pre> | </pre> | ||