osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/41369?usp=email )
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/69/41369/1
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