osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/41369?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: OBS: set default distro to debian 13 ......................................................................
OBS: set default distro to debian 13
Change the distribution that is used to build the source packages to debian 13 so we are on the latest one again.
Change-Id: I7c1dcca90e46645a497fd547ce1243b414c53201 --- M scripts/obs/lib/config.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: fixeria: Looks good to me, but someone else must approve Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/scripts/obs/lib/config.py b/scripts/obs/lib/config.py index 8282d9e..0a8d60d 100644 --- a/scripts/obs/lib/config.py +++ b/scripts/obs/lib/config.py @@ -134,7 +134,7 @@ "wireshark": tag_pattern('v', c=r'.[0-9a-z]+'), }
-docker_distro_default = "debian:12" +docker_distro_default = "debian:13" docker_distro_other = [ "almalinux:*", # instead of centos (SYS#5818) "centos:7", # SYS#6760