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

7 8 9
find-links =
    http://www.nexedi.org/static/packages/source/slapos.buildout/
    http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/
10 11
    http://dist.repoze.org
    http://www.nexedi.org/static/packages/source/
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
    http://www.owlfish.com/software/wsgiutils/download.html

# 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
34 35

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

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

# fonts
  liberation-fonts
  ipaex-fonts

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

  bootstrap2.6
82
  rdiff-backup
83 84
  cloudooo

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

[bootstrap2.6]
python = python2.6

[versions]
# Use SlapOS patched zc.buildout
94 95 96 97 98
zc.buildout = 1.6.0-dev-SlapOS-006

# Use patched hexagonit.recipe.download from
# https://github.com/SlapOS/hexagonit.recipe.download
hexagonit.recipe.download = 1.5.1-dev-slapos-001