Confirmed users
4,293
edits
Line 479: | Line 479: | ||
==== Generate release-cck-mozilla11/12 snippets ==== | ==== Generate release-cck-mozilla11/12 snippets ==== | ||
By duplicating the 13.0.1 release/releasetest snippets and modifying the bouncer product, see [https://bugzilla.mozilla.org/show_bug.cgi?id=758795#c8 bug] for more info. | By duplicating the 13.0.1 release/releasetest snippets and modifying the bouncer product, see [https://bugzilla.mozilla.org/show_bug.cgi?id=758795#c8 bug] for more info. | ||
<pre> | |||
# ffxbld@aus3-staging | |||
cd /opt/aus2/snippets/staging | |||
mkdir -p Firefox-14.0.1-build1-funnelcake11_12-test/Firefox | |||
rsync -a --exclude=Linux* --exclude=betatest \ | |||
Firefox-14.0.1-build1{,-funnelcake11_12}-test/Firefox/13.0.1/ | |||
for d in `find Firefox-14.0.1-build1-funnelcake11_12-test -mindepth 6 -type d`; do | |||
mv $d $d-cck-mozilla11 | |||
rsync -a $d-cck-mozilla11/ $d-cck-mozilla12/ | |||
sed -i -e 's/\-complete/-complete-funnelcake11/' \ | |||
-e 's/-partial-13\.0\.1/-partial-13.0.1-funnelcake11/' $d-cck-mozilla11/*.txt | |||
sed -i -e 's/\-complete/-complete-funnelcake12/' \ | |||
-e 's/-partial-13\.0\.1/-partial-13.0.1-funnelcake12/' $d-cck-mozilla12/*.txt | |||
done | |||
rsync -a Firefox-14.0.1-build1-funnelcake11_12{-test,}/ | |||
for d in `find Firefox-14.0.1-build1-funnelcake11_12 -mindepth 6 -type d`; do | |||
mv $d ${d/releasetest/release} | |||
done | |||
backupsnip Firefox-14.0.1-build1-funnelcake11_12-test | |||
pushsnip Firefox-14.0.1-build1-funnelcake11_12-test | |||
==== Update verify ==== | ==== Update verify ==== |