[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 2/2] cr-for-branches: Keep many more logs
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@xxxxxxxxxxxxx> --- cr-for-branches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cr-for-branches b/cr-for-branches index 9e3fcff..2270b42 100755 --- a/cr-for-branches +++ b/cr-for-branches @@ -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 () { -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |