Skip to content

Instantly share code, notes, and snippets.

@solarce
Created December 18, 2012 22:33
Show Gist options
  • Save solarce/4332710 to your computer and use it in GitHub Desktop.
Save solarce/4332710 to your computer and use it in GitHub Desktop.
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