From 03303e36f1a00d98dfd74d5153e28676fb5c55f0 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Wed, 29 May 2024 14:59:26 +1000 Subject: [PATCH] fetch_trees: fix up for sub trees We don't fetch them --- fetch_trees | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fetch_trees b/fetch_trees index 2369879..a6276b3 100755 --- a/fetch_trees +++ b/fetch_trees @@ -47,6 +47,10 @@ for name in $trees; do continue fi + if [ "$(get_url "$name")" = 'linux-next' ]; then + continue + fi + printf '%s: %s\n' "$name" "$type" fun="fetch_$type" tfun=$(type -t "$fun") -- 2.39.5