cloudooo.cfg 1.81 KB
Newer Older
1 2 3
[buildout]
extensions =
  slapos.zcbworkarounds
4
  buildout-versions
5
  mr.developer
6

7
find-links =
8
    http://www.nexedi.org/static/packages/source/slapos.buildout/
9
    http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/
10 11
    http://dist.repoze.org
    http://www.nexedi.org/static/packages/source/
12
    http://www.owlfish.com/software/wsgiutils/download.html
13

14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
# Separate from site eggs
allowed-eggs-from-site-packages =
include-site-packages = false
exec-sitecustomize = false

# Use only quite well working sites.
allow-hosts =
  *.nexedi.org
  *.python.org
  *.sourceforge.net
  alastairs-place.net
  dist.repoze.org
  effbot.org
  github.com
  peak.telecommunity.com
  psutil.googlecode.com
  www.dabeaz.com
  www.owlfish.com
  launchpad.net
  bitbucket.org

35
extends =
36
  ../component/libreoffice-bin/buildout.cfg 
37
  ../component/libpng/buildout.cfg
38 39 40 41
  ../component/lxml-python/buildout.cfg
  ../component/python-2.7/buildout.cfg
  ../component/xorg/buildout.cfg
  ../component/fonts/buildout.cfg
42 43
  ../component/git/buildout.cfg
  ../component/poppler/buildout.cfg
44 45 46
  ../component/imagemagick/buildout.cfg
  ../component/ffmpeg/buildout.cfg
  ../component/file/buildout.cfg
47 48 49 50
  ../component/stunnel/buildout.cfg
  ../component/rdiff-backup/buildout.cfg
  ../component/dcron/buildout.cfg
  ../component/coreutils/buildout.cfg
51
  ../component/cloudooo/buildout.cfg
52
  ../component/haproxy/buildout.cfg
53
 
54 55 56
versions = versions

parts =
57
  libreoffice-bin
58 59 60
  stunnel
  dcron
  
61 62 63 64
# basic Xorg
  libXdmcp
  libXext
  libXau
65
  libSM
66
  libXrender
67 68 69 70

# fonts
  liberation-fonts
  ipaex-fonts
71
  ocrb-fonts
72 73

# Dependencies
74
  libpng12
75 76
  imagemagick
  file
77
  poppler
78 79
  ffmpeg

80
  rdiff-backup
81
  haproxy
82 83
  cloudooo

84 85 86
# Local development
develop +=
  ${:parts-directory}/cloudooo
87 88 89

[versions]
# Use SlapOS patched zc.buildout
90
zc.buildout = 1.6.0-dev-SlapOS-006