Change in docker-playground[master]: debian-stretch-jenkins, fpga-build: add gsm-manuals

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/.

osmith gerrit-no-reply at lists.osmocom.org
Wed Jan 13 14:58:30 UTC 2021


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

Change subject: debian-stretch-jenkins,fpga-build: add gsm-manuals
......................................................................

debian-stretch-jenkins,fpga-build: add gsm-manuals

Prepare to remove 'build-deps.sh osmo-gsm-manuals' calls from all
projects.

Related: OS#4912
Change-Id: Id402e0ea372b5ca8a6c8f6f5beb190544c888207
---
M debian-stretch-jenkins/Dockerfile
M fpga-build/Dockerfile
2 files changed, 8 insertions(+), 0 deletions(-)

Approvals:
  osmith: Looks good to me, approved; Verified



diff --git a/debian-stretch-jenkins/Dockerfile b/debian-stretch-jenkins/Dockerfile
index 1f87445..54c72ed 100644
--- a/debian-stretch-jenkins/Dockerfile
+++ b/debian-stretch-jenkins/Dockerfile
@@ -156,6 +156,10 @@
 		-type f ) \
 	/usr/local/bin
 
+# Install osmo-gsm-manuals to /opt/osmo-gsm-manuals
+ADD http://git.osmocom.org/osmo-gsm-manuals/patch /tmp/osmo-gsm-manuals-commit
+RUN git -C /opt clone https://git.osmocom.org/osmo-gsm-manuals
+
 # Set a UTF-8 locale
 RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
     dpkg-reconfigure --frontend=noninteractive locales && \
diff --git a/fpga-build/Dockerfile b/fpga-build/Dockerfile
index 9a81c96..a46641c 100644
--- a/fpga-build/Dockerfile
+++ b/fpga-build/Dockerfile
@@ -49,3 +49,7 @@
 		-maxdepth 1 \
 		-type f ) \
 	   /usr/local/bin
+
+# Install osmo-gsm-manuals to /opt/osmo-gsm-manuals
+ADD	http://git.osmocom.org/osmo-gsm-manuals/patch /tmp/osmo-gsm-manuals-commit
+RUN	git -C /opt clone https://git.osmocom.org/osmo-gsm-manuals

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Id402e0ea372b5ca8a6c8f6f5beb190544c888207
Gerrit-Change-Number: 22134
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
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/20210113/c29fe456/attachment.htm>


More information about the gerrit-log mailing list