gitlab/bin: consider main as r4.3

This commit is contained in:
Antoine Martin 2024-07-11 12:36:46 -04:00
parent 9917fa1bc2
commit 24126beac8
Signed by: forge
GPG key ID: D62A472A4AA7D541
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ get_release() {
get_qubes_release() { get_qubes_release() {
case $BASEBRANCH in case $BASEBRANCH in
r*) echo $BASEBRANCH;; r*) echo $BASEBRANCH;;
master) echo r4.2;; main) echo r4.3;;
*) die "Branch \"$BASEBRANCH\" not supported!" *) die "Branch \"$BASEBRANCH\" not supported!"
esac esac
} }

View file

@ -26,7 +26,7 @@ sudo cp $HOME/.abuild/$ABUILD_KEY_NAME.rsa.pub /etc/apk/keys/.
get_qubes_release() { get_qubes_release() {
case $BASEBRANCH in case $BASEBRANCH in
r*) echo $BASEBRANCH;; r*) echo $BASEBRANCH;;
master) echo r4.2;; main) echo r4.3;;
*) die "Branch \"$BASEBRANCH\" not supported!" *) die "Branch \"$BASEBRANCH\" not supported!"
esac esac
} }