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%%:*}