Releases/Firefox 4.0b8/BuildNotes: Difference between revisions

Jump to navigation Jump to search
m
Line 271: Line 271:
ln -s mac64 mac
ln -s mac64 mac
</pre>
</pre>
Realized that we don't generate snippets for linux64/ja:
<pre>
rsync -a 20101214-Firefox-4.0b8-test-fixed/ 20101214-Firefox-4.0b8-test-fixed2/
cd 20101214-Firefox-4.0b8-test-fixed2/Firefox
mkdir -p 4.0b7/Linux_x86_64-gcc3/20101104131204/ja/{beta,release}test
# setup snippet
cat > 4.0b7/Linux_x86_64-gcc3/20101104131204/ja/releasetest/complete.txt << EOF
version=1
type=complete
url=http://download.mozilla.org/?product=firefox-4.0b8-complete&os=linux64&lang=ja
hashFunction=SHA512
hashValue=0f3f22fc577bb06a01c4ab011448fb97bda99ede7ad4af6fbea8b89a819d2c4decf67d6bf9890ba533b395d2d2133eb0c60e7e4048f6a5151dd8e53dba0178a7
size=15999286
build=20101214180840
appv=4.0 Beta 8
extv=4.0b8
detailsUrl=http://www.mozilla.com/ja/firefox/4.0b8/releasenotes/
EOF
sed -e 's!^url=.*!url=http://stage-old.mozilla.org/pub/mozilla.org/firefox/nightly/4.0b8-candidates/build1/update/linux-x86_64/ja/firefox-4.0b8.complete.mar!' \
  4.0b7/Linux_x86_64-gcc3/20101104131204/ja/releasetest/complete.txt \
> 4.0b7/Linux_x86_64-gcc3/20101104131204/ja/betatest/complete.txt
# copy to other locations, ja was added at b5
dirs=`find 4.0b{4,5,6,7} -maxdepth 1 -mindepth 1 -type d -name '*Linux_x86_64-gcc3*' ! -wholename '4.0b6/Linux_x86_64-gcc3' | sort`
for d in $dirs; do
  rsync -av 4.0b7/Linux_x86_64-gcc3/20101104131204/ja $d/*/
done
rsync -a 20101214-Firefox-4.0b8-test-fixed2/ 20101214-Firefox-4.0b8-fixed2/
cd 20101214-Firefox-4.0b8-fixed2/Firefox
find . -depth -name 'betatest' -type d -exec rm -rf {} \;
find . -mindepth 4 -maxdepth 4 -type d -exec mv {}/{releasetest,beta} \;
~/bin/backupsnip 20101214-Firefox-4.0b8-test-fixed2
~/bin/pushsnip  20101214-Firefox-4.0b8-test-fixed2
</pre>
'''TODO:''' add ja/ja-JP-mac to update verify configs fpr linux64 and mac64 and rerun them.


=== Add ja-JP-mac and swap to mac in dir names ===
=== Add ja-JP-mac and swap to mac in dir names ===
Confirmed users
3,104

edits

Navigation menu