[ci] Temporarily use http url to download server until cert is fixed
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 7 Feb 2017 21:50:36 +0000 (22:50 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 7 Feb 2017 21:50:36 +0000 (22:50 +0100)
scripts/ci/run-jenkins.sh

index f8e2f2d79dec35f64fb31ef629b043b73f6135c8..13890c1051ff1b880ce6379ee7180651d6b73eb0 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- https://download.mono-project.com/test/new-certs.tgz| tar zx -C ~/.config/.mono/
+       wget -qO- http://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