software.cfg 1.34 KB
Newer Older
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
[buildout]

extends =
  ../../component/apache/buildout.cfg
  ../../component/perl/buildout.cfg
  ../../component/git/buildout.cfg
  ../../stack/slapos.cfg

parts =
  apache
  perl
  git
  gitweb
  slapos-cookbook
  template
  template-gitrepo
  collective-recipe-cmd

[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
md5sum = 5917cf0a9d6cc5d6d184e89ca2d72a91
output = ${buildout:directory}/template.cfg
mode = 0644

[template-gitrepo]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-gitrepo.cfg
Antoine Catton's avatar
Antoine Catton committed
29
md5sum = 15dd1b7ea3259197b847e94342adf872
30 31 32 33 34 35 36 37 38 39 40
output = ${buildout:directory}/template-gitrepo.cfg
mode = 0644

[template-download]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/${:filename}
download-only = true

[template-gitweb-cgi]]
<= template-download
filename = gitweb.cgi.in
Antoine Catton's avatar
Antoine Catton committed
41
md5sum = 5c720202053bfba06eec6e97d8d47cd0
42 43 44 45

[template-gitweb-conf]
<= template-download
filename = gitweb.conf.in
Antoine Catton's avatar
Antoine Catton committed
46
md5sum = 580d4bd2723f7e0a44ec8fc5b360b429
47 48 49 50

[template-git-http-backend-cgi]
<= template-download
filename = git-http-backend.cgi.in
Antoine Catton's avatar
Antoine Catton committed
51
md5sum = 7e0562b0ce8d48bc8f6b422850dc53af
52 53 54 55

[template-httpd-conf]
<= template-download
filename = httpd.conf.in
Antoine Catton's avatar
Antoine Catton committed
56
md5sum = e5e6a6de32323248d11918934f6aad99
57 58 59 60 61 62 63 64

[collective-recipe-cmd]
recipe = zc.recipe.egg
eggs =
  collective.recipe.cmd


[version]
Antoine Catton's avatar
Antoine Catton committed
65
slapos.cookbook = 0.64.2