]> xenbits.xensource.com Git - people/dariof/osstest.git/commitdiff
cr-for-branches: Keep many more logs
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 6 Oct 2014 16:05:32 +0000 (17:05 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 6 Oct 2014 16:05:32 +0000 (17:05 +0100)
Keep 300 cycles of cr-for-branches.log.

Also, remove the spurious `500' from the command line, which looks
like it was there because I thought that `-n' took a number argument
(but in fact that's -c), whereas it was actually interpreted as a
filename (which never exists so savelog silently ignores it).

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
cr-for-branches

index 9e3fcff0c2f91adf6b0c6451bef19bd956dc23b8..2270b4269151bd28ce25bcff5cd4376b0279e524 100755 (executable)
@@ -73,7 +73,7 @@ for branch in $BRANCHES; do
 
                mkdir -p tmp
 
-               savelog -c 28 -n 500 $LOGFILE >/dev/null
+               savelog -c 300 -n $LOGFILE >/dev/null
                exec >>$LOGFILE
 
                log () {