software.cfg 1.08 KB
Newer Older
1 2 3 4 5
[buildout]

extends =
  ../../stack/monitor/buildout.cfg
  ../../stack/slapos.cfg
6 7
  ../../component/rsync/buildout.cfg

8 9 10 11
parts = 
  slapos-cookbook
  template
  eggs
12
  rsync
13 14 15 16 17
  
[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
output = ${buildout:directory}/instance.cfg
18
md5sum = b86685e4007296f4808c2f1f1b74a290
19 20
mode = 0644

21 22 23
# stupify index for now
[index]
url = ${:_profile_base_location_}/${:filename}
24 25 26 27 28
md5sum = 876f18b159fbd9325332d0f42e9172ac

[monitor-httpd-template]
url = ${:_profile_base_location_}/${:filename}
md5sum = 1f30b17f5ea11fd033984d17c38bcfd3
29

30 31 32
[rsync-logs-script]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/rsync-logs.sh.in
33
md5sum = 33900b1f30f9d1de19814d6d3bacb03b
34 35 36
output = ${buildout:directory}/template-rsync-logs.sh.in
mode = 0644

37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
[eggs]
recipe = z3c.recipe.scripts
eggs = 
  cns.recipe.symlink
  slapos.cookbook
  slapos.recipe.cmmi
  hexagonit.recipe.download
  plone.recipe.command
  
[versions]
PyRSS2Gen = 1.1
cns.recipe.symlink = 0.2.3
plone.recipe.command = 1.1
slapos.recipe.template = 2.5
z3c.recipe.scripts = 1.0.1