software.cfg 4.14 KB
Newer Older
1
[buildout]
2
versions = versions
3
extensions = buildout-versions
4

Łukasz Nowak's avatar
Łukasz Nowak committed
5 6


7 8
extends =
  ../../stack/slapos.cfg
9
  ../../component/nginx/buildout.cfg
10
  ../../component/curl/buildout.cfg
11
  ../../component/dash/buildout.cfg
12
  ../../component/tar/buildout.cfg
13

14 15 16 17 18 19 20 21 22
allow-hosts =
    *.nexedi.org
    *.python.org
    *.sourceforge.net
    www.slapos.org
    launchpad.net
    github.com
    alastairs-place.net
    www.alittletooquiet.net
23

24
parts =
25
    dash
26
    tar
27
    curl
28
    nginx
29
    eggs
30
    template
31
    template_nginx_conf
32 33
    template_downloader
    template_launcher
34
    template_mime_types
35
    instance_html5as
36

37 38 39 40 41 42 43 44
[eggs]
recipe = z3c.recipe.scripts
eggs = slapos.cookbook

[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
output = ${buildout:directory}/template.cfg
45
md5sum = 918e0d6513e4d1c92051431d83261dab
46 47 48 49 50 51
mode = 0644

[instance_html5as]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance_html5as.cfg
output = ${buildout:directory}/template_html5as.cfg
52
md5sum = 579eceb768e8d25fb53338fc4fac6944
53
mode = 0644
54

55 56 57
[template_nginx_conf]
recipe = slapos.recipe.download
url = ${:_profile_base_location_}/templates/nginx_conf.in
58
md5sum = 0ae1fb1c777c332d76f680c681a4f48a
59 60 61 62
filename = nginx_conf.in
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}

63
[template_launcher]
64
recipe = slapos.recipe.download
65 66 67 68 69 70 71 72 73 74 75
url = ${:_profile_base_location_}/templates/launcher.in
md5sum = acf5bb55ceac2e826259d28ed5c1de3a
filename = launcher.in
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}

[template_downloader]
recipe = slapos.recipe.download
url = ${:_profile_base_location_}/templates/downloader.in
md5sum = 7b374a03f4086fcae47491d449da1f09
filename = downloader.in
76 77
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}
78 79 80 81 82 83 84 85

[template_mime_types]
recipe = slapos.recipe.download
url = ${:_profile_base_location_}/templates/mime_types.in
md5sum = 4ef94a7b458d885cd79ba0b930a5727e
filename = mime_types.in
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}
86

87
[versions]
88
zc.buildout = 1.6.0-dev-SlapOS-006
Thomas Lechauve's avatar
Thomas Lechauve committed
89 90 91 92 93 94 95 96
Jinja2 = 2.6
Pygments = 1.5
Werkzeug = 0.8.3
buildout-versions = 1.7
docutils = 0.9.1
hexagonit.recipe.cmmi = 1.6
ipython = 0.13
meld3 = 0.6.8
97
slapos.cookbook = 0.61
Thomas Lechauve's avatar
Thomas Lechauve committed
98
slapos.recipe.template = 2.4.2
Thomas Lechauve's avatar
Thomas Lechauve committed
99
slapos.recipe.download = 1.0.dev-r4053
Thomas Lechauve's avatar
Thomas Lechauve committed
100 101 102 103 104 105 106
z3c.recipe.scripts = 1.0.1

# Required by:
# slapos.core==0.28.2
Flask = 0.9

# Required by:
107
# slapos.cookbook==0.61
Thomas Lechauve's avatar
Thomas Lechauve committed
108 109 110 111 112 113 114
PyXML = 0.8.4

# Required by:
# netaddr==0.7.7
Sphinx = 1.1.3

# Required by:
115
# slapos.cookbook==0.61
Thomas Lechauve's avatar
Thomas Lechauve committed
116 117 118
inotifyx = 0.2.0

# Required by:
119
# slapos.cookbook==0.61
Thomas Lechauve's avatar
Thomas Lechauve committed
120 121 122 123 124
# slapos.core==0.28.2
# xml-marshaller==0.9.7
lxml = 2.3.5

# Required by:
125
# slapos.cookbook==0.61
Thomas Lechauve's avatar
Thomas Lechauve committed
126 127 128 129 130 131 132
netaddr = 0.7.7

# Required by:
# slapos.core==0.28.2
netifaces = 0.8

# Required by:
133
# slapos.cookbook==0.61
Thomas Lechauve's avatar
Thomas Lechauve committed
134 135 136 137 138 139
# slapos.core==0.28.2
# zc.buildout==1.6.0-dev-SlapOS-006
# zc.recipe.egg==1.3.2
setuptools = 0.6c12dev-r88846

# Required by:
140
# slapos.cookbook==0.61
Thomas Lechauve's avatar
Thomas Lechauve committed
141 142 143 144 145 146 147
slapos.core = 0.28.2

# Required by:
# slapos.core==0.28.2
supervisor = 3.0a12

# Required by:
148
# slapos.cookbook==0.61
Thomas Lechauve's avatar
Thomas Lechauve committed
149 150 151
xml-marshaller = 0.9.7

# Required by:
152
# slapos.cookbook==0.61
Thomas Lechauve's avatar
Thomas Lechauve committed
153 154 155 156 157
zc.recipe.egg = 1.3.2

# Required by:
# slapos.core==0.28.2
zope.interface = 4.0.1
Thomas Lechauve's avatar
Thomas Lechauve committed
158 159 160 161

# Required by:
# hexagonit.recipe.cmmi==1.6
hexagonit.recipe.download = 1.5.1
Łukasz Nowak's avatar
Łukasz Nowak committed
162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179

[networkcache]
# signature certificates of the following uploaders.
# Łukasz Nowak
signature-certificate-list =
  -----BEGIN CERTIFICATE-----
  MIIB9jCCAV+gAwIBAgIJANLesB1hoQIEMA0GCSqGSIb3DQEBBQUAMBMxETAPBgNV
  BAMMCENPTVAtMTMyMCAXDTEyMDgyODE0MjEyOFoYDzIxMTIwODA0MTQyMTI4WjAT
  MREwDwYDVQQDDAhDT01QLTEzMjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA
  9ED8i6211znu1Z0milwuNZCLlmQlFP590neGjvSRla7wzIBwWreNAX2Hl05sd1og
  PFZBSeWsStFHQRqjNYOx1WoS4olRGIAwiwLh3Hgmkc8oOe7/q3W22xOZTUXOIiq1
  FV96jUHe9RmZ910VqLPCMK44aCTmabSCWwk4OfRzI3kCAwEAAaNQME4wHQYDVR0O
  BBYEFBgvpmTAS/O9vfvSLnwKy/eJC/NAMB8GA1UdIwQYMBaAFBgvpmTAS/O9vfvS
  LnwKy/eJC/NAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAM3qIP3sY
  DtqzUJJ7WEbD0dcniHGEycOk/3EKB663jULar+KOuTIFmMGOy5MVWcDsCqjODWXK
  9LnVeCSkC4Ct8kvkT/WdRFF/nqprbZ6bUrhx2yAKTH6CMhIjDJ8F7fAkH48fLD7M
  HPuwnRO7OewFpzT/gfQgFKpmVBNUYq7YddE=
  -----END CERTIFICATE-----