Change in docker-playground[master]: debian-{buster, stretch}-*: Explicitly specify DISTRO variables

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Dec 15 18:05:19 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/26580 )

Change subject: debian-{buster,stretch}-*: Explicitly specify DISTRO variables
......................................................................

debian-{buster,stretch}-*: Explicitly specify DISTRO variables

It seems a manual 'make' in the respective directories no longer
works, as always the default distro is used as upstream reference.

Let's work around this by adding DISTRO variable assignments to the
respective makefiles.

Change-Id: I8769d504ca7afde07d4a0ad1f03aaaec892bf576
---
M debian-buster-build/Makefile
M debian-buster-erlang/Makefile
M debian-buster-jenkins/Makefile
M debian-stretch-build-dist/Makefile
M debian-stretch-build/Makefile
M debian-stretch-jenkins/Makefile
M debian-stretch-obs-latest/Makefile
7 files changed, 14 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved; Verified
  pespin: Looks good to me, but someone else must approve



diff --git a/debian-buster-build/Makefile b/debian-buster-build/Makefile
index 8d0e10b..67066b3 100644
--- a/debian-buster-build/Makefile
+++ b/debian-buster-build/Makefile
@@ -1 +1,3 @@
+UPSTREAM_DISTRO=debian:buster
+DISTRO=debian-buster
 include ../make/Makefile
diff --git a/debian-buster-erlang/Makefile b/debian-buster-erlang/Makefile
index 8d0e10b..67066b3 100644
--- a/debian-buster-erlang/Makefile
+++ b/debian-buster-erlang/Makefile
@@ -1 +1,3 @@
+UPSTREAM_DISTRO=debian:buster
+DISTRO=debian-buster
 include ../make/Makefile
diff --git a/debian-buster-jenkins/Makefile b/debian-buster-jenkins/Makefile
index 8d0e10b..67066b3 100644
--- a/debian-buster-jenkins/Makefile
+++ b/debian-buster-jenkins/Makefile
@@ -1 +1,3 @@
+UPSTREAM_DISTRO=debian:buster
+DISTRO=debian-buster
 include ../make/Makefile
diff --git a/debian-stretch-build-dist/Makefile b/debian-stretch-build-dist/Makefile
index 8d0e10b..10f0e20 100644
--- a/debian-stretch-build-dist/Makefile
+++ b/debian-stretch-build-dist/Makefile
@@ -1 +1,3 @@
+UPSTREAM_DISTRO=debian:stretch
+DISTRO=debian-stretch
 include ../make/Makefile
diff --git a/debian-stretch-build/Makefile b/debian-stretch-build/Makefile
index 8d0e10b..10f0e20 100644
--- a/debian-stretch-build/Makefile
+++ b/debian-stretch-build/Makefile
@@ -1 +1,3 @@
+UPSTREAM_DISTRO=debian:stretch
+DISTRO=debian-stretch
 include ../make/Makefile
diff --git a/debian-stretch-jenkins/Makefile b/debian-stretch-jenkins/Makefile
index 8d0e10b..10f0e20 100644
--- a/debian-stretch-jenkins/Makefile
+++ b/debian-stretch-jenkins/Makefile
@@ -1 +1,3 @@
+UPSTREAM_DISTRO=debian:stretch
+DISTRO=debian-stretch
 include ../make/Makefile
diff --git a/debian-stretch-obs-latest/Makefile b/debian-stretch-obs-latest/Makefile
index 8d0e10b..3c504cd 100644
--- a/debian-stretch-obs-latest/Makefile
+++ b/debian-stretch-obs-latest/Makefile
@@ -1 +1,3 @@
+UPSTREAM_DISTRO=debian:strech
+DISTRO=debian-stretch
 include ../make/Makefile

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/26580
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I8769d504ca7afde07d4a0ad1f03aaaec892bf576
Gerrit-Change-Number: 26580
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211215/2832ebb6/attachment.htm>


More information about the gerrit-log mailing list