From a5fccc872cb65693d8961b5a7b0eee72184eb936 Mon Sep 17 00:00:00 2001 From: "kairo%kairo.at" Date: Wed, 25 Jul 2007 20:54:01 +0000 Subject: [PATCH] use the correct var for disabling crash reports git-svn-id: svn://10.0.0.236/trunk@230966 18797224-902f-48f8-a5cc-f745e15eee43 --- .../tools/tinderbox-configs/seamonkey/linux/tinder-config.pl | 4 ++-- .../tools/tinderbox-configs/seamonkey/macosx/tinder-config.pl | 4 ++-- .../tools/tinderbox-configs/seamonkey/win32/tinder-config.pl | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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';