contrib/jenkins: more aggressively exclude docs

Completely discard prefix/share/doc in builds. There was still ~1.2Mb from
libosmo-netif around.

Exception: osmo-hlr installs a bootstrap sql in prefix/share/doc/osmo-hlr,
so leave that script as-is.

Change-Id: I7f3f3cfed0f56099bdff93b11a0009c1caef67c8
This commit is contained in:
Neels Hofmeyr 2017-05-29 00:41:07 +02:00
parent 8c7477f5d8
commit 4e0627f85a
4 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@ 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"
rm -rf "$prefix_real/share/doc"
# build the archive that is going to be copied to the tester and then to the BTS
rm "$base"/*.tgz "$base"/*.md5 || true

View File

@ -70,7 +70,7 @@ 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"
rm -rf "$prefix/share/doc"
# build the archive that is going to be copied to the tester
rm "$base"/*.tgz "$base"/*.md5 || true

View File

@ -70,7 +70,7 @@ build_repo openbsc aoip
# 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"
rm -rf "$prefix/share/doc"
# build the archive that is going to be copied to the tester
rm "$base"/*.tgz "$base"/*.md5 || true

View File

@ -70,7 +70,7 @@ 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"
rm -rf "$prefix/share/doc"
# build the archive that is going to be copied to the tester
rm "$base"/*.tgz "$base"/*.md5 || true