[MERGED] osmo-bsc[master]: contrib/jenkins.sh: MGCP is unconditional now

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Sun Sep 3 21:09:59 UTC 2017


Neels Hofmeyr has submitted this change and it was merged.

Change subject: contrib/jenkins.sh: MGCP is unconditional now
......................................................................


contrib/jenkins.sh: MGCP is unconditional now

Change-Id: I88338b91eb09554c33c893d86fcaa3d6eb09a22b
---
M contrib/jenkins.sh
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 32c2d4e..cba37bf 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -46,11 +46,11 @@
 
 cd "$base"
 autoreconf --install --force
-./configure $MGCP $IU --enable-vty-tests --enable-external-tests
+./configure $IU --enable-vty-tests --enable-external-tests
 $MAKE $PARALLEL_MAKE
 LD_LIBRARY_PATH="$inst/lib" $MAKE check \
   || cat-testlogs.sh
 LD_LIBRARY_PATH="$inst/lib" \
-  DISTCHECK_CONFIGURE_FLAGS="$MGCP $IU --enable-vty-tests --enable-external-tests" \
+  DISTCHECK_CONFIGURE_FLAGS="$IU --enable-vty-tests --enable-external-tests" \
   $MAKE distcheck \
   || cat-testlogs.sh

-- 
To view, visit https://gerrit.osmocom.org/3776
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I88338b91eb09554c33c893d86fcaa3d6eb09a22b
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list