aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-stp-master
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-08-19 21:56:07 +0200
committerHarald Welte <laforge@gnumonks.org>2017-08-19 21:56:07 +0200
commit1649a011676726d04735270528c76eb6520cf90f (patch)
tree137361c4dbad31c80fbf7a17aaee6262a1dadd33 /osmo-stp-master
parentfc8eaf2bcffade42fceff9fd2de8049fcf8d13fa (diff)
Use 'patch' not 'commit' from cgit for repo change detection
the 'commit' output contains a timestamp, so every second the result will be different. 'patch' doesn't have this.
Diffstat (limited to 'osmo-stp-master')
-rw-r--r--osmo-stp-master/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-stp-master/Dockerfile b/osmo-stp-master/Dockerfile
index 2918d46..487a675 100644
--- a/osmo-stp-master/Dockerfile
+++ b/osmo-stp-master/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /tmp
RUN git clone git://git.osmocom.org/libosmo-sccp.git
-ADD http://git.osmocom.org/libosmo-sccp/commit /tmp/commit
+ADD http://git.osmocom.org/libosmo-sccp/patch /tmp/commit
RUN cd libosmo-sccp && \
git pull && \
autoreconf -fi && \