use the correct var for disabling crash reports
git-svn-id: svn://10.0.0.236/trunk@230966 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user