From da10c283c0d1ad1a870652710919eafe6ece1522 Mon Sep 17 00:00:00 2001 From: Michal Hocko Date: Mar 27 2024 08:39:08 +0000 Subject: scripts/common-functions: for_each_build_branch: do not consider stable and slowroll branches --- diff --git a/scripts/common-functions b/scripts/common-functions index cea7ada..b24de9a 100644 --- a/scripts/common-functions +++ b/scripts/common-functions @@ -119,7 +119,7 @@ for_each_build_branch() shift 2 local args="$@" - grep -w build "$branches_conf" | grep -v -E "^(master|vanilla|linux-next)" | \ + grep -w build "$branches_conf" | grep -v -E "^(master|vanilla|linux-next|stable|slowroll)" | \ while read line ; do line=${line%%\#*} branch=${line%%:*}