From 7b0cdb04a1fe6e0f3ba97cc2d85994b289a02b97 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Fri, 7 Mar 2014 10:41:45 +1100 Subject: [PATCH] to_ozlabs: don't checkout ourt remote trees Add init tree --- to_ozlabs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/to_ozlabs b/to_ozlabs index 5237cf2..8906441 100755 --- a/to_ozlabs +++ b/to_ozlabs @@ -1,6 +1,6 @@ #!/bin/bash -GIT_REPOS="next next-history.git quilt next-fixes tools etc mmotm" +GIT_REPOS="next next-history.git quilt next-fixes tools etc mmotm init" cd ~/kernels/next @@ -10,8 +10,8 @@ ssh ozlabs.org "cd kernels/linus.git; git remote update" for i in $GIT_REPOS; do echo "Pushing $i" ( cd $i; git push bilbo ) - [ "${i%.git}" = "$i" ] && - ssh ozlabs.org "cd kernels/next/$i; git reset --hard" +# [ "${i%.git}" = "$i" ] && +# ssh ozlabs.org "cd kernels/next/$i; git reset --hard" done { -- 2.39.2