From db3f98113cbdeb0110ca0b9ba01cd12d66d97e34 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 10 Feb 2021 14:35:26 +0100 Subject: ttcn3: remove /root/projects/git symlink Remove leftover from old TTCN-3 build scripts, before refactoring ttcn3 Dockerfiles. This line has already been removed in 357ec806 from 2017 for ggsn-test. In osmo-ttcn3-hacks.git, this is only referenced in the obsolete bin/install.script (looks like we could remove that, together with the rest of the bin dir?). Related: OS#5017 Change-Id: Id23e7fae58ba246916a38aa0a10035d4f67f7588 --- ttcn3-bsc-test/Dockerfile | 1 - ttcn3-bscnat-test/Dockerfile | 1 - ttcn3-bts-test/Dockerfile | 1 - ttcn3-fr-test/Dockerfile | 1 - ttcn3-gbproxy-test/Dockerfile | 1 - ttcn3-hlr-test/Dockerfile | 1 - ttcn3-mgw-test/Dockerfile | 1 - ttcn3-msc-test/Dockerfile | 1 - ttcn3-nitb-sysinfo/Dockerfile | 1 - ttcn3-pcu-test/Dockerfile | 1 - ttcn3-remsim-test/Dockerfile | 1 - ttcn3-sccp-test/Dockerfile | 1 - ttcn3-sgsn-test/Dockerfile | 1 - ttcn3-sip-test/Dockerfile | 1 - ttcn3-smlc-test/Dockerfile | 1 - ttcn3-stp-test/Dockerfile | 1 - 16 files changed, 16 deletions(-) diff --git a/ttcn3-bsc-test/Dockerfile b/ttcn3-bsc-test/Dockerfile index 9288469..8bdf87f 100644 --- a/ttcn3-bsc-test/Dockerfile +++ b/ttcn3-bsc-test/Dockerfile @@ -1,7 +1,6 @@ ARG USER FROM $USER/debian-stretch-titan -RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git RUN cd osmo-ttcn3-hacks && \ diff --git a/ttcn3-bscnat-test/Dockerfile b/ttcn3-bscnat-test/Dockerfile index f927513..84928a7 100644 --- a/ttcn3-bscnat-test/Dockerfile +++ b/ttcn3-bscnat-test/Dockerfile @@ -1,7 +1,6 @@ ARG USER FROM $USER/debian-stretch-titan -RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git RUN cd osmo-ttcn3-hacks && \ diff --git a/ttcn3-bts-test/Dockerfile b/ttcn3-bts-test/Dockerfile index 29185c8..30704cf 100644 --- a/ttcn3-bts-test/Dockerfile +++ b/ttcn3-bts-test/Dockerfile @@ -1,7 +1,6 @@ ARG USER FROM $USER/debian-stretch-titan -RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git RUN cd osmo-ttcn3-hacks && \ diff --git a/ttcn3-fr-test/Dockerfile b/ttcn3-fr-test/Dockerfile index 2363f18..7b80504 100644 --- a/ttcn3-fr-test/Dockerfile +++ b/ttcn3-fr-test/Dockerfile @@ -1,7 +1,6 @@ ARG USER FROM $USER/debian-stretch-titan -RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git RUN cd osmo-ttcn3-hacks && \ diff --git a/ttcn3-gbproxy-test/Dockerfile b/ttcn3-gbproxy-test/Dockerfile index 9a92c4a..4e0c66f 100644 --- a/ttcn3-gbproxy-test/Dockerfile +++ b/ttcn3-gbproxy-test/Dockerfile @@ -1,7 +1,6 @@ ARG USER FROM $USER/debian-stretch-titan -RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git RUN cd osmo-ttcn3-hacks && \ diff --git a/ttcn3-hlr-test/Dockerfile b/ttcn3-hlr-test/Dockerfile index 0233035..78ff0ce 100644 --- a/ttcn3-hlr-test/Dockerfile +++ b/ttcn3-hlr-test/Dockerfile @@ -1,7 +1,6 @@ ARG USER FROM $USER/debian-stretch-titan -RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git RUN cd osmo-ttcn3-hacks && \ diff --git a/ttcn3-mgw-test/Dockerfile b/ttcn3-mgw-test/Dockerfile index 33183d0..9afef2e 100644 --- a/ttcn3-mgw-test/Dockerfile +++ b/ttcn3-mgw-test/Dockerfile @@ -1,7 +1,6 @@ ARG USER FROM $USER/debian-stretch-titan -RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git RUN cd osmo-ttcn3-hacks && \ diff --git a/ttcn3-msc-test/Dockerfile b/ttcn3-msc-test/Dockerfile index ee7e5f0..db73c8e 100644 --- a/ttcn3-msc-test/Dockerfile +++ b/ttcn3-msc-test/Dockerfile @@ -1,7 +1,6 @@ ARG USER FROM $USER/debian-stretch-titan -RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git RUN cd osmo-ttcn3-hacks && \ diff --git a/ttcn3-nitb-sysinfo/Dockerfile b/ttcn3-nitb-sysinfo/Dockerfile index 76fd630..44424b3 100644 --- a/ttcn3-nitb-sysinfo/Dockerfile +++ b/ttcn3-nitb-sysinfo/Dockerfile @@ -1,7 +1,6 @@ ARG USER FROM $USER/debian-stretch-titan -RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git RUN cd osmo-ttcn3-hacks && \ diff --git a/ttcn3-pcu-test/Dockerfile b/ttcn3-pcu-test/Dockerfile index b78fee2..2f3deff 100644 --- a/ttcn3-pcu-test/Dockerfile +++ b/ttcn3-pcu-test/Dockerfile @@ -1,7 +1,6 @@ ARG USER FROM $USER/debian-stretch-titan -RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git RUN cd osmo-ttcn3-hacks && \ diff --git a/ttcn3-remsim-test/Dockerfile b/ttcn3-remsim-test/Dockerfile index b1ea71f..3a2d14e 100644 --- a/ttcn3-remsim-test/Dockerfile +++ b/ttcn3-remsim-test/Dockerfile @@ -1,7 +1,6 @@ ARG USER FROM $USER/debian-stretch-titan -RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git RUN cd osmo-ttcn3-hacks && \ diff --git a/ttcn3-sccp-test/Dockerfile b/ttcn3-sccp-test/Dockerfile index d9c3232..901200a 100644 --- a/ttcn3-sccp-test/Dockerfile +++ b/ttcn3-sccp-test/Dockerfile @@ -1,7 +1,6 @@ ARG USER FROM $USER/debian-stretch-titan -RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git RUN cd osmo-ttcn3-hacks && \ diff --git a/ttcn3-sgsn-test/Dockerfile b/ttcn3-sgsn-test/Dockerfile index fcc2c02..9b1c540 100644 --- a/ttcn3-sgsn-test/Dockerfile +++ b/ttcn3-sgsn-test/Dockerfile @@ -1,7 +1,6 @@ ARG USER FROM $USER/debian-stretch-titan -RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git RUN cd osmo-ttcn3-hacks && \ diff --git a/ttcn3-sip-test/Dockerfile b/ttcn3-sip-test/Dockerfile index 9f1a6df..0828e08 100644 --- a/ttcn3-sip-test/Dockerfile +++ b/ttcn3-sip-test/Dockerfile @@ -1,7 +1,6 @@ ARG USER FROM $USER/debian-stretch-titan -RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git RUN cd osmo-ttcn3-hacks && \ diff --git a/ttcn3-smlc-test/Dockerfile b/ttcn3-smlc-test/Dockerfile index 1eb3b9d..3ffecb9 100644 --- a/ttcn3-smlc-test/Dockerfile +++ b/ttcn3-smlc-test/Dockerfile @@ -1,7 +1,6 @@ ARG USER FROM $USER/debian-stretch-titan -RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git RUN cd osmo-ttcn3-hacks && \ diff --git a/ttcn3-stp-test/Dockerfile b/ttcn3-stp-test/Dockerfile index e6bb9d0..532da9f 100644 --- a/ttcn3-stp-test/Dockerfile +++ b/ttcn3-stp-test/Dockerfile @@ -1,7 +1,6 @@ ARG USER FROM $USER/debian-stretch-titan -RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git RUN cd osmo-ttcn3-hacks && \ -- cgit v1.2.3