[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] cr-for-branches: clean up tmp/
Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- cr-for-branches | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cr-for-branches b/cr-for-branches index 5ed0a17..13611fa 100755 --- a/cr-for-branches +++ b/cr-for-branches @@ -91,6 +91,8 @@ for branch in $BRANCHES; do log ... + find tmp -type f -mtime +60 -print0 | xargs -0r echo rm -f -- + git fetch $OSSTEST_TEST_PULLFROM master:incoming 2>&1 ||: git fetch $OSSTEST_TEST_PULLFROM incoming:incoming 2>&1 ||: git pull --no-commit . incoming:master 2>&1 ||: -- 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 |