aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-27 01:26:14 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-27 01:28:48 +0200
commit2f8fa5301bcbcbb056a8fd7b240024325379c876 (patch)
tree4f94f41752f90c3d2fb8bc38857d83f739c5dfde
parenta62cfe1ed3ede2ddc0b64ab94f1a09cb35c3c89e (diff)
add scripts to setup the source repositories
These reflect the state found on the osmo build-1 server Change-Id: Icf582709b746e797364e8c1c25aa69ec858e5c2e
-rwxr-xr-xcoverity/prepare_source.sh24
-rwxr-xr-xcoverity/prepare_source_iuh.sh30
2 files changed, 54 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
diff --git a/coverity/prepare_source_iuh.sh b/coverity/prepare_source_iuh.sh
new file mode 100755
index 0000000..cda5674
--- /dev/null
+++ b/coverity/prepare_source_iuh.sh
@@ -0,0 +1,30 @@
+#!/bin/sh
+mkdir -p source-iuh
+
+cd source-iuh
+
+for proj in \
+ asn1c \
+ libasn1c \
+ libosmo-abis \
+ libosmocore \
+ libosmo-dsp \
+ libosmo-netif \
+ libosmo-sccp \
+ libsmpp34 \
+ openbsc \
+ openggsn \
+ osmo-bts \
+ osmo-gmr \
+ osmo-iuh \
+ osmo-pcu \
+ osmo-sip-connector \
+ ; do
+
+ git clone git://git.osmocom.org/$proj
+done
+
+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