commit/addonFiles: jteh: crontab: Silence output of "mr up" unless it fails.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Thu, 21 Jan 2016 23:16:25 -0000

1 new commit in addonFiles:

https://bitbucket.org/nvdaaddonteam/addonfiles/commits/767226753d3a/
Changeset:   767226753d3a
Branch:      master
User:        jteh
Date:        2016-01-21 23:16:07+00:00
Summary:     crontab: Silence output of "mr up" unless it fails.

Affected #:  1 file

diff --git a/automatic.crontab b/automatic.crontab
index 8cc3689..ef01c90 100644
--- a/automatic.crontab
+++ b/automatic.crontab
@@ -18,7 +18,7 @@
 # m h  dom mon dow   command
 PATH=/home/nvdal10n/bin:/usr/local/bin:/usr/bin:/bin
 PathToMrRepo=/home/nvdal10n/mr/
-00  0 * * fri cd $PathToMrRepo; mr up
+00  0 * * fri cd $PathToMrRepo; chronic mr up
 05  0 * * fri cd ${PathToMrRepo}/srt/ && mr svn2nvda
 10  0 * * fri cd ${PathToMrRepo}/srt/ && mr mergePot
 15  0 * * fri cd ${PathToMrRepo}/srt/ && mr findRevs

Repository URL: https://bitbucket.org/nvdaaddonteam/addonfiles/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/addonFiles: jteh: crontab: Silence output of "mr up" unless it fails. - commits-noreply