contrib/jenkins: don't package /share/doc/libosmocore

Change-Id: Ibd2674c3f65f820a72d77c40a9e9df3e094bb41d
This commit is contained in:
Neels Hofmeyr 2017-05-22 19:32:06 +02:00 committed by Neels Hofmeyr
parent 1eb5cbc719
commit 62a5600051
3 changed files with 12 additions and 0 deletions

View File

@ -67,6 +67,10 @@ for dep in $deps; do
make install
done
# don't package documentation -- the libosmocore docs can be up to 16 Mb large,
# a significant amount compared to the binaries
rm -rf "$prefix_real/share/doc/libosmocore"
# build the archive that is going to be copied to the tester and then to the BTS
rm "$base"/*.tgz "$base"/*.md5 || true
cd "$prefix_real"

View File

@ -59,6 +59,10 @@ for dep in $deps; do
make install
done
# don't package documentation -- the libosmocore docs can be up to 16 Mb large,
# a significant amount compared to the binaries
rm -rf "$prefix/share/doc/libosmocore"
# build the archive that is going to be copied to the tester
rm "$base"/*.tgz "$base"/*.md5 || true
cd "$prefix"

View File

@ -59,6 +59,10 @@ for dep in $deps; do
make install
done
# don't package documentation -- the libosmocore docs can be up to 16 Mb large,
# a significant amount compared to the binaries
rm -rf "$prefix/share/doc/libosmocore"
# build the archive that is going to be copied to the tester
rm "$base"/*.tgz "$base"/*.md5 || true
cd "$prefix"