From f0945bf7f6d45534cf3042a6c26cb91094064ee2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Thu, 16 Feb 2017 19:40:35 +0100 Subject: [PATCH] Revert "[ci] Temporarily use http url to download server until cert is fixed" This reverts commit 9281d4a7e6a644a73c87819139a5d3047052c1bb. SSL works again now on the download server --- scripts/ci/run-jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/run-jenkins.sh b/scripts/ci/run-jenkins.sh index 13890c1051f..f8e2f2d79de 100755 --- a/scripts/ci/run-jenkins.sh +++ b/scripts/ci/run-jenkins.sh @@ -50,7 +50,7 @@ if [ -x "/usr/bin/dpkg-architecture" ]; EXTRA_CONF_FLAGS="$EXTRA_CONF_FLAGS --host=`/usr/bin/dpkg-architecture -qDEB_HOST_GNU_TYPE`" #force build arch = dpkg arch, sometimes misdetected mkdir -p ~/.config/.mono/ - wget -qO- http://download.mono-project.com/test/new-certs.tgz| tar zx -C ~/.config/.mono/ + wget -qO- https://download.mono-project.com/test/new-certs.tgz| tar zx -C ~/.config/.mono/ fi ${TESTCMD} --label=configure --timeout=60m --fatal ./autogen.sh $EXTRA_CONF_FLAGS -- 2.25.1