Parent Directory
|
Revision Log
- 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 |