From 7a83d9780702a32e88469a7cf268a2c517174ba7 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sun, 11 Dec 2016 02:59:53 +0100 Subject: coverity: build master branches, not iu branches Rebasing the iu branches onto the master branches is currently not happening regularly, since I'm focusing on the VLR. Rather scan the master branches so that the coverity issues are caught without further rebase effort required. Comment out everything Iu related with '#IU' comment markers: - don't checkout Iu branches - don't build osmo-iuh (depends on libosmo-sccp iu branch) - don't pass --enable-iu to openbsc, don't switch branches for osmo-bts We might consider adding a separate Iu build, but then we might get the same coverity warnings twice, so not pursuing that actively now. Change-Id: I0d6640b893b8d65d321af904b80d89da5bf3ea6a --- coverity/prepare_source_Osmcocom.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'coverity/prepare_source_Osmcocom.sh') diff --git a/coverity/prepare_source_Osmcocom.sh b/coverity/prepare_source_Osmcocom.sh index 11e397b..0d54c06 100755 --- a/coverity/prepare_source_Osmcocom.sh +++ b/coverity/prepare_source_Osmcocom.sh @@ -27,7 +27,7 @@ done git clone git://git.sysmocom.de/sysmo-bts/layer1-api -git -C asn1c checkout aper-prefix -git -C libosmo-netif checkout sysmocom/sctp -git -C libosmo-sccp checkout sysmocom/iu -git -C openbsc checkout sysmocom/iu +#IU git -C asn1c checkout aper-prefix +#IU git -C libosmo-netif checkout sysmocom/sctp +#IU git -C libosmo-sccp checkout sysmocom/iu +#IU git -C openbsc checkout sysmocom/iu -- cgit v1.2.3