commit/addonFiles: jteh: crontab: Run mr svn2nvda, mergePot and findRevs with chronic so it doesn't send emails unless it fails.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: commits+int+220+6085746285340533186@xxxxxxxxxxxxxxxxxxxxx, nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Thu, 20 Jul 2017 23:28:40 +0000 (UTC)

1 new commit in addonFiles:

https://bitbucket.org/nvdaaddonteam/addonfiles/commits/ae4aa2a7cecf/
Changeset:   ae4aa2a7cecf
Branch:      master
User:        jteh
Date:        2017-07-20 23:28:12+00:00
Summary:     crontab: Run mr svn2nvda, mergePot and findRevs with chronic so it 
doesn't send emails unless it fails.

Affected #:  1 file

diff --git a/automatic.crontab b/automatic.crontab
index bd391a0..9923643 100755
--- a/automatic.crontab
+++ b/automatic.crontab
@@ -19,9 +19,9 @@
 PATH=/home/nvdal10n/bin:/usr/local/bin:/usr/bin:/bin
 PathToMrRepo=/home/nvdal10n/mr/
 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
+05  0 * * fri cd ${PathToMrRepo}/srt/ && chronic mr svn2nvda
+10  0 * * fri cd ${PathToMrRepo}/srt/ && chronic mr mergePot
+15  0 * * fri cd ${PathToMrRepo}/srt/ && chronic mr findRevs
 
 srt_scripts=/home/nvdal10n/mr/srt/scripts/
 poStatusHtml=/home/nvdal10n/ikiwiki/publish/poStatus.html

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: Run mr svn2nvda, mergePot and findRevs with chronic so it doesn't send emails unless it fails. - commits-noreply