Confirmed users
4,293
edits
m (→Update Bouncer) |
|||
| Line 114: | Line 114: | ||
* linux - no problems. | * linux - no problems. | ||
* mac - expected failure on gu-IN for 3.0b1...3.0b5. Otherwise, no problems. | * mac - expected failure on gu-IN for 3.0b1...3.0b5. Otherwise, no problems. | ||
* win32 - | * win32 - first run timed out because the updater tries to elevate its access rights on windows - the OS throws up a modal RunAs dialog when we try to run the updater which blocks any progress. Probably fallout from {{bug|437349}} in Fx3.0.2. This patch fixes it up: | ||
Index: check_updates.sh | |||
=================================================================== | |||
RCS file: /cvsroot/mozilla/testing/release/common/check_updates.sh,v | |||
retrieving revision 1.11 | |||
diff -u -r1.11 check_updates.sh | |||
--- check_updates.sh 21 Mar 2008 21:06:21 -0000 1.11 | |||
+++ check_updates.sh 3 Nov 2008 20:42:16 -0000 | |||
@@ -41,7 +41,7 @@ | |||
if [ -d source/$platform_dirname ]; then | |||
cd source/$platform_dirname; | |||
cp $updater ../../update | |||
- ../../update/updater ../../update 0 | |||
+ ../../update/updater ../../update 0 . | |||
cd ../.. | |||
else | |||
echo "FAIL: no dir in source/$platform_dirname" | |||
This should be fixed by {{bug|452128}} in 3.0.4, so that 3.0.4 -> 3.0.5 updates work without the patch | |||
* a second win32 run failed with the usual complaint that freebl3.chk and softokn3.chk differ ({{bug|404340}}), which is a pass in reality | |||
====Stage==== | ====Stage==== | ||