]> git.ozlabs.org Git - next-scripts/commitdiff
setup_build: fs is no more
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 26 May 2025 05:47:16 +0000 (15:47 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 26 May 2025 05:47:16 +0000 (15:47 +1000)
setup_build

index cafb0ebe6843f1f0feedfcfbd9a87c199593d9f2..638c161603b6445db7fe4151e25d90d0788012c4 100755 (executable)
@@ -17,7 +17,6 @@ $cmd /bin/sh <<EOF
        [ -d .ccache ] || mkdir .ccache
        (
                cd linus.git
-               git remote update fs || true
                git remote update origin || true
        )
        rm -rf "$bdir"