aboutsummaryrefslogtreecommitdiffstats
path: root/coverity/prepare_source.sh
diff options
context:
space:
mode:
Diffstat (limited to 'coverity/prepare_source.sh')
-rwxr-xr-xcoverity/prepare_source.sh24
1 files changed, 24 insertions, 0 deletions
diff --git a/coverity/prepare_source.sh b/coverity/prepare_source.sh
new file mode 100755
index 0000000..9a190e0
--- /dev/null
+++ b/coverity/prepare_source.sh
@@ -0,0 +1,24 @@
+#!/bin/sh
+mkdir -p source
+
+cd source
+
+for proj in \
+ libosmo-abis \
+ libosmocore \
+ libosmo-dsp \
+ libosmo-netif \
+ libosmo-sccp \
+ libsmpp34 \
+ openbsc \
+ openggsn \
+ osmo-bts \
+ osmo-gmr \
+ osmo-pcu \
+ osmo-trx \
+ ; do
+
+ git clone git://git.osmocom.org/$proj
+done
+
+git clone git://git.sysmocom.de/sysmo-bts/layer1-api