From: Nick Porter Date: Thu, 6 Jul 2023 07:13:33 +0000 (+0100) Subject: Debian sid now reports trixie as its release X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dafa8fc6ef2949734cdb1c87a82d55b20bbc8c20;p=thirdparty%2Ffreeradius-server.git Debian sid now reports trixie as its release --- diff --git a/.github/workflows/ci-deb.yml b/.github/workflows/ci-deb.yml index d422c1d9bac..b38ae4159f4 100644 --- a/.github/workflows/ci-deb.yml +++ b/.github/workflows/ci-deb.yml @@ -111,7 +111,7 @@ jobs: if [ "$RELEASE" = "n/a" ]; then RELEASE=$(cat /etc/debian_version | awk -F \/ '{ print $(NF) }') fi - [ "$RELEASE" != "bookworm" ] || RELEASE=sid + [ "$RELEASE" != "trixie" ] || RELEASE=sid echo "deb http://packages.networkradius.com/extras/${DIST}/${RELEASE} ${RELEASE} main" \ > /etc/apt/sources.list.d/networkradius-extras.list @@ -233,7 +233,7 @@ jobs: if [ "$RELEASE" = "n/a" ]; then RELEASE=$(cat /etc/debian_version | awk -F \/ '{ print $(NF) }') fi - [ "$RELEASE" != "bookworm" ] || RELEASE=sid + [ "$RELEASE" != "trixie" ] || RELEASE=sid echo "deb http://packages.networkradius.com/extras/${DIST}/${RELEASE} ${RELEASE} main" \ > /etc/apt/sources.list.d/networkradius-extras.list