/[public]/erp5/trunk/buildout/software-profiles/python-2.6.cfg
ERP5 logo

Contents of /erp5/trunk/buildout/software-profiles/python-2.6.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 38730 - (show annotations)
Tue Sep 28 14:25:07 2010 UTC (2 years, 7 months ago) by luke
File size: 383 byte(s)
 - add part for easy bin/buildout rebootstrapping
1 [buildout]
2 extends = ../software-profiles/python-common.cfg
3
4 parts =
5 python2.6
6
7 [python2.6]
8 <= python-common
9 python_version_major = 2.6
10 python_version_minor = 6
11
12 [bootstrap2.6]
13 recipe = zc.recipe.egg
14 eggs = zc.buildout
15 python = python2.6
16 scripts =
17 buildout=bootstrap2.6
18 arguments = ["bootstrap"]
19
20 [rebootstrap2.6]
21 recipe = zc.recipe.egg
22 eggs = zc.buildout
23 python = python2.6

  ViewVC Help
Powered by ViewVC 1.1.2