Skip to content

Commit

Permalink
fix plone 4 buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed May 11, 2017
1 parent df09d21 commit 37f3242
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions bootstrap-4.3.x.sh
@@ -1,8 +1,5 @@
#!/bin/sh

# see https://community.plone.org/t/not-using-bootstrap-py-as-default/620
rm -r ./lib ./include ./local ./bin
ln -fs plone-4.3.x.cfg buildout.cfg
virtualenv --clear .
./bin/pip install --upgrade pip setuptools zc.buildout
./bin/buildout
./bootstrap-base.sh
5 changes: 1 addition & 4 deletions bootstrap-5.0.x.sh
Expand Up @@ -2,7 +2,4 @@

# see https://community.plone.org/t/not-using-bootstrap-py-as-default/620
ln -fs plone-5.0.x.cfg buildout.cfg
rm -r ./lib ./include ./local ./bin
virtualenv --clear .
./bin/pip install --upgrade pip setuptools zc.buildout
./bin/buildout
./bootstrap-base.sh
2 changes: 1 addition & 1 deletion plone-4.3.x.cfg
@@ -1,4 +1,4 @@
[buildou#t]
[buildout]
extends =
base.cfg
http://dist.plone.org/release/4.3.12/versions.cfg
Expand Down

0 comments on commit 37f3242

Please sign in to comment.