osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40874?usp=email )
Change subject: testenv: Dockerfile: fix Suites: stable-backports
......................................................................
testenv: Dockerfile: fix Suites: stable-backports
Using "stable-backports" broke now that Debian 13 is out. Use
"bookworm-backports" instead.
Fix for:
E: The value 'bookworm-backports' is invalid for APT::Default-Release as such a
release is not available in the sources
Change-Id: Icc46b6dc2493806dc12f0ff442abd70fe5b48eb8
---
M _testenv/data/podman/Dockerfile
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
pespin: Looks good to me, approved
diff --git a/_testenv/data/podman/Dockerfile b/_testenv/data/podman/Dockerfile
index d79bda9..aa99337 100644
--- a/_testenv/data/podman/Dockerfile
+++ b/_testenv/data/podman/Dockerfile
@@ -101,7 +101,7 @@
RUN set -x && \
echo "Types: deb deb-src" >>"$BACKPORTS_SOURCES_LIST"
&& \
echo "URIs:
http://deb.debian.org/debian"
>>"$BACKPORTS_SOURCES_LIST" && \
- echo "Suites: stable-backports" >>"$BACKPORTS_SOURCES_LIST"
&& \
+ echo "Suites: bookworm-backports" >>"$BACKPORTS_SOURCES_LIST"
&& \
echo "Components: main" >>"$BACKPORTS_SOURCES_LIST" &&
\
echo "Enabled: yes" >>"$BACKPORTS_SOURCES_LIST" && \
echo "Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg"
>>"$BACKPORTS_SOURCES_LIST" && \
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40874?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Icc46b6dc2493806dc12f0ff442abd70fe5b48eb8
Gerrit-Change-Number: 40874
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>