[3.20] user/rmfakecloud: upgrade to 0.0.19 #582

Merged
forge merged 3 commits from rmfakecloud/upgrade-0.0.19-320 into v3.20 2024-08-26 17:16:18 +00:00
Showing only changes of commit 48a860beef - Show all commits

View file

@ -28,7 +28,7 @@ index c3b8f7a..f609018
case $BASEBRANCH in
- *-stable) echo v"${BASEBRANCH%-*}";;
- master) echo edge;;
+ v*) echo v"${BASEBRANCH%-*}";;
+ v*) echo "$BASEBRANCH";;
+ edge) echo edge;;
*) die "Branch \"$BASEBRANCH\" not supported!"
esac