]> git.ozlabs.org Git - next-scripts/commitdiff
to_ozlabs: push the rr-cache as well
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 23 Jul 2013 04:37:49 +0000 (14:37 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 23 Jul 2013 04:37:49 +0000 (14:37 +1000)
to_ozlabs

index a4f682a03dbc16b982a2efd3242949513a9f0f8e..64a0684ac6482dbe794c699e5b7c767674782f39 100755 (executable)
--- a/to_ozlabs
+++ b/to_ozlabs
@@ -22,8 +22,8 @@ cd ~/kernels/next/next-fixes
 git push bilbo
 ssh ozlabs.org "cd kernels/next/next-fixes; git reset --hard"
 
-cd ../../
-rsync -avHP --exclude gitk.cache --exclude 'patch-*-next-2*' --exclude next-2'*'/ --exclude next/'**' --exclude quilt/'**' --exclude next-fixes/'**' --exclude next-history.git/'**' --delete next/ ozlabs.org:kernels/next/
+cd ~/kernels/next
+rsync -avHP --exclude gitk.cache --exclude 'patch-*-next-2*' --exclude next-2'*'/ --include 'next/.git/' --include 'next/.git/rr-cache/' --include 'next/.git/rr-cache/**' --exclude next/'**' --exclude quilt/'**' --exclude next-fixes/'**' --exclude next-history.git/'**' --delete . ozlabs.org:kernels/next/.
 
 ssh ozlabs.org "touch kernels/NEXT-DONE"