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 10:51:25 UTC 2021


osmith has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/34/22134/1

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 a8fde55..f6d5155 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: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210113/aa412f23/attachment.htm>


More information about the gerrit-log mailing list