software.cfg 3.53 KB
Newer Older
1 2 3 4 5
[buildout]
extends =
  ../../component/dash/buildout.cfg
  ../../component/dcron/buildout.cfg
  ../../component/logrotate/buildout.cfg
6 7
  ../../component/openssl/buildout.cfg
  ../../component/nginx/buildout.cfg
8 9 10 11 12 13 14
  ../../component/rdiff-backup/buildout.cfg
#   ../../component/duplicity/buildout.cfg
#   ../../component/git/buildout.cfg
#   ../../component/subversion/buildout.cfg
  ../../component/rsync/buildout.cfg
  ../../component/dropbear/buildout.cfg
  ../../component/grep/buildout.cfg
15
  ../../component/findutils/buildout.cfg
16
#   ../../stack/flask.cfg
17 18 19
  ../../stack/slapos.cfg

parts =
20
  extra-eggs
21 22 23 24
  rdiff-backup
#   duplicity
  dcron
  logrotate
25 26
  nginx
  openssl
27 28 29 30 31 32 33 34
#   git
#   subversion
  rsync
#   flask-egg
  template
  template-pullrdiffbackup
  template-backup-script
  template-crontab-line
35
  slapos-cookbook
36

37 38 39 40 41 42
[extra-eggs]
recipe = zc.recipe.egg
interpreter = pythonforrssgen
eggs =
  PyRSS2Gen

43 44 45
##########################################################
# Service startup scripts and configuration files
##########################################################
46 47 48 49 50 51 52 53 54 55
[template-nginx-service]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/template-nginx-service.sh.in
md5sum = 5c94d952305552dcbeaeaeb27dd28f3b
output = ${buildout:directory}/template-nginx-service.sh.in
mode = 0644

[template-nginx-configuration]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/template-nginx.cfg.in
Romain Courteaud's avatar
Romain Courteaud committed
56
md5sum = c54d36f55ba71c897505ed61213e104a
57 58 59
output = ${buildout:directory}/template-nginx.cfg.in
mode = 0644

60 61 62 63
[template-dcron-service]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/template-dcron-service.sh.in
md5sum = 1372441dac23e4fa7d2dc773a74725ea
64
output = ${buildout:directory}/template-dcron-service.sh.in
65 66 67 68 69
mode = 0644

[template-backup-script]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/template-backup-script.sh.in
70
md5sum = 0d8fb8ea80966af7d67ad50d50547dce
71
output = ${buildout:directory}/template-backup-script.sh.in
72 73 74 75 76 77
mode = 0644

[template-crontab-line]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/template-crontab-line.in
md5sum = 5cbd64f04da0601ba4286516a6161f5e
78
output = ${buildout:directory}/template-crontab-line.in
79 80 81 82 83 84
mode = 0644

[template-crontab]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/template-crontab.in
md5sum = 072be0fd04896880c931d44d8eabde37
85
output = ${buildout:directory}/template-crontab.in
86 87
mode = 0644

88 89 90
[status2rss]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/status2rss.py
91
md5sum = 0cd1cf97b199dd18fc0168c7281890ea
92 93 94 95 96 97 98 99 100 101
output = ${buildout:directory}/status2rss.py
mode = 0644

[template-update-rss-script]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/template-update-rss.sh.in
md5sum = 529058c54e873ab26f7920c868b23c50
output = ${buildout:directory}/template-update-rss.sh.in
mode = 0644

102 103 104 105 106 107
##########################################################
# Buildout instance.cfg templates
##########################################################
[template-pullrdiffbackup]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-pullrdiffbackup.cfg.in
108
md5sum = 061b98d001b501c9e1beb424e8802d3d
109
output = ${buildout:directory}/template-pullrdiffbackup.cfg
110 111 112 113 114 115 116 117 118 119 120
mode = 0644

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

[versions]
rdiff-backup = 1.0.5
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
121
gunicorn = 19.1.1
122 123 124
plone.recipe.command = 1.1
slapos.recipe.build = 0.11.6
slapos.recipe.template = 2.4.2
125
PyRSS2Gen = 1.1