mirror of
https://github.com/utoni/nDPId.git
synced 2026-04-28 06:59:35 +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:
parent
1f6d1fbd67
commit
9075706714
3 changed files with 19 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue