commit/addonFiles: CommitBot: crontab: Automatically run svn2nvda.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Wed, 25 Nov 2015 01:19:46 -0000

1 new commit in addonFiles:

https://bitbucket.org/nvdaaddonteam/addonfiles/commits/a4d673e81911/
Changeset: a4d673e81911
Branch: master
User: CommitBot
Date: 2015-11-25 01:19:40+00:00
Summary: crontab: Automatically run svn2nvda.

Affected #: 1 file

diff --git a/automatic.crontab b/automatic.crontab
index c3c0404..b8e83ac 100644
--- a/automatic.crontab
+++ b/automatic.crontab
@@ -19,8 +19,9 @@
PATH=/home/nvdal10n/bin:/usr/local/bin:/usr/bin:/bin
PathToMrRepo=/home/nvdal10n/mr/
00 0 * * fri cd $PathToMrRepo; mr up
-05 0 * * fri cd ${PathToMrRepo}/srt/ && mr mergePot
-10 0 * * fri cd ${PathToMrRepo}/srt/ && mr findRevs
+05 0 * * fri cd ${PathToMrRepo}/srt/ && mr svn2nvda
+10 0 * * fri cd ${PathToMrRepo}/srt/ && mr mergePot
+15 0 * * fri cd ${PathToMrRepo}/srt/ && 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: CommitBot: crontab: Automatically run svn2nvda. - commits-noreply