]> git.ozlabs.org Git - next-scripts/commitdiff
don't worry if we can't update Linus' tree on the build machine
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Jun 2015 13:23:30 +0000 (23:23 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Jun 2015 13:23:30 +0000 (23:23 +1000)
setup_build

index fad8dc4742e6d0874e0a0481cb744ab4b8466d79..3b9fc15d37dde1f2e70fad1ef773ea7a6035df5b 100755 (executable)
@@ -24,7 +24,7 @@ ssh "$build_host" /bin/sh <<EOF
        [ -d tmp ] || mkdir tmp
        [ -d .ccache ] || mkdir .ccache
        cd linus.git
-       git remote update
+       git remote update || true
        cd ..
        git clone -s -l -c gc.auto=0 linus.git next
 EOF