aboutsummaryrefslogtreecommitdiffstats
path: root/coverity/prepare_source_Osmcocom.sh
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-11 02:59:53 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-11 03:20:55 +0100
commit7a83d9780702a32e88469a7cf268a2c517174ba7 (patch)
tree060b7a6afa4ffbd5c36918309a22ca2a15c2f06f /coverity/prepare_source_Osmcocom.sh
parenta0a2e0ffa702c297c655dd051b2edce929f9f528 (diff)
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
Diffstat (limited to 'coverity/prepare_source_Osmcocom.sh')
-rwxr-xr-xcoverity/prepare_source_Osmcocom.sh8
1 files changed, 4 insertions, 4 deletions
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