mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-30 01:42:22 +00:00
nDPId-test: Set max buffer size for remote descriptors useful to test caching/buffering.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
@@ -19,7 +19,8 @@ fi
|
||||
git submodule update --init ./libnDPI
|
||||
NDPID_GIT_VERSION="$(git describe --tags)"
|
||||
cd ./libnDPI && \
|
||||
LIBNDPI_GIT_VERSION="$(git describe --tags)"
|
||||
LIBNDPI_GIT_VERSION="$(git describe --tags)" && \
|
||||
printf '%s\n' "Creating $(realpath ./libnDPI-${LIBNDPI_GIT_VERSION}.tar)" && \
|
||||
git archive --prefix="nDPId-${NDPID_GIT_VERSION}/libnDPI/" -o "../libnDPI-${LIBNDPI_GIT_VERSION}.tar" HEAD && \
|
||||
cd ..
|
||||
git archive --prefix="nDPId-${NDPID_GIT_VERSION}/" -o "./nDPId-${NDPID_GIT_VERSION}.tar" HEAD
|
||||
|
||||
Reference in New Issue
Block a user