software.cfg 738 Bytes
Newer Older
1 2
[buildout]
extends =
3
  ../../software/wendelin/software.cfg
4

5 6
[erp5-defaults]
wcfs-enable-default = true
7

8 9 10
[local-bt5-repository]
# Same as bt5-repository, but only local repository.
# Used to generate bt5lists.
11
list += ${vifib:location}/master/bt5
12 13

[erp5_repository_list]
14
repository_id_list += vifib/master
15 16

[erp5]
17
branch = erp5-vifib
18 19

[vifib]
20
<= erp5
21
repository = https://lab.nexedi.com/nexedi/slapos.core.git
22 23
branch = master

24 25 26 27 28
[slapos-bin]
<= erp5
repository = https://lab.nexedi.com/nexedi/slapos-bin.git
branch = master

29 30 31 32 33 34
[eggs]
eggs +=
  slapos.core
  
dummy +=
  ${vifib:location}
35
  ${slapos-bin:location}
36 37 38
  
extra-paths +=
  ${vifib:location}/master
39
  ${slapos-bin:location}
40 41 42

[versions]
python-memcached = 1.47
43
xml-marshaller = 1.0.2