Merge lp:~sidnei/python-oops-tools/pin-buildout into lp:python-oops-tools

Proposed by Sidnei da Silva
Status: Merged
Approved by: William Grant
Approved revision: 55
Merged at revision: 55
Proposed branch: lp:~sidnei/python-oops-tools/pin-buildout
Merge into: lp:python-oops-tools
Diff against target: 12 lines (+2/-1)
1 file modified
Makefile (+2/-1)
To merge this branch: bzr merge lp:~sidnei/python-oops-tools/pin-buildout
Reviewer Review Type Date Requested Status
William Grant code Approve
Review via email: mp+172383@code.launchpad.net

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.

Description of the change

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.

To post a comment you must log in.
Revision history for this message
William Grant (wgrant) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2011-12-08 03:44:45 +0000
3+++ Makefile 2013-07-01 17:55:35 +0000
4@@ -23,7 +23,8 @@
5 bzr up download-cache
6 $(PYTHON) bootstrap.py \
7 --setup-source=download-cache/ez_setup.py \
8- --download-base=download-cache/dist --eggs=eggs
9+ --download-base=download-cache/dist --eggs=eggs \
10+ --version=1.5.2
11 bin/buildout configuration:db-port=$(DBPORT)
12 @touch bin/buildout
13

Subscribers

People subscribed via source and target branches

to all changes: