From e410e995837630dabadd80a19df40ebae1640622 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Sun, 27 May 2012 23:35:07 +1000 Subject: [PATCH] to_ozlabs: don't send patch files if they are lying around --- to_ozlabs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/to_ozlabs b/to_ozlabs index 85f2433..19083ef 100755 --- a/to_ozlabs +++ b/to_ozlabs @@ -14,7 +14,7 @@ git push bilbo ssh ozlabs.org "cd kernels/next/quilt; git reset --hard" cd ../../ -rsync -avHP --exclude gitk.cache --exclude next-2'*'/ --exclude next/'**' --exclude quilt/'**' --include next-fixes/.git --include next-fixes/.git/'**' --exclude next-fixes/'**' --exclude next-history.git/'**' --delete next/ ozlabs.org:kernels/next/ +rsync -avHP --exclude gitk.cache --exclude 'patch-*-next-2*' --exclude next-2'*'/ --exclude next/'**' --exclude quilt/'**' --include next-fixes/.git --include next-fixes/.git/'**' --exclude next-fixes/'**' --exclude next-history.git/'**' --delete next/ ozlabs.org:kernels/next/ ssh ozlabs.org "touch kernels/NEXT-DONE" -- 2.39.5