[zope2-tracker] [Bug 143760] Re: repozo should be in skel

Tres Seaver tseaver at palladion.com
Sat May 15 18:17:43 EDT 2010


Installing zope.mkzeoinstance gets ZODB installed as a dependency, and
therefore gets the repozo script installed into the same directory as
mkzeoinstance::

  $ /opt/Python-2.6.5/bin/virtualenv --no-site-packages /tmp/lp143760
  New python executable in /tmp/lp143760/bin/python
  Installing setuptools............done.
  $ /tmp/lp143760/bin/easy_install zope.mkzeoinstance
  Searching for zope.mkzeoinstance
  Reading http://pypi.python.org/simple/zope.mkzeoinstance/
  ...
  Processing dependencies for zope.mkzeoinstance
  Searching for ZODB3>=3.9.4
  ...
  Best match: ZODB3 3.10.0a2
  Downloading http://pypi.python.org/packages/source/Z/ZODB3/ZODB3-3.10.0a2.tar.gz#md5=c0ad4c3a5a8cd04f2f578b145ab831be
  Processing ZODB3-3.10.0a2.tar.gz
  Running ZODB3-3.10.0a2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-N_cFcS/ZODB3-3.10.0a2/egg-dist-tmp-KaYxMT
  Adding ZODB3 3.10.0a2 to easy-install.pth file
  Installing fstail script to /tmp/lp143760/bin
  Installing zeopack script to /tmp/lp143760/bin
  Installing runzeo script to /tmp/lp143760/bin
  Installing zeopasswd script to /tmp/lp143760/bin
  Installing zeoctl script to /tmp/lp143760/bin
  Installing fsdump script to /tmp/lp143760/bin
  Installing fsrefs script to /tmp/lp143760/bin
  Installing repozo script to /tmp/lp143760/bin
  Installing fsoids script to /tmp/lp143760/bin

As with the other ZODB diagnostic / utility scripts, nothing about the
repozo script is unique to the instance created by mkzeoinstance:  it
doesn't know about the config file, or about any filestorages which might
or might not be managed by that instance.  There is therefore no reason to
try to copy any of those scripts into that instance.


** Changed in: zope.mkzeoinstance
       Status: Incomplete => Invalid

-- 
repozo should be in skel
https://bugs.launchpad.net/bugs/143760
You received this bug notification because you are a member of Zope 2
Developers, which is the registrant for zope.mkzeoinstance.


More information about the zope2-tracker mailing list