From f6f679eb0daad9b626b2b1bc48ae62e77c38768e Mon Sep 17 00:00:00 2001 From: Olimpiu Rob Date: Mon, 9 Mar 2015 12:27:20 +0200 Subject: [PATCH] Refs #22402; Updated url for jenkins builds install script and switched to curl --- buildouts/plone4/install.sh | 3 ++- buildouts/zope2/install.sh | 3 ++- docs/HISTORY.txt | 5 +++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/buildouts/plone4/install.sh b/buildouts/plone4/install.sh index 716c006..5952996 100755 --- a/buildouts/plone4/install.sh +++ b/buildouts/plone4/install.sh @@ -1,4 +1,5 @@ #!/bin/sh -wget -O bootstrap.sh https://svn.eionet.europa.eu/repositories/Zope/trunk/www.eea.europa.eu/trunk/install.sh +curl -o "bootstrap.sh" -k https://raw.githubusercontent.com/eea/eea.plonebuildout.core/master/install.sh chmod u+x bootstrap.sh ./bootstrap.sh + diff --git a/buildouts/zope2/install.sh b/buildouts/zope2/install.sh index 716c006..5952996 100755 --- a/buildouts/zope2/install.sh +++ b/buildouts/zope2/install.sh @@ -1,4 +1,5 @@ #!/bin/sh -wget -O bootstrap.sh https://svn.eionet.europa.eu/repositories/Zope/trunk/www.eea.europa.eu/trunk/install.sh +curl -o "bootstrap.sh" -k https://raw.githubusercontent.com/eea/eea.plonebuildout.core/master/install.sh chmod u+x bootstrap.sh ./bootstrap.sh + diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 7d0d66a..dc227af 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -3,6 +3,11 @@ Changelog 9.3.dev0 - (unreleased) ----------------------- +* Change: Switched to curl in the jenkins builds install script + [olimpiurob refs #22402] +* Change: Changed fetch url for jenkins builds install script to the install + script from the main EEA CPB repository + [olimpiurob refs #22402] 9.2 - (2015-02-03) ------------------