Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-02-16 21:40:35 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-02-16 21:40:35 +0300
commitf0945bf7f6d45534cf3042a6c26cb91094064ee2 (patch)
tree931ffc70e41298589222d37e09715b05e9f82087 /scripts
parentb6f511dc167873896a163599d2de9ce1e34ecc6c (diff)
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
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-jenkins.sh2
1 files changed, 1 insertions, 1 deletions
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