Skip to content

Commit

Permalink
Revert "use the proper mlat client"
Browse files Browse the repository at this point in the history
This reverts commit e305643.
As per #150 (comment)
  • Loading branch information
kx1t committed Nov 11, 2023
1 parent 1817b20 commit 91a602f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ RUN set -x && \
popd && \
dump1090 --version && \
# Build & install mlat-client
#BRANCH_MLATCLIENT=$(git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' 'https://github.com/mutability/mlat-client.git' | grep -v '\^' | cut -d '/' -f 3 | grep '^v.*' | tail -1) && \
git clone --depth 1 --branch master "https://github.com/wiedehopf/mlat-client.git" "/src/mlat-client" && \
BRANCH_MLATCLIENT=$(git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' 'https://github.com/mutability/mlat-client.git' | grep -v '\^' | cut -d '/' -f 3 | grep '^v.*' | tail -1) && \
git clone --depth 1 --branch "$BRANCH_MLATCLIENT" "https://github.com/mutability/mlat-client.git" "/src/mlat-client" && \
pushd /src/mlat-client && \
BRANCH_MLATCLIENT="$(git tag --sort='-creatordate' | head -1)" && \
echo "mlat-client ${BRANCH_MLATCLIENT}" >> /VERSIONS && \
Expand Down

0 comments on commit 91a602f

Please sign in to comment.