X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=to_ozlabs;h=268c09ed4ab7434891b4fcfaddebe12ded43dc55;hb=9a25379ad95313af3f99a9b0b1f6db64e7dd2daa;hp=5421bb7edfc6d7cb6d5883c3c09eef9a5f3ba5af;hpb=20a131cd0bc6fceb70731d7daa3fb6a4c96ecc80;p=next-scripts diff --git a/to_ozlabs b/to_ozlabs index 5421bb7..268c09e 100755 --- a/to_ozlabs +++ b/to_ozlabs @@ -1,6 +1,6 @@ #!/bin/bash -GIT_REPOS="next next-history.git quilt next-fixes tools etc" +GIT_REPOS="next next-history.git quilt next-fixes tools etc mmotm" cd ~/kernels/next @@ -9,7 +9,7 @@ ssh ozlabs.org "cd kernels/linus.git; git remote update" for i in $GIT_REPOS; do echo "Pushing $i" - ( cd $i; git push bilbo ) + ( cd $i; git push --prune bilbo ) [ "${i%.git}" = "$i" ] && ssh ozlabs.org "cd kernels/next/$i; git reset --hard" done @@ -26,6 +26,8 @@ done - /next-2*/ + .git/ + .git/config ++ .git/hooks ++ .git/hooks/** + /next/.git/rr-cache/ + /next/.git/rr-cache/** EOF