Review at  https://gerrit.osmocom.org/3171

jenkins.sh: Proper error message if local environment isn't set up

Change-Id: Ibd24ba6024714f3d7aac14ef661acf52de2a3825
---
M contrib/jenkins.sh
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/71/3171/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 5222476..75f28f3 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -1,4 +1,11 @@
 #!/bin/sh
+# jenkins build helper script for osmo-pcu.  This is how we build on 
jenkins.osmocom.org
+
+if ! [ -x "$(command -v osmo-build-dep.sh)" ]; then
+       echo "Error: We need to have scripts/osmo-deps.sh from 
http://git.osmocom.org/osmo-ci/ in PATH !"
+       exit 2
+fi
+
 
 set -ex
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibd24ba6024714f3d7aac14ef661acf52de2a3825
Gerrit-PatchSet: 1
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>

Reply via email to