]> git.ozlabs.org Git - next-scripts/commitdiff
to_ozlabs: don't checkout ourt remote trees
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 6 Mar 2014 23:41:45 +0000 (10:41 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 6 Mar 2014 23:41:45 +0000 (10:41 +1100)
Add init tree

to_ozlabs

index 5237cf2f65351a2b22e906469c7b4963c15ee6ac..8906441eb6066121a83317176c86ac8043b10510 100755 (executable)
--- 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
 
 {