-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Chris Withers wrote:

> I know Chris is keen to run from indexes per projects, such as:
> 
> http://dist.repoze.org/bfg/current/simple
> 
> ..so I was wondering what people recommend, software wise, for 
> maintaining such an index per project?

 $ /path/to/virtualenv --no-site-packages /tmp/anindex
 $ cd /tmp/anindex
 $ mkdir archives
 $ export ZSVN=http://svn.zope.org/*checkout*
 $ wget $ZSVN/Zope/tags/2.12.4/versions.cfg?rev=110530 -O versions.cfg
 $ bin/easy_install compoze
 $ bin/compoze --config-file=versions.cfg --path=archives \
      fetch --use-versions  index
 ==================================================
 Scanning indexes for requirements
 ==================================================
 Package index: http://pypi.python.org/simple
   Searched for zope.app.error==3.5.2; found: True
   ....
   Searched for zc.recipe.egg==1.2.2; found: True
 ==================================================
 Merging indexes
 ==================================================
 ==================================================
 Final Results
 ==================================================
 Found eggs:
   zope.principalannotation==3.6.0
   ...
   zope.annotation==3.4.2
 Not found eggs:
 ==================================================
 Building index: /tmp/anindex/archives/simple
 ==================================================
 Parsing: /tmp/anindex/archives/zope.error-3.6.0.tar.gz
 ...
 Parsing: /tmp/anindex/archives/zope.app.pagetemplate-3.7.1.tar.gz
 Project: Acquisition
   -> 2.13.2, Acquisition-2.13.2.zip
 ...
 Project: zope.viewlet
   -> 3.5.0, zope.viewlet-3.5.0.zip
 $ ls archives/ | head
 Acquisition-2.13.2.zip
 ClientForm-0.2.10.zip
 DateTime-2.12.0.tar.gz
 docutils-0.6.tar.gz
 ExtensionClass-2.13.0.zip
 five.formlib-1.0.2.zip
 lxml-2.2.tgz
 mechanize-0.1.11.zip
 Persistence-2.13.0.zip
 python-gettext-1.0.zip
 $ ls archives/simple/ | head
 Acquisition
 ClientForm
 DateTime
 docutils
 ExtensionClass
 five.formlib
 index.html
 lxml
 mechanize
 Persistence

Docs for compoze are here:  http://docs.repoze.org/compoze/


Tres.
- --
===================================================================
Tres Seaver          +1 540-429-0999          tsea...@palladion.com
Palladion Software   "Excellence by Design"    http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkvPfwkACgkQ+gerLs4ltQ4rkQCgt8VsaiyQntcZRcfwgSDOSGHZ
N38AniUegMBbZ2nWacQnIDw63Uu3K5jH
=1KN5
-----END PGP SIGNATURE-----
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to