Skip to content

Commit

Permalink
buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 29, 2016
1 parent 9393e6d commit baa930d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
3 changes: 1 addition & 2 deletions build.cfg
Expand Up @@ -43,7 +43,7 @@ patches = ${buildout:directory}/patches/upgrade.patch

[navtree-patch]
recipe = collective.recipe.patch
egg = plone.app.layout==2.2.10
egg = plone.app.layout==2.2.6
patches = ${buildout:directory}/patches/navtree.patch

[ploneftp]
Expand Down Expand Up @@ -79,7 +79,6 @@ strip-top-level-dir = true
recipe = hexagonit.recipe.cmmi
url = ${downloads:nginx}
configure-options =
--with-debug
--with-http_ssl_module
--with-http_xslt_module
--with-http_stub_status_module
Expand Down
3 changes: 2 additions & 1 deletion buildout.cfg
Expand Up @@ -18,10 +18,11 @@ extensions =
newest = false

extends =
base.cfg
site.cfg
build.cfg
locks.cfg
http://dist.plone.org/release/4.2/versions.cfg
http://good-py.appspot.com/release/plone.app.theming/1.0

parts +=
lxml
Expand Down
9 changes: 0 additions & 9 deletions site.cfg
Expand Up @@ -143,13 +143,9 @@ transcode-profiles = [\

# additional eggs that should be available to your portal - leave empty if unsure
eggs =
# em.skin
# em.taxonomies
# unweb.shareit
# collective.captcha
Products.PloneHotfix20121106
em.skin
em.taxonomies
unweb.shareit
collective.captcha
collective.twitterportlet
Expand All @@ -174,7 +170,6 @@ eggs =
# additional zcml includes - leave empty if unsure
zcml =
plumi.skin
# em.taxonomies
# unweb.shareit
# collective.captcha
# plone.formwidget.captcha
Expand All @@ -187,8 +182,6 @@ zcml =

develop = .
# src/em.skin
src/em.skin
src/em.taxonomies
src/plumi.content
src/plumi.skin
src/plumi.locales
Expand Down Expand Up @@ -216,10 +209,8 @@ collective.transcode.daemon = ${site:sources-base}plumi/collective.transcode.dae
#collective.piwik.core = ${site:sources-base}plumi/collective.piwik.core.git branch=master
#collective.seeder = ${site:sources-base}plumi/collective.seeder.git branch=master
collective.contentlicensing = ${site:sources-base}collective/collective.contentlicensing.git branch=master
em.taxonomies = svn http://svn.engagemedia.org/em.taxonomies/trunk/
#collective.recipe.scriptgen = svn http://svn.plone.org/svn/collective/buildout/collective.recipe.scriptgen/tags/0.2
#unweb.recipe.uwsgi = ${site:sources-base}unweb/unweb.recipe.uwsgi.git
em.skin = ${site:sources-base}plumi/em.skin.git branch=master
collective.blog.portlets = ${site:sources-base}collective/collective.blog.portlets.git branch=master

[versions]
Expand Down

0 comments on commit baa930d

Please sign in to comment.