~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gary Poster
  • Date: 2009-07-10 04:03:14 UTC
  • mto: (8697.27.2 zbuildout)
  • mto: This revision was merged to the branch mainline in revision 8912.
  • Revision ID: gary.poster@canonical.com-20090710040314-vpn4rg7a9jttbo1n
use experimental eggs for buildout and friends

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
# warning before the eggs directory is made.  The target for the eggs directory
128
128
# is only there for deployment convenience.
129
129
bin/buildout: download-cache eggs
130
 
        $(PYTHON) bootstrap.py
 
130
        $(PYTHON) bootstrap.py --ez_setup-source=ez_setup.py \
 
131
                --download-base=download-cache/dist --eggs=eggs
131
132
 
132
133
$(PY): bin/buildout versions.cfg
133
134
        ./bin/buildout configuration:instance_name=${LPCONFIG}