canmove, Confirmed users
6,441
edits
| Line 547: | Line 547: | ||
=== Add ja-JP-mac and swap to mac in dir names === | === Add ja-JP-mac and swap to mac in dir names === | ||
=== Fix 4.0b7 -> 4.0b8 Mac updates === | |||
Patcher generates Mac updates using the "Darwin_x86_64-gcc3" OS label, but incoming clients use "Darwin_x86_64-gcc3-u-i386-x86_64" and "Darwin_x86-gcc3-u-i386-x86_64" in their requests. To fix, we added symlinks: | |||
cd /opt/aus2/incoming/3/Firefox/4.0b7 | |||
ln -s Darwin_x86_64-gcc3 Darwin_x86_64-gcc3-u-i386-x86_64 | |||
ln -s Darwin_x86_64-gcc3 Darwin_x86-gcc3-u-i386-x86_64 | |||
== Update Verify == | == Update Verify == | ||