osmith submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
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(-)
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
To view, visit change 41369. To unsubscribe, or for help writing mail filters, visit settings.