Revert "[ci] Temporarily use http url to download server until cert is fixed"
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 16 Feb 2017 18:40:35 +0000 (19:40 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 16 Feb 2017 18:40:35 +0000 (19:40 +0100)
This reverts commit 9281d4a7e6a644a73c87819139a5d3047052c1bb.

SSL works again now on the download server

scripts/ci/run-jenkins.sh

index 13890c1051ff1b880ce6379ee7180651d6b73eb0..f8e2f2d79dec35f64fb31ef629b043b73f6135c8 100755 (executable)
@@ -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