Skip to content

Commit

Permalink
Refs #22402; Updated url for jenkins builds install script and switch…
Browse files Browse the repository at this point in the history
…ed to curl
  • Loading branch information
olimpiurob committed Mar 9, 2015
1 parent 14032cc commit f6f679e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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

3 changes: 2 additions & 1 deletion 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

5 changes: 5 additions & 0 deletions docs/HISTORY.txt
Expand Up @@ -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)
------------------
Expand Down

0 comments on commit f6f679e

Please sign in to comment.