cloudooo.cfg 2.03 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 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

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

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

  bootstrap2.6
83
  rdiff-backup
84 85
  cloudooo

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

[bootstrap2.6]
python = python2.6

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

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