-
-
Save solarce/4332710 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: etc-socorro/common.conf | |
=================================================================== | |
--- etc-socorro/common.conf (revision 54642) | |
+++ etc-socorro/common.conf (working copy) | |
@@ -49,3 +49,5 @@ | |
# bug 790097 | |
export statsdHost=graphite1.dmz.phx1.mozilla.com | |
export statsdPrefix=socorro-stage | |
+# bug 822828 | |
+export brokenBoot2GeckoFixer=/data/bin/minidump_hack-b2g | |
Index: admin/etc-cron.d/socorro | |
=================================================================== | |
--- admin/etc-cron.d/socorro (revision 54642) | |
+++ admin/etc-cron.d/socorro (working copy) | |
@@ -17,3 +17,5 @@ | |
# STAGE ONLY - submit crashes to dev | |
*/3 * * * * socorro /data/socorro/application/scripts/crons/cron_submitter.sh crash-reports-dev.allizom.org 1000 > /dev/null 2>&1 | |
+ | |
+0 * * * * * socorro /data/socorro/application/scripts/crons/cron_fixbrokendumps.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment