launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #15708
[Merge] lp:~sidnei/python-oops-tools/pin-buildout into lp:python-oops-tools
Sidnei da Silva has proposed merging lp:~sidnei/python-oops-tools/pin-buildout into lp:python-oops-tools.
Commit message:
Pin buildout version during bootstrap. Seems like there's a zc.buildout 2.x egg in the cache, which bootstrap prefers, thus causing the following error:
zc.buildout 2 needs distribute, not setuptools. Are you using an outdated bootstrap.py? Make sure you have the latest version downloaded from http://downloads.buildout.org/2/bootstrap.py
Since the version pinned in versions.cfg is 1.5.2, also use the same version when bootstrapping.
Requested reviews:
python-oops-tools reviewers (oops-tools-reviewers)
For more details, see:
https://code.launchpad.net/~sidnei/python-oops-tools/pin-buildout/+merge/172383
Pin buildout version during bootstrap. Seems like there's a zc.buildout 2.x egg in the cache, which bootstrap prefers, thus causing the following error:
zc.buildout 2 needs distribute, not setuptools. Are you using an outdated bootstrap.py? Make sure you have the latest version downloaded from http://downloads.buildout.org/2/bootstrap.py
Since the version pinned in versions.cfg is 1.5.2, also use the same version when bootstrapping.
--
https://code.launchpad.net/~sidnei/python-oops-tools/pin-buildout/+merge/172383
Your team python-oops-tools reviewers is requested to review the proposed merge of lp:~sidnei/python-oops-tools/pin-buildout into lp:python-oops-tools.
=== modified file 'Makefile'
--- Makefile 2011-12-08 03:44:45 +0000
+++ Makefile 2013-07-01 17:55:35 +0000
@@ -23,7 +23,8 @@
bzr up download-cache
$(PYTHON) bootstrap.py \
--setup-source=download-cache/ez_setup.py \
- --download-base=download-cache/dist --eggs=eggs
+ --download-base=download-cache/dist --eggs=eggs \
+ --version=1.5.2
bin/buildout configuration:db-port=$(DBPORT)
@touch bin/buildout