Confirmed users
4,293
edits
Line 92: | Line 92: | ||
Manually announced to r-d. | Manually announced to r-d. | ||
Release snippets, carrying straight on from the block above | |||
<pre> | |||
rsync -av Firefox-16.0.1-build1/Firefox/15.0.1/ \ | |||
Firefox-16.0.1-build1/Firefox/16.0/ | |||
for d in Firefox-16.0.1-build1/Firefox/16.0/*; do | |||
mv -v $d/20120905151427 $d/20121005155445 | |||
done | |||
find Firefox-16.0.1-build1/Firefox/16.0/ -type f -name partial.txt -exec rm {} \; | |||
</pre> | |||
==== Generate update verify configs and trigger ==== | ==== Generate update verify configs and trigger ==== | ||
Do this one all manually, since it's fairly trival. | Do this one all manually, since it's fairly trival. |