[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [OSSTEST PATCH] cr-for-branches: clean up tmp/
On Wed, 2014-06-25 at 10:33 +0100, Ian Jackson wrote: > 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 -- Was the echo here a debug left over? If yes then with it removed: Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |