From: Stephen Rothwell Date: Sun, 27 May 2012 13:35:07 +0000 (+1000) Subject: to_ozlabs: don't send patch files if they are lying around X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=e410e995837630dabadd80a19df40ebae1640622;p=next-scripts to_ozlabs: don't send patch files if they are lying around --- 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"