Closed
Bug 818625
Opened 13 years ago
Closed 13 years ago
Turn autoupdate cronjob back on socorro stage
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: selenamarie, Assigned: cturra)
Details
(Whiteboard: [triaged 20121205][push interrupt])
This is currently off in /etc/cron.d/auto-update:
#*/15 * * * * root /root/bin/auto-update.sh
Please turn it back on. :)
Thanks!
-selena
| Assignee | ||
Comment 1•13 years ago
|
||
:selena - i have committed this cron change puppet, which should make its way to stage within 30 minutes.
% svn diff
Index: files/socorro-stage/admin/etc-cron.d/auto-update
===================================================================
--- files/socorro-stage/admin/etc-cron.d/auto-update (revision 53852)
+++ files/socorro-stage/admin/etc-cron.d/auto-update (working copy)
@@ -1,3 +1,3 @@
MAILTO="cron-socorro@mozilla.com"
# Auto update stage every 15 minutes
-#*/15 * * * * root /root/bin/auto-update.sh
+*/15 * * * * root /root/bin/auto-update.sh
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [triaged 20121205][push interrupt]
Comment 2•13 years ago
|
||
(In reply to Chris Turra [:cturra] from comment #1)
> :selena - i have committed this cron change puppet, which should make its
> way to stage within 30 minutes.
>
> % svn diff
> Index: files/socorro-stage/admin/etc-cron.d/auto-update
> ===================================================================
> --- files/socorro-stage/admin/etc-cron.d/auto-update (revision 53852)
> +++ files/socorro-stage/admin/etc-cron.d/auto-update (working copy)
> @@ -1,3 +1,3 @@
> MAILTO="cron-socorro@mozilla.com"
> # Auto update stage every 15 minutes
> -#*/15 * * * * root /root/bin/auto-update.sh
> +*/15 * * * * root /root/bin/auto-update.sh
I also just happened to manually fix it and kick off an update, thanks for fixing puppet
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•