Skip to content

Commit

Permalink
use the proper mlat client
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Jul 29, 2023
1 parent d1502ce commit e305643
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 @@ -170,8 +170,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 "$BRANCH_MLATCLIENT" "https://github.com/mutability/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 master "https://github.com/wiedehopf/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 e305643

Please sign in to comment.