aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/jenkins-build-osmo-nitb.sh
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-05-29 00:41:07 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-05-29 20:30:24 +0000
commit4e0627f85a74a385ba49d4fbc7fa9bab1299b5aa (patch)
tree2a4b26f2169b3e2ac4102c54f1a06fb9f62f83c8 /contrib/jenkins-build-osmo-nitb.sh
parent8c7477f5d8244f1ee48676dffd67701033078fbb (diff)
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
Diffstat (limited to 'contrib/jenkins-build-osmo-nitb.sh')
-rwxr-xr-xcontrib/jenkins-build-osmo-nitb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/jenkins-build-osmo-nitb.sh b/contrib/jenkins-build-osmo-nitb.sh
index eb9fc26..86d787c 100755
--- a/contrib/jenkins-build-osmo-nitb.sh
+++ b/contrib/jenkins-build-osmo-nitb.sh
@@ -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