]> git.ozlabs.org Git - next-scripts/commitdiff
to_ozlabs: don't send patch files if they are lying around
authorStephen Rothwell <sfr@canb.auug.org.au>
Sun, 27 May 2012 13:35:07 +0000 (23:35 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sun, 27 May 2012 13:35:07 +0000 (23:35 +1000)
to_ozlabs

index 85f2433380be2c9d03ee795c324db684548e8173..19083ef9378466e6d0a184d991ca200c347370f6 100755 (executable)
--- 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"