aboutsummaryrefslogtreecommitdiffstats
path: root/coverity/prepare_source_Osmcocom.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-10-11coverity: clone + build osmo-{mgw,bsc,msc,hlr}Harald Welte1-0/+4
Related: OS#2564 Change-Id: I6f046943f045a97c2bae4e99485a474c11d90a90
2017-10-11coverity: Don't start with a new clone, but simply fetch/checkoutHarald Welte1-3/+8
If a given git clone already exists, simply do a fetch + checkout -f, rather than cloning a decade worth of history from scratch. Change-Id: Icecb2d00a75bc303d84efafee5c1f2d52ba1b6b3
2017-10-02Use new GPRS repositoriesMax1-1/+1
* use coverity check on osmo-ggsn instead of openggsn * move osmo-sgsn and osmo-ggsn from nightly-split into nightly Change-Id: Ia49969cbfb9ef57b635a3b5759f411f71a54f8e1
2017-03-16coverity: add osmo-hlr to be scannedNeels Hofmeyr1-0/+1
2016-12-11coverity: build master branches, not iu branchesNeels Hofmeyr1-4/+4
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
2016-10-01coverity: add osmo-trx to Osmocom buildNeels Hofmeyr1-0/+1
Change-Id: I57d4658120444a4f6884c0b35ec61e8e7034c83c
2016-10-01coverity: rename iuh build to OsmocomNeels Hofmeyr1-0/+32
This corresponds to the scan.coverity project name this is uploaded to. Also apply renaming in file content: call renamed build_Osmocom.sh, use dir source-Osmocom and install-Osmocom, use a token named 'Osmocom'. The point is that the combined build of all osmocom projects finds problems more accurately, since coverity can analyse across all libraries at the same time. Still build the iuh branches, since they are basically an extension of the current master branches (given that they are rebased onto master regularly, which they currently are). Name the generated tar Osmocom.tgz instead of myproject.tgz. Change-Id: If316d54327cca8aa1b499bf35b6b22385bd83702