/[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 - (hide 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 luke 31851 [buildout]
2 leonardo 34235 extends = ../software-profiles/python-common.cfg
3 luke 31851
4 leonardo 34171 parts =
5     python2.6
6    
7     [python2.6]
8     <= python-common
9     python_version_major = 2.6
10 luke 38701 python_version_minor = 6
11 leonardo 34235
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 luke 38730
20     [rebootstrap2.6]
21     recipe = zc.recipe.egg
22     eggs = zc.buildout
23     python = python2.6

  ViewVC Help
Powered by ViewVC 1.1.2