canmove, Confirmed users
6,439
edits
Line 456: | Line 456: | ||
=== Remove updates for broken locales === | === Remove updates for broken locales === | ||
{{bug|629256}} | {{bug|629256}} | ||
* Removed " | * Removed "ml", and "te" Mac updates from 3.6.15 from the live snippet dirs. | ||
** Synced to PHX with: | ** Synced to PHX with: | ||
<pre> | <pre> | ||
cd /opt/aus2/incoming/3/Firefox/3.6.15 | cd /opt/aus2/incoming/3/Firefox/3.6.15 | ||
rsync -e "ssh -i $HOME/.ssh/auspush" -Pa0 --delete $PWD/ ffxbld@dp-ausstage01.phx.mozilla.com:$PWD/ | |||
</pre> | |||
* Removed "kn", "ml", and "te" Mac updates from 3.5.18 from the live snippet dirs. | |||
<pre> | |||
find Darwin_* -type d -name kn -o -name ml -o -name te -exec rm -rf {} \ | |||
</pre> | |||
** Synced to PHX with: | |||
<pre> | |||
cd /opt/aus2/incoming/3/Firefox/3.5.17 | |||
rsync -e "ssh -i $HOME/.ssh/auspush" -Pa0 --delete $PWD/ ffxbld@dp-ausstage01.phx.mozilla.com:$PWD/ | rsync -e "ssh -i $HOME/.ssh/auspush" -Pa0 --delete $PWD/ ffxbld@dp-ausstage01.phx.mozilla.com:$PWD/ | ||
</pre> | </pre> |