Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Zope: CMF

Buildout recipe for CMF?

 

 

Zope cmf RSS feed   Index | Next | Previous | View Threaded


lists at zopyx

Dec 13, 2007, 11:22 AM

Post #1 of 3 (1195 views)
Permalink
Buildout recipe for CMF?

Hi,

is there a buildout recipe that can unpack the CMF source archive properly?
The problem is basically that the top-level folder contains the products
as subdirectories. So the product dirs must be moved or linked.

Andreas

--
ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany
Web: www.zopyx.com - Email: info [at] zopyx - Phone +49 - 7071 - 793376
Registergericht: Amtsgericht Stuttgart, Handelsregister A 381535
Geschäftsführer/Gesellschafter: ZOPYX Limited, Birmingham, UK
------------------------------------------------------------------------
E-Publishing, Python, Zope & Plone development, Consulting


sidnei at enfoldsystems

Dec 13, 2007, 12:31 PM

Post #2 of 3 (1085 views)
Permalink
Re: Buildout recipe for CMF? [In reply to]

On Dec 13, 2007 5:22 PM, Andreas Jung <lists [at] zopyx> wrote:
> Hi,
>
> is there a buildout recipe that can unpack the CMF source archive properly?
> The problem is basically that the top-level folder contains the products
> as subdirectories. So the product dirs must be moved or linked.

Theres a recipe that can do that, it's called 'plone.recipe.distros'.

--
Sidnei da Silva
Enfold Systems http://enfoldsystems.com
Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214
_______________________________________________
Zope-CMF maillist - Zope-CMF [at] lists
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


plone at hannosch

Dec 13, 2007, 3:49 PM

Post #3 of 3 (1084 views)
Permalink
Re: Buildout recipe for CMF? [In reply to]

Andreas Jung wrote:
> is there a buildout recipe that can unpack the CMF source archive properly?
> The problem is basically that the top-level folder contains the products
> as subdirectories. So the product dirs must be moved or linked.

Sidnei already mentioned my recipe, but as I never found the time to
document it, a simple example on how to use it might help. There is also
another option called 'version-suffix-packages' used in the same way as
'nested-packages' which takes a whitespace separated list of names as
well. This one is able to handle a PAS release tarball.

Hanno

Sample buildout.cfg:

[buildout]

parts =
zope2
cmf
instance

[zope2]
recipe = plone.recipe.zope2install
url = http://www.zope.org/Products/Zope/2.10.5/Zope-2.10.5-final.tgz

[cmf]
recipe = plone.recipe.distros
urls = http://www.zope.org/Products/CMF/CMF-2.1.0/CMF-2.1.0.tar.gz
nested-packages = CMF-2.1.0.tar.gz

[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = admin:admin
products =
${cmf:location}

_______________________________________________
Zope-CMF maillist - Zope-CMF [at] lists
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests

Zope cmf RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.