Closed
Bug 542515
Opened 16 years ago
Closed 16 years ago
Quiet git in /data/bin/omg_push_zamboni_live.sh
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jbalogh, Assigned: oremj)
Details
I have 102 emails from cron saying:
From git://github.com/jbalogh/zamboni
* branch master -> FETCH_HEAD
`git pull -q` should do the trick.
Updated•16 years ago
|
Assignee: server-ops → jeremy.orem+bugs
Severity: major → normal
| Assignee | ||
Comment 1•16 years ago
|
||
git pull already had a -q, but git commit did not.
Full script:
https://gist.github.com/288014/73b9f2f074b945817dbc35259cd456f4bc9f25e9
Cron entry:
*/5 * * * * root /data/bin/omg_push_zamboni_live.sh > /dev/null
| Assignee | ||
Comment 2•16 years ago
|
||
I think this is fixed now.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
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
•