-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.cfg
executable file
·91 lines (78 loc) · 1.99 KB
/
base.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[buildout]
show-picked-versions = true
extensions =
mr.developer
sources-dir = devel
auto-checkout =
alloch.skin
gites.db
parts =
psycopg2
instance
localfs
omelette
zopepy
extends =
http://dist.plone.org/release/4.1.3/versions.cfg
https://raw.github.com/affinitic/affinitic.dist/master/plone413.cfg
versions.cfg
versions = versions
index = http://pypi.affinitic.be/affinitic/packages/+simple/
find-links =
http://eggs.affinitic.be
eggs +=
Pillow
psycopg2
Products.LinguaPlone
alloch.skin
gites.db
zcml =
affinitic.pwmanager
gites.db
[remotes]
gdw = https://github.com/gitesdewallonie
gdw_push = [email protected]:gitesdewallonie
[sources]
gites.db = git ${remotes:gdw}/gites.db.git pushurl=${remotes:gdw_push}/gites.db.git branch=alloch
alloch.skin = git ${remotes:gdw}/alloch.skin.git pushurl=${remotes:gdw_push}/alloch.skin.git
[localfs]
recipe = sact.recipe.gitrepository
repository = git://github.com/affinitic/LocalFS
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8877
environment-vars =
PTS_LANGUAGES fr en nl
zope_i18n_allowed_languages fr en nl
zope_i18n_compile_mo_files true
zcml = ${buildout:zcml}
eggs =
Plone
plone.app.theming
${buildout:eggs}
products =
${buildout:directory}/parts/localfs
zcml-additional =
<configure xmlns="http://namespaces.zope.org/zope"
xmlns:passmgr="http://affinitic.be/passmgr">
<passmgr:pwdfile name="pg"
filename="pgpass"/>
</configure>
[psycopg2]
recipe = zc.recipe.egg:custom
egg = psycopg2
find-links = http://eggs.affinitic.be/psycopg2-2.0.6.tar.gz
define = PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
include-dirs = /usr/include
library-dirs = /usr/lib
rpath = /usr/lib
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
products = ${instance:products}
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy