commit/addonFiles: jteh: automatic.crontab: Oops. Sync the crontab hourly, not daily.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Thu, 06 Nov 2014 01:33:24 -0000

1 new commit in addonFiles:

https://bitbucket.org/nvdaaddonteam/addonfiles/commits/a77287c958d7/
Changeset:   a77287c958d7
Branch:      master
User:        jteh
Date:        2014-11-06 01:33:05+00:00
Summary:     automatic.crontab: Oops. Sync the crontab hourly, not daily.

Affected #:  1 file

diff --git a/automatic.crontab b/automatic.crontab
index 21217fa..9149f03 100644
--- a/automatic.crontab
+++ b/automatic.crontab
@@ -26,7 +26,7 @@ poStatusHtml=/home/nvdal10n/ikiwiki/publish/poStatus.html
 2,12,22,32,42,52 * * * * cd $srt_conv; ./poStatus.sh >${poStatusHtml}
 
 # Keep live crontab in sync with version control.
-1 0 * * * cd ${PathToMrRepo}/addons/addonFiles && git pull -q && crontab 
automatic.crontab
+1 * * * * cd ${PathToMrRepo}/addons/addonFiles && git pull -q && crontab 
automatic.crontab
 
 #x  1 for addons starting with a

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: automatic.crontab: Oops. Sync the crontab hourly, not daily. - commits-noreply