Hi,

I have a project that consists of an main package and several plugin packages. 
It is very nice and easy to set this up using buildout using the develop 
option.

But I was wondering if it is possible to use buildout to create a distribution 
of my project. 
I want to have it generate egg files from my packages instead of linking to 
their source, so i can tar the whole buildout folder without my source and 
distribute that file.  
That would be really nice because users could just untar that file and call 
the scripts in the bin folder because all required eggs are available. 

Another reason for me to use eggs for my packages is that my main package has 
to send plugins eggs to remote hosts, to keep them up to date.

Has anyone an Idea how to do this? Or is buildout not intended for that kind 
of distribution generation?

thank you and best regards,
Dennis Kempin

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to