cloudooo.cfg 2 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 37 38
  ../component/cups/buildout.cfg
  ../component/dbus/buildout.cfg
  ../component/glib/buildout.cfg
39
  ../component/libreoffice-bin/buildout.cfg 
40
  ../component/libffi/buildout.cfg
41
  ../component/libpng/buildout.cfg
42 43 44 45
  ../component/lxml-python/buildout.cfg
  ../component/python-2.7/buildout.cfg
  ../component/xorg/buildout.cfg
  ../component/fonts/buildout.cfg
46 47
  ../component/git/buildout.cfg
  ../component/poppler/buildout.cfg
48 49 50
  ../component/imagemagick/buildout.cfg
  ../component/ffmpeg/buildout.cfg
  ../component/file/buildout.cfg
51 52 53 54
  ../component/stunnel/buildout.cfg
  ../component/rdiff-backup/buildout.cfg
  ../component/dcron/buildout.cfg
  ../component/coreutils/buildout.cfg
55
  ../component/cloudooo/buildout.cfg
56
  ../component/haproxy/buildout.cfg
57
 
58 59 60
versions = versions

parts =
61
  libreoffice-bin
62 63 64
  stunnel
  dcron
  
65 66 67 68
# basic Xorg
  libXdmcp
  libXext
  libXau
69
  libSM
70
  libXrender
71 72 73 74

# fonts
  liberation-fonts
  ipaex-fonts
75
  ipa-fonts
76
  ocrb-fonts
77
  android-fonts
78 79

# Dependencies
80 81 82 83
  cups
  dbus
  dbus-glib
  glib
84
  libffi
85
  libpng12
86 87
  imagemagick
  file
88
  poppler
89 90
  ffmpeg

91
  rdiff-backup
92
  haproxy
93 94
  cloudooo

95 96 97
# Local development
develop +=
  ${:parts-directory}/cloudooo
98 99 100

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