diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-06-23 03:01:41 +0200 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-06-23 03:01:43 +0200 |
commit | de79cb155d2a59ba446ee4ecd7b653dad40dccad (patch) | |
tree | 824fa55969f780125e36b08cbe4bff912e996a29 /contrib/jenkins-build-osmo-msc.sh | |
parent | 42bebface8c5fa86b8f9d16be2f3881c8ed1117c (diff) |
jenkins: aoip: move to libosmocore master
The patches needed for AoIP have now been merged to libosmocore master.
Change-Id: I31f627f24e0e111c2c3461dbdc88f0e54ebf0c8c
Diffstat (limited to 'contrib/jenkins-build-osmo-msc.sh')
-rwxr-xr-x | contrib/jenkins-build-osmo-msc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/jenkins-build-osmo-msc.sh b/contrib/jenkins-build-osmo-msc.sh index 5241966..53a23fe 100755 --- a/contrib/jenkins-build-osmo-msc.sh +++ b/contrib/jenkins-build-osmo-msc.sh @@ -4,7 +4,7 @@ base="$PWD" name="osmo-msc" . "$(dirname "$0")/jenkins-build-common.sh" -build_repo libosmocore neels/aoip # TEMPORARY BRANCH +build_repo libosmocore build_repo libosmo-abis build_repo libosmo-netif build_repo openggsn |