From 4e0627f85a74a385ba49d4fbc7fa9bab1299b5aa Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 29 May 2017 00:41:07 +0200 Subject: 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 --- contrib/jenkins-build-osmo-msc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/jenkins-build-osmo-msc.sh') diff --git a/contrib/jenkins-build-osmo-msc.sh b/contrib/jenkins-build-osmo-msc.sh index 7e71488..f7808ff 100755 --- a/contrib/jenkins-build-osmo-msc.sh +++ b/contrib/jenkins-build-osmo-msc.sh @@ -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 -- cgit v1.2.3