aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-11-28 02:49:01 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-11-28 02:49:01 +0100
commit9f6390980680a3e83484f80da909da20deb2fbe8 (patch)
tree6db8af30be4c8a6e2c13d7ccddfef1ca4406c037
parent3dd1ba09f7f422d43a2bce3e8b766567e7af5dea (diff)
jenkins docker: remove smalltalk things
I am personally not aware of any smalltalk related builds that might be using our jenkins docker image. Let's remove this and see what falls on its face, presumably nothing. Change-Id: I1142f068100ef07ce7f177adaa8a0fe2fedb1b7b
-rw-r--r--docker/Dockerfile_osmocom_jenkins.amd6416
1 files changed, 0 insertions, 16 deletions
diff --git a/docker/Dockerfile_osmocom_jenkins.amd64 b/docker/Dockerfile_osmocom_jenkins.amd64
index 5481a50..8d97bce 100644
--- a/docker/Dockerfile_osmocom_jenkins.amd64
+++ b/docker/Dockerfile_osmocom_jenkins.amd64
@@ -38,19 +38,3 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y bc
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y doxygen g++ libtalloc-dev libpcsclite-dev make gcc pkgconf libtool autoconf autoconf-archive automake libortp-dev asciidoc mscgen git libsctp-dev libpcap-dev osc libc-ares-dev libgps-dev libsofia-sip-ua-glib-dev libssl-dev libsqlite3-dev libusb-dev libffi-dev libfftw3-dev flex bison libdbi-dev libsnmp-dev libncurses5-dev libgsm1-dev python-minimal python3 libdbd-sqlite3 cppcheck htop libgmp-dev gawk texinfo flex bison bc libsigsegv-dev libffi-dev libusb-1.0-0-dev libreadline-dev debhelper devscripts gcc-arm-none-eabi git-buildpackage dh-systemd dh-autoreconf bc openssh-client
RUN git clone git://git.osmocom.org/python/osmo-python-tests && cd osmo-python-tests && python2 ./setup.py install && python3 ./setup.py install
-
-
-RUN git clone http://git.savannah.gnu.org/r/smalltalk.git
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends flex libsigsegv-dev bison libgmp-dev texinfo zip libltdl-dev
-RUN cd smalltalk && autoreconf --install --force && ./configure && make install
-RUN rm -rf smalltalk
-RUN git clone https://github.com/zecke/petitparser.git && cd petitparser && gst-package package.xml
-RUN git clone https://github.com/zecke/petitparser-tests.git && cd petitparser-tests && gst-package package.xml
-RUN git clone git://git.osmocom.org/smalltalk/osmo-st-logging && cd osmo-st-logging && gst-package package.xml
-RUN git clone git://git.osmocom.org/smalltalk/osmo-st-core && cd osmo-st-core && gst-package package.xml
-RUN git clone git://git.osmocom.org/smalltalk/osmo-st-network && cd osmo-st-network && gst-package package.xml
-RUN git clone git://git.osmocom.org/smalltalk/osmo-st-gsm && cd osmo-st-gsm && gst-package --test package.xml
-RUN git clone git://git.osmocom.org/smalltalk/osmo-st-openbsc-test && cd osmo-st-openbsc-test/fakebts && gst-package --test package.xml
-RUN rm -rf petitparser petitparser-tests osmo-st-logging ost-st-core osmo-st-network osmo-st-gsm osmo-st-openbsc-test
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python-pip
-RUN pip install timeout_decorator