laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1-recorder/+/30032 )
Change subject: jenkins.sh: Fix printed URL of osmo-ci git repository ......................................................................
jenkins.sh: Fix printed URL of osmo-ci git repository
Change-Id: I043c2c613a3b204403f3b0fb41cab9f41bfc77fe --- M contrib/jenkins.sh 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1-recorder refs/changes/32/30032/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index d9895ec..4565a80 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -7,7 +7,7 @@ #
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 !" + echo "Error: We need to have scripts/osmo-deps.sh from https://gitea.osmocom.org/osmocom/osmo-ci in PATH !" exit 2 fi