canmove, Confirmed users
6,439
edits
Line 569: | Line 569: | ||
</pre> | </pre> | ||
* Filed {{bug|643854}} to have IT update the website. | * Filed {{bug|643854}} to have IT update the website. | ||
=== Disable Unwanted 3.5.17/3.6.15 Darwin PPC snippets === | |||
We forgot to exclude these when generating the MUs :(. 3.5.18/3.6.16 were created with a newer version of the UPDATE_PACKAGING tag, which doesn't create PPC snippets at all. To fix: | |||
<pre> | |||
# ffxbld@aus2-staging | |||
cd /opt/aus2/incoming/3/Firefox/3.5.17 | |||
rm -rf Darwin_ppc-gcc3-u-ppc-i386/ | |||
cd /opt/aus2/incoming/3/Firefox/3.6.15 | |||
rm -rf Darwin_ppc-gcc3-u-ppc-i386/ | |||
</pre> | |||
<pre> | |||
# ffxbld@dp-ausstage01 | |||
cd /opt/aus2/incoming/3/Firefox/3.5.17 | |||
rm -rf Darwin_ppc-gcc3-u-ppc-i386/ | |||
cd /opt/aus2/incoming/3/Firefox/3.6.15 | |||
rm -rf Darwin_ppc-gcc3-u-ppc-i386/ | |||
</pre> | |||
=== XULRunner === | === XULRunner === |