Confirmed users
4,293
edits
Line 366: | Line 366: | ||
aus2/ \ | aus2/ \ | ||
ffxbld@aus3-staging.mozilla.org:/opt/aus2/snippets/staging/Firefox-14.0.1-build1 | ffxbld@aus3-staging.mozilla.org:/opt/aus2/snippets/staging/Firefox-14.0.1-build1 | ||
</pre> | |||
Defer backupsnip until after other changes. | Defer backupsnip until after other changes. | ||
==== Adjust What's New in snippets ==== | ==== Adjust What's New in snippets ==== | ||
From {{bug|767207}} | |||
<pre> | |||
locales="en-US en-GB fr it de es-ES es-AR es-CL es-MX ja ja-JP-mac ko ru" | |||
# backup auto-generated snippets | |||
cd /opt/aus2/snippets/staging | |||
rsync -a Firefox-14.0.1-build1{,-withoutWN}/ | |||
rsync -a Firefox-14.0.1-build1-test{,-withoutWN}/ | |||
for l in $locales; do | |||
for f in `find Firefox-14.0.1-build1{,-test}/*/*/*/*/$l -type f`; do | |||
echo tweaking $f | |||
sed -i '/^actions.*$/d' $f | |||
done | |||
done | |||
Did some quick checks using diff, looks OK. | |||
==== Generate 12.0 to 14.0.1 partial update for windows ==== | ==== Generate 12.0 to 14.0.1 partial update for windows ==== |