Skip to content

Commit

Permalink
Removed set-optimal-bank-plan from FW 20.4/21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seud0nym committed Dec 13, 2023
1 parent 988eb36 commit f34f6e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/build-release
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ for new in $(git status --short | awk -e '/^\?\?/{sub("^../","",$2);print "\\b"
done
for major in $(ls -d */ | grep -E '^[1-2]' | cut -d/ -f1); do
case "$major" in
17.2) exclude="dumaos";;
18.1.c) exclude="transformer-cli";;
20.3.c) exclude="transformer-cli";;
20.4) exclude="move-lan-port-to-own-network transformer-cli unpack-rbi";;
*) exclude=""
17.2) exclude="dumaos";;
18.1.c) exclude="transformer-cli";;
20.3.c) exclude="transformer-cli";;
2[01].4) exclude="set-optimal-bank-plan transformer-cli unpack-rbi";;
*) exclude=""
esac
utils="$utilities"
for utility in $exclude; do
Expand Down

0 comments on commit f34f6e2

Please sign in to comment.