Linha | |
---|
1 | [buildout] |
---|
2 | extends = |
---|
3 | # tentei usar o plone-4.2.x.cfg, mas ele não é análogo ao plone-4.1.x.cfg |
---|
4 | # rever isso depois e talvez fazer um buildout super simples para testes e herdar dele |
---|
5 | http://svn.plone.org/svn/collective/buildout/plonetest/plone-4.1.x.cfg |
---|
6 | package-name = il.portal.content |
---|
7 | develop = . |
---|
8 | parts = instance ropeproject |
---|
9 | |
---|
10 | extensions += mr.developer |
---|
11 | auto-checkout = * |
---|
12 | |
---|
13 | [sources] |
---|
14 | il.recipe.ropeproject = git https://github.com/marciomazza/il.recipe.ropeproject.git |
---|
15 | |
---|
16 | [ropeproject] |
---|
17 | recipe = il.recipe.ropeproject |
---|
18 | eggs = ${instance:eggs} |
---|
Note: Veja
TracBrowser
para ajuda no uso do navegador do trac.