Use gerrit as osmo-ttcn3-hacks.git git remote
Other remotes are mirrors of gerrit one, which means there's some delay between pushing some ref to the gerrit remote and having them available in the mirrors. Hence, it becomes annoying while developing and new stuff to test is pushed. Let's simply use gerrit since it's the master remote. Change-Id: Ic87c196f8b91a3a3e6ddde2cca36482ce7070df7changes/21/29421/1
parent
85f0b311f9
commit
a719a8db61
|
@ -57,9 +57,9 @@ RUN git config --global user.email docker@dock.er && \
|
|||
git config --global user.name "Dock Er"
|
||||
|
||||
# clone osmo-ttcn3-hacks and deps, invalidate cache if deps change (OS#5017)
|
||||
RUN git clone https://gitea.osmocom.org/ttcn3/osmo-ttcn3-hacks && \
|
||||
RUN git clone https://gerrit.osmocom.org/osmo-ttcn3-hacks && \
|
||||
make -j8 -C /osmo-ttcn3-hacks deps
|
||||
ADD https://gitea.osmocom.org/ttcn3/osmo-ttcn3-hacks/raw/branch/master/deps/Makefile /tmp/deps-Makefile
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/refs/heads/master/deps/Makefile?format=TEXT /tmp/deps-Makefile
|
||||
RUN if ! diff -q /tmp/deps-Makefile /osmo-ttcn3-hacks/deps/Makefile; then \
|
||||
cd /osmo-ttcn3-hacks && \
|
||||
git pull && \
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" bsc
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" bsc
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" bsc-nat
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" bts
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" cbc
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" fr fr-net
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" gbproxy
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" ggsn_tests
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" hlr
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" hnbgw
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" hnodeb
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" mgw
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" msc
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" sysinfo
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" ns
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" pcap-client
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" pcu
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" pgw
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" remsim
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" sccp
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" sgsn
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" sip
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" smlc
|
||||
|
||||
VOLUME /data
|
||||
|
|
|
@ -3,7 +3,7 @@ ARG USER
|
|||
FROM $REGISTRY/$USER/debian-bullseye-titan
|
||||
ARG OSMO_TTCN3_BRANCH="master"
|
||||
|
||||
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
|
||||
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
|
||||
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" stp
|
||||
|
||||
VOLUME /data
|
||||
|
|
Loading…
Reference in New Issue