Change in docker-playground[master]: fpga-build: add osmo-ci

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/+/22133 )


Change subject: fpga-build: add osmo-ci
......................................................................

fpga-build: add osmo-ci

Clone osmo-ci.git, and install all files from scripts/* to
/usr/local/bin.

Related: OS#4911
Change-Id: I3625d6f10e566101fb25963757da6827670ca41b
---
M fpga-build/Dockerfile
1 file changed, 8 insertions(+), 0 deletions(-)



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

diff --git a/fpga-build/Dockerfile b/fpga-build/Dockerfile
index a9c3ceb..a8fde55 100644
--- a/fpga-build/Dockerfile
+++ b/fpga-build/Dockerfile
@@ -41,3 +41,11 @@
 RUN	echo "PATH=/opt/fpga-toolchain/bin:/opt/xpack-riscv-none-embed-gcc-${RISCV_TOOLCHAIN_VER}/bin:\$PATH" >> /etc/environment
 
 ENV	PATH=/opt/fpga-toolchain/bin:/opt/xpack-riscv-none-embed-gcc-${RISCV_TOOLCHAIN_VER}/bin:${PATH}
+
+# Install osmo-ci.git/scripts to /usr/local/bin
+ADD http://git.osmocom.org/osmo-ci/patch /tmp/osmo-ci-commit
+RUN git clone https://git.osmocom.org/osmo-ci osmo-ci && \
+	cp -v $(find osmo-ci/scripts \
+		-maxdepth 1 \
+		-type f ) \
+		/usr/local/bin

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I3625d6f10e566101fb25963757da6827670ca41b
Gerrit-Change-Number: 22133
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/8c8cda4c/attachment.htm>


More information about the gerrit-log mailing list