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