From: Stephen Rothwell Date: Thu, 6 Mar 2014 23:41:45 +0000 (+1100) Subject: to_ozlabs: don't checkout ourt remote trees X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=7b0cdb04a1fe6e0f3ba97cc2d85994b289a02b97;p=next-scripts to_ozlabs: don't checkout ourt remote trees Add init tree --- 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 {