diff --git a/mozilla/tools/tinderbox-configs/seamonkey/linux/tinder-config.pl b/mozilla/tools/tinderbox-configs/seamonkey/linux/tinder-config.pl index a16b4e82ea9..83d42a1172f 100644 --- a/mozilla/tools/tinderbox-configs/seamonkey/linux/tinder-config.pl +++ b/mozilla/tools/tinderbox-configs/seamonkey/linux/tinder-config.pl @@ -3,8 +3,8 @@ ## uname: Linux sea-linux-tbox.build.mozilla.org 2.6.9-42.ELsmp #1 SMP Sat Aug 12 09:39:11 CDT 2006 i686 i686 i386 GNU/Linux # -# disable crash reporter locally until bug 379290 (autoreporting) gets fixed -$ENV{MOZ_CRASHREPORTER_DISABLE} = '1'; +# disable sending of crash reports locally until bug 379290 (autoreporting) gets fixed +$ENV{MOZ_CRASHREPORTER_NO_REPORT} = '1'; #- tinder-config.pl - Tinderbox configuration file. #- Uncomment the variables you need to set. diff --git a/mozilla/tools/tinderbox-configs/seamonkey/macosx/tinder-config.pl b/mozilla/tools/tinderbox-configs/seamonkey/macosx/tinder-config.pl index 3ff64ddd880..df7e5e47e09 100644 --- a/mozilla/tools/tinderbox-configs/seamonkey/macosx/tinder-config.pl +++ b/mozilla/tools/tinderbox-configs/seamonkey/macosx/tinder-config.pl @@ -3,8 +3,8 @@ ## uname: Darwin cg-xserve02.mozilla.com 8.8.1 Darwin Kernel Version 8.8.1: Mon Sep 25 19:45:30 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_PPC Power Macintosh powerpc # -# disable crash reporter locally until bug 379290 (autoreporting) gets fixed -$ENV{MOZ_CRASHREPORTER_DISABLE} = '1'; +# disable sending of crash reports locally until bug 379290 (autoreporting) gets fixed +$ENV{MOZ_CRASHREPORTER_NO_REPORT} = '1'; #- tinder-config.pl - Tinderbox configuration file. #- Uncomment the variables you need to set. diff --git a/mozilla/tools/tinderbox-configs/seamonkey/win32/tinder-config.pl b/mozilla/tools/tinderbox-configs/seamonkey/win32/tinder-config.pl index 8be5c2fec83..3fecc06daaf 100755 --- a/mozilla/tools/tinderbox-configs/seamonkey/win32/tinder-config.pl +++ b/mozilla/tools/tinderbox-configs/seamonkey/win32/tinder-config.pl @@ -3,8 +3,8 @@ ## uname: CYGWIN_NT-5.2 sea-win32-tbox 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin # -# disable crash reporter locally until bug 379290 (autoreporting) gets fixed -$ENV{MOZ_CRASHREPORTER_DISABLE} = '1'; +# disable sending of crash reports locally until bug 379290 (autoreporting) gets fixed +$ENV{MOZ_CRASHREPORTER_NO_REPORT} = '1'; # package NSIS installer using 7zip $ENV{MOZ_INSTALLER_USE_7ZIP} = '1';