aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-08-16 12:49:29 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-08-16 12:49:29 +0200
commit9876f4bb211341ad3cefe5505b30694b04ee91e7 (patch)
treeae8111e64811aa1b24ab76fb575f440b319cc669
parent7fd177b91c5b0cb32078d87b41da5ad38c2f08ad (diff)
jenkins.sh: drop compat with old matrix params
-rwxr-xr-xcontrib/jenkins.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 78269117..7b456c26 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -7,15 +7,6 @@ if [ -z "$MAKE" ]; then
exit 1
fi
-# Compat: to be able to smoothly reconfigure the jenkins job, handle both
-# old and new matrix variables
-if [ -z "$with_dsp" -a "$sysmodsp" = yes ]; then
- with_dsp="sysmo"
-else
- with_vty="yes"
-fi
-# end of compat part
-
base="$PWD"
deps="$base/deps"
inst="$deps/install"