plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
7 stars 23 forks source link

import-directory not working #138

Open iham opened 4 years ago

iham commented 4 years ago

when setting the option "import-directory" to a custom location, *.zexp are still only picked up when added to ./var/instance/import.

the variable is taken fine and stored in client_import https://github.com/plone/plone.recipe.zope2instance/blob/master/src/plone/recipe/zope2instance/recipe.py#L201

but client_import is never reflected in zope.conf.

iham commented 4 years ago

i don't see any documentation i need to set client-home too for example, to make that work.

so import-directory and client-directory are separate settings.

or am i missing something?

gogobd commented 3 years ago

As if I wasn't your coworker I just tracked down this very same bug. It's very annoying! In my opinion the documentation should be purged unless someone (who is not me) fixes this.