osmo-bts no longer needs openbsc.git

This commit is contained in:
Harald Welte 2017-11-18 23:05:28 +00:00
parent ef6dd5c500
commit 33c9cf0bfd
1 changed files with 0 additions and 6 deletions

View File

@ -21,15 +21,9 @@ RUN apt-get update && \
WORKDIR /tmp
RUN git clone git://git.osmocom.org/openbsc.git
ADD http://git.osmocom.org/openbsc/patch /tmp/commit-openbsc
RUN git clone git://git.osmocom.org/osmo-bts.git
ADD http://git.osmocom.org/osmo-bts/patch /tmp/commit-osmo-bts
RUN cd openbsc/openbsc && \
git fetch && git checkout -f -B master origin/master
RUN cd osmo-bts && \
git fetch && git checkout -f -B master origin/master && \
autoreconf -fi && \