aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-09-27 11:13:43 +0200
committerOliver Smith <osmith@sysmocom.de>2023-09-27 12:26:09 +0200
commit414acb7f4ae1c6b50997aa76f0f8732505e8485d (patch)
tree6a53d86ce59dce174a85b52488e630f02eb756f1
parent63ee53cee7128abdd90d5eb321caaf3b5d0901ab (diff)
make/Makefile: update DISTRO, UPSTREAM_DISTRO
Update the Makefile, so it does not pick the wrong base distribution when running make in e.g. osmo-bsc-master directly (without going through ttcn3-*/jenkins.sh as jenkins does). Change-Id: I31b2a1b8c70b973f4ec0f93d6e9e5e417afec994
-rw-r--r--make/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/Makefile b/make/Makefile
index 126fd94..f007f2a 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -42,8 +42,8 @@ OSMO_UECUPS_BRANCH?=master
OPEN5GS_BRANCH?=main
BUILD_ARGS?=
RUN_ARGS?=-it
-UPSTREAM_DISTRO?=debian:bullseye
-DISTRO?=debian-bullseye
+UPSTREAM_DISTRO?=debian:bookworm
+DISTRO?=debian-bookworm
# Full OBS repository mirror consists of:
# ${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/${OSMOCOM_REPO_VERSION}