Skip to content

Commit 0476222

Browse files
committedOct 21, 2012
Removed Plone unified installer optimization step
1 parent e04b356 commit 0476222

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed
 

‎buildout.cfg

+10-11
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#
77
[buildout]
88
parts =
9-
download
10-
install
119
sphinx
1210

1311
allow-hosts =
@@ -54,15 +52,16 @@ auto-checkout =
5452

5553
allow-picked-versions = true
5654

57-
[download]
58-
recipe = hexagonit.recipe.download
59-
url = https://launchpad.net/plone/4.2/4.2.1/+download/Plone-4.2.1-UnifiedInstaller.tgz
60-
61-
# http://datakurre.pandala.org/2012/09/speed-up-your-plone-add-on-tests-on.html
62-
[install]
63-
recipe = collective.recipe.cmd
64-
on_install = true
65-
cmds = tar jxf ${download:location}/Plone-4.2.1-UnifiedInstaller/packages/buildout-cache.tar.bz2 1>/dev/null
55+
# Don't try to do this smart optimization anymore as we are not running on rtd.org
56+
#[download]
57+
#recipe = hexagonit.recipe.download
58+
#url = https://launchpad.net/plone/4.2/4.2.1/+download/Plone-4.2.1-UnifiedInstaller.tgz
59+
#
60+
## http://datakurre.pandala.org/2012/09/speed-up-your-plone-add-on-tests-on.html
61+
#[install]
62+
#recipe = collective.recipe.cmd
63+
#on_install = true
64+
#cmds = tar jxf ${download:location}/Plone-4.2.1-UnifiedInstaller/packages/buildout-cache.tar.bz2 1>/dev/null
6665

6766
#
6867
# We need to list all packages here which are referred by Sphinx's autodoc directive,

0 commit comments

Comments
 (0)
Please sign in to comment.