FHS, zopectl, #925, Re: [Zope-dev] 2.7 installation
Chris McDonough
chrism@zope.com
19 Jun 2003 10:14:09 -0400
On Thu, 2003-06-19 at 02:57, PieterB wrote:
> Chris wrote:
> > We have make-driven software that creates us a tree via a single command
> > by checking out various version of Python, Zope, etc. from CVS and
> > compiling and installing them. Different versions of Zope and Python,
> > etc. can be installed in opt and we use symlinks to manage versioning.
> Could that make-driven software be made public? I'm currently trying to
> create similar Makefiles (for a new FreeBSD zope port) and would be
> interested in using ZC files.
>
> How do those files compare to the buildscript:
> http://cvs.zope.org/NZO_SiteLayout/buildout_zope_sandbox?cvsroot=Zope.org
The NZO make-driven buildout is an early revision of what we use. There
is no publically available later revision, but it hasn't changed all
that much.
HTH,
- C