Confirmed users
3,104
edits
| Line 121: | Line 121: | ||
=== Updates === | === Updates === | ||
OK | OK | ||
==== Snippets without WN page ==== | |||
It turned out that I didn't push the [https://bugzilla.mozilla.org/attachment.cgi?id=640746&action=edit patch] which disables the What's New page... Had to fix the snippets manually. | |||
<pre> | |||
cd /opt/aus2/snippets/staging | |||
rsync -a Thunderbird-14.0-build1-test{,-silent}/ | |||
rsync -a Thunderbird-14.0-build1{,-silent}/ | |||
for f in `find Thunderbird-14.0-build1{,-test}-silent -type f`; do | |||
echo "actions=silent" >> $f | |||
done | |||
~/bin/backupsnip Thunderbird-14.0-build1-test-silent | |||
~/bin/pushnip Thunderbird-14.0-build1-test-silent | |||
</pre> | |||
==== Update verify ==== | ==== Update verify ==== | ||
OK | OK | ||