Commit Graph

1066 Commits

Author SHA1 Message Date
Neels Hofmeyr a7e0987f68 coverity: rename iuh build to Osmocom
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
2016-10-01 01:58:19 +02:00
Neels Hofmeyr 5c0f21fb1d coverity: cosmetic: remove some indent
Change-Id: I292cf434c0ec7060bdda6b5794d30e18aa089a06
2016-10-01 01:57:00 +02:00
Neels Hofmeyr 57b682d63e coverity: favor upstream for conflicts during pull
An upstream branch rebase caused a merge conflict on the build server
recently. This hopefully avoids that next time.

Change-Id: Ib9f48b3b2283d1b8d1a79d42732d935236a2b1c9
2016-10-01 01:25:41 +02:00
Neels Hofmeyr cb098683a6 readme
Change-Id: Ie15e1a4407c54fa26aea6946a10bc9e80a43988d
2016-09-27 03:01:34 +02:00
Neels Hofmeyr 5a8bdabf38 prepare_source_iuh.sh: add missing layer1-api
Change-Id: I1d0c471776a2451d9d763b26a69d662b0cc11deb
2016-09-27 02:36:11 +02:00
Neels Hofmeyr 9ff27afd79 add gitignore
Change-Id: I5f67eee76ea40716c390e4d85e05af84a6c5f3d9
2016-09-27 02:16:31 +02:00
Neels Hofmeyr a0a2226d8e coverity: remove myproject.tgz before re-creating, x2
Just paranoia.

Change-Id: Ia2ae2bd5e88e6aaaab4d1ac63bf07ccd469a63b7
2016-09-27 02:12:48 +02:00
Neels Hofmeyr 6ed7020b6f coverity: have only source-iuh/, not also sources-iuh/
Change-Id: I016131a1385058a7d7c9b1906b652964861db691
2016-09-27 02:12:48 +02:00
Neels Hofmeyr 681bd9ab8d coverity scripts: base all paths on initial $PWD
This allows having the coverity scripts in a different location than
~/coverity. In particular, this allows just cloning the osmo-ci anywhere, e.g.
having ~/osmo-ci/coverity as the build location.

Change-Id: I100cc763b06562dbeaea11c7175f3c92fc01117a
2016-09-27 02:10:22 +02:00
Neels Hofmeyr 895deec006 coverity_all.sh: remove odd stray ':'
Change-Id: I7ad85c69d2df33fd170498800697e9af71353bcf
2016-09-27 02:09:49 +02:00
Neels Hofmeyr 79480b6f81 add cat-testlogs.sh
Change-Id: I2d145cb9ca636ba42194f797b5f4d59437cea131
2016-09-27 01:34:20 +02:00
Neels Hofmeyr c8f48b469c build_iuh.sh: don't build sip twice
Change-Id: I3169fd2d4ba337c65d414aeacf4c3845e8449a61
2016-09-27 01:33:22 +02:00
Neels Hofmeyr 2f8fa5301b add scripts to setup the source repositories
These reflect the state found on the osmo build-1 server

Change-Id: Icf582709b746e797364e8c1c25aa69ec858e5c2e
2016-09-27 01:28:48 +02:00
Neels Hofmeyr a62cfe1ed3 add coverity scripts found on osmo build-1
Change-Id: Ie69398dc95e8571b5a16fb529869f4c9fb3baa20
2016-09-27 01:25:09 +02:00
Holger Hans Peter Freyther 735a5b9d16 docker: Add files with all build dependencies
Create a clean build environment for amd64/i386 based on debian
jessie. Once an official build and sadly once someones 32bit build

 # Build
sudo docker build -t osmocom:ci_debian8_32bit -f Dockerfile.deb8_i386 .
sudo docker build -t osmocom:ci_debian8_64bit -f Dockerfile.deb8_amd64 .

 # Run
sudo docker run -it --rm=true osmocom:ci_debian8_32bit bash
2016-04-24 21:05:35 +02:00
Holger Hans Peter Freyther 483c54f0ab Initial commit for a CI repository 2016-04-24 11:24:30 +02:00