~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Gary Poster
  • Date: 2009-07-15 18:38:07 UTC
  • mto: This revision was merged to the branch mainline in revision 8912.
  • Revision ID: gary.poster@canonical.com-20090715183807-6lp4gtvlq14i8vqv
try to make ec2test happy, and fix up a bootstrap bug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# setuptools or zc.buildout, you need to put it in ./download-cache/dist and
9
9
# commit there, and change the specification in versions.cfg, as described
10
10
# generally for dependencies in ./doc/buildout.txt.
11
 
find_links = ./eggs
12
 
             ./download-cache/dist
13
 
allow_hosts = None
 
11
allow_hosts = file://*
14
12