osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40949?usp=email )
Change subject: testenv: set default distro to debian:trixie
......................................................................
testenv: set default distro to debian:trixie
Related: OS#6826
Change-Id: Ib9c5dafaa7b17e435f61fbedfd92393c0a767f34
---
M _testenv/testenv/__init__.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, but someone else must approve
Jenkins Builder: Verified
osmith: Looks good to me, approved
diff --git a/_testenv/testenv/__init__.py b/_testenv/testenv/__init__.py
index f23f1f6..7a453a5 100644
--- a/_testenv/testenv/__init__.py
+++ b/_testenv/testenv/__init__.py
@@ -15,7 +15,7 @@
src_dir = os.environ.get("TESTENV_SRC_DIR",
os.path.realpath(f"{__file__}/../../../.."))
data_dir = os.path.join(os.path.realpath(f"{__file__}/../.."),
"data")
custom_kernel_path = os.path.join(os.path.realpath(f"{__file__}/../../.."),
".linux")
-distro_default = "debian:bookworm"
+distro_default = "debian:trixie"
cache_dir_default = os.path.join(os.path.expanduser("~/.cache"),
"osmo-ttcn3-testenv")
ccache_dir_default = os.path.join(cache_dir_default, "ccache")
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40949?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: Ib9c5dafaa7b17e435f61fbedfd92393c0a767f34
Gerrit-Change-Number: 40949
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>