]> xenbits.xensource.com Git - people/dariof/osstest.git/commitdiff
crontab: Run most branches half-hourly with -q rather than infrequently with -w
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 21 Nov 2013 12:27:51 +0000 (12:27 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 28 Nov 2013 11:39:42 +0000 (11:39 +0000)
Hopefully this won't implode too badly.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
crontab

diff --git a/crontab b/crontab
index 2c0193e3b3556e483d72a8d53b889a796d69691e..33667ffc08e2af1a69d1ffc1dab55fdfc3f4c541 100644 (file)
--- a/crontab
+++ b/crontab
@@ -2,7 +2,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 MAILTO=ian.jackson@citrix.com,ian.campbell@eu.citrix.com
 # m            h       dom mon dow     command
 49             1       * * *           cd testing.git && BRANCHES_ALWAYS=xen-unstable  ./cr-for-branches branches -w "./cr-daily-branch --real"
-49       11,14,17,19   * * *           cd testing.git &&                               ./cr-for-branches branches -w "./cr-daily-branch --real"
+4/30           *       * * *           cd testing.git &&                               ./cr-for-branches branches -q "./cr-daily-branch --real"
 18             10      * * *           cd testing.git && BRANCHES=linux-linus          ./cr-for-branches branches -w "./cr-daily-branch --real"
 18             11      * * *           cd testing.git && BRANCHES=linux-mingo-tip-master ./cr-for-branches branches -w "./cr-daily-branch --real"
 18             12      * * *           cd testing.git && BRANCHES=linux-3.0            ./cr-for-branches branches -w "./cr-daily-branch --real"