Closed
Bug 1247627
Opened 9 years ago
Closed 9 years ago
Cron Emails Every 10 Minutes
Categories
(Infrastructure & Operations Graveyard :: WebOps: Engagement, task)
Infrastructure & Operations Graveyard
WebOps: Engagement
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bensternthal, Assigned: cliang)
Details
(Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/2561] )
Howdy, starting sometime last week i started receiving emails from a cron job. I am getting these every 10 minutes.
Are these signs of trouble? If not, please turn this off.
> From Cron Daemon <root@startpageadm.private.scl3.mozilla.com>
> svn: E160005: Target path '/projects/l10n-misc/trunk/fx36start/locale' does not exist
Assignee | ||
Updated•9 years ago
|
Assignee: server-ops-webops → cliang
Assignee | ||
Comment 1•9 years ago
|
||
The cron job that automatically updates the -dev site for start.mozilla.org is failing. Specifically, the script is trying to update the locale directory from an SVN repository that no longer exists.
If start.mozilla.org is, in essence, "frozen" and won't be getting updates, it should be okay to just remove the cron job. If the locales SVN repository has moved, I'll need to know where it has moved to and update the update job for -dev, -stage, and -prod appropriately.
[1] $ svn info
Path: .
Working Copy Root Path: /data/startpage-dev/src/start-dev.allizom.org/fx36start/locale
URL: https://svn.mozilla.org/projects/l10n-misc/trunk/fx36start/locale
Repository Root: https://svn.mozilla.org
Repository UUID: 4eb1ac78-321c-0410-a911-ec516a8615a5
Revision: 150185
Node Kind: directory
Schedule: normal
Last Changed Author: flodolo@mozilla.com
Last Changed Rev: 150050
Last Changed Date: 2016-01-17 22:45:02 -0800 (Sun, 17 Jan 2016)
Assignee | ||
Comment 2•9 years ago
|
||
(For now, I've commented out the cron job to reduce immediate pain and suffering.)
:mathjazz, by any chance, do you know if this repo is one that was involved in the Pontoon work recently?
Comment 4•9 years ago
|
||
This is not related to Pontoon, but we did in fact move several l10n projects from SVN to GitHub this week. See bug 1245411.
The new repo URL is:
https://github.com/mozilla-l10n/fx36start-l10n/
CCing flod if you need more information on this.
Comment 5•9 years ago
|
||
This is caused by bug 1245081 and
https://github.com/mozilla/fx36start/pull/16
I moved the folder into an /obsolete subfolder to avoid people trying to commit to SVN.
https://svn.mozilla.org/projects/l10n-misc/trunk/obsolete/fx36start/locale/
The new repository is at
https://github.com/mozilla-l10n/fx36start-l10n/
Unfortunately I've asked for a few months who owns this project and failed to find someone, so I'm not sure which is the proper solution for this bug.
Assignee | ||
Comment 6•9 years ago
|
||
@jpetto: Looking at previous bugs, I think you've been involved with start.mozilla.org in the past. I've changed the -dev environment for start.mozilla.org to update the locale directory from git rather than from SVN. Can you confirm that the dev environment works properly before I make similar updates to -stage and -prod?
I've temporarily changed the cron job that updates the -dev environment to send output to me. So far (the last thirty minutes), it's been quiet. =)
Flags: needinfo?(jon)
Comment 7•9 years ago
|
||
Just downloaded Fx 3.6 on a VM and hand-checked some -dev URLs [1]. All appear to be displaying correctly.
[1]
http://start-dev.allizom.org/en-US/
http://start-dev.allizom.org/kk/
http://start-dev.allizom.org/ro/
http://start-dev.allizom.org/es-ES/
http://start-dev.allizom.org/de/
http://start-dev.allizom.org/it/
Flags: needinfo?(jon)
Assignee | ||
Comment 8•9 years ago
|
||
Coordinating with jpetto over IRC, the changes on -dev were applied to -stage and -prod. I've re-enabled the cron job that automatically pushes changes to -dev.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•8 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
•