Socorro:Releases/10: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(fill extra stuff for this release)
(formatting)
Line 4: Line 4:
** prod:
** prod:
* {{bug|749462}} adds crontabber cron job manager
* {{bug|749462}} adds crontabber cron job manager
** need to enable in crontab
** need postgres.ini configured and in /etc/socorro/
*** dev:
*** dev:
*** stage:
*** stage:
*** prod:
*** prod:
** need postgres.ini configured and in /etc/socorro/
** need to enable in crontab
*** dev:
*** dev:
*** stage:
*** stage:
*** prod:
*** prod:
PYTHONPATH="/data/socorro/application:/data/socorro/thirdparty"
# crontabber is a cronjob manager for Socorro
*/5 * * * * socorro /data/socorro/application/socorro/cron/crontabber.py --admin.conf=/data/socorro/application/config/crontabber.ini > /var/log/socorro/crontabber.log 2>&1
* (bug TODO) disable fixBrokenDumps in crontab
* (bug TODO) disable fixBrokenDumps in crontab
** dev:
** dev:
** stage:
** stage:
** prod:
** prod:

Revision as of 16:47, 17 May 2012

  • bug 747562 will require some changes to the settings repo
    • dev:
    • stage:
    • prod:
  • bug 749462 adds crontabber cron job manager
    • need postgres.ini configured and in /etc/socorro/
      • dev:
      • stage:
      • prod:
    • need to enable in crontab
      • dev:
      • stage:
      • prod:
PYTHONPATH="/data/socorro/application:/data/socorro/thirdparty"
# crontabber is a cronjob manager for Socorro
*/5 * * * * socorro /data/socorro/application/socorro/cron/crontabber.py --admin.conf=/data/socorro/application/config/crontabber.ini > /var/log/socorro/crontabber.log 2>&1
  • (bug TODO) disable fixBrokenDumps in crontab
    • dev:
    • stage:
    • prod: