software.cfg 3.4 KB
Newer Older
1 2 3 4 5
# Production profile of slaprunner.
# Exactly the same as common.cfg, but:
# 1/ Use a defined set of Python eggs instead of using the latest available
#    ones from Pypi, to ensure stability;
# 2/ Define list of trusted certificates for the cache.
6

7
[buildout]
8
extends = development.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
9

10 11 12
[networkcache]
# signature certificates of the following uploaders.
#   Cedric de Saint Martin
13
#   Test Agent
14 15 16 17 18 19 20 21 22 23 24 25 26 27
signature-certificate-list =
  -----BEGIN CERTIFICATE-----
  MIIB9jCCAV+gAwIBAgIJAO4V/jiMoICoMA0GCSqGSIb3DQEBBQUAMBMxETAPBgNV
  BAMMCENPTVAtMjMyMCAXDTEyMDIxNjExMTAyM1oYDzIxMTIwMTIzMTExMDIzWjAT
  MREwDwYDVQQDDAhDT01QLTIzMjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA
  wi/3Z8W9pUiegUXIk/AiFDQ0UJ4JFAwjqr+HSRUirlUsHHT+8DzH/hfcTDX1I5BB
  D1ADk+ydXjMm3OZrQcXjn29OUfM5C+g+oqeMnYQImN0DDQIOcUyr7AJc4xhvuXQ1
  P2pJ5NOd3tbd0kexETa1LVhR6EgBC25LyRBRae76qosCAwEAAaNQME4wHQYDVR0O
  BBYEFMDmW9aFy1sKTfCpcRkYnP6zUd1cMB8GA1UdIwQYMBaAFMDmW9aFy1sKTfCp
  cRkYnP6zUd1cMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAskbFizHr
  b6d3iIyN+wffxz/V9epbKIZVEGJd/6LrTdLiUfJPec7FaxVCWNyKBlCpINBM7cEV
  Gn9t8mdVQflNqOlAMkOlUv1ZugCt9rXYQOV7rrEYJBWirn43BOMn9Flp2nibblby
  If1a2ZoqHRxoNo2yTmm7TSYRORWVS+vvfjY=
  -----END CERTIFICATE-----
28 29 30 31 32 33 34 35 36 37 38 39 40
  -----BEGIN CERTIFICATE-----
  MIIB9jCCAV+gAwIBAgIJAKRvzcy7OH0UMA0GCSqGSIb3DQEBBQUAMBMxETAPBgNV
  BAMMCENPTVAtNzcyMCAXDTEyMDgxMDE1NDI1MVoYDzIxMTIwNzE3MTU0MjUxWjAT
  MREwDwYDVQQDDAhDT01QLTc3MjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA
  o7aipd6MbnuGDeR1UJUjuMLQUariAyQ2l2ZDS6TfOwjHiPw/mhzkielgk73kqN7A
  sUREx41eTcYCXzTq3WP3xCLE4LxLg1eIhd4nwNHj8H18xR9aP0AGjo4UFl5BOMa1
  mwoyBt3VtfGtUmb8whpeJgHhqrPPxLoON+i6fIbXDaUCAwEAAaNQME4wHQYDVR0O
  BBYEFEfjy3OopT2lOksKmKBNHTJE2hFlMB8GA1UdIwQYMBaAFEfjy3OopT2lOksK
  mKBNHTJE2hFlMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAaNRx6YN2
  M/p3R8/xS6zvH1EqJ3FFD7XeAQ52WuQnKSREzuw0dsw12ClxjcHiQEFioyTiTtjs
  5pW18Ry5Ie7iFK4cQMerZwWPxBodEbAteYlRsI6kePV7Gf735Y1RpuN8qZ2sYL6e
  x2IMeSwJ82BpdEI5niXxB+iT0HxhmR+XaMI=
  -----END CERTIFICATE-----
41

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
42 43 44 45
[versions]
Flask-Auth = 0.85
Jinja2 = 2.6
Werkzeug = 0.8.3
46
apache-libcloud = 0.11.4
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
47 48 49 50 51
async = 0.6.1
buildout-versions = 1.7
cns.recipe.symlink = 0.2.3
gitdb = 0.5.4
hexagonit.recipe.cmmi = 1.6
52 53 54 55
inotifyx = 0.2.0
lxml = 3.0.1
meld3 = 0.6.10
netaddr = 0.7.10
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
56 57
plone.recipe.command = 1.1
pycrypto = 2.6
58
pytz = 2012j
59
#slapos.cookbook = 0.71.1
60
slapos.core = 0.35.1
61
slapos.libnetworkcache = 0.13.4
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
62 63
slapos.recipe.build = 0.11.5
slapos.recipe.template = 2.4.2
64
#slapos.toolbox = 0.34.0
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
65
smmap = 0.8.2
66
xml-marshaller = 0.9.7
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
67 68 69
z3c.recipe.scripts = 1.0.1

# Required by:
70
# slapos.core==0.34
71
# slapos.toolbox==0.34.0
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
72 73 74
Flask = 0.9

# Required by:
75
# slapos.toolbox==0.34.0
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
76 77 78
GitPython = 0.3.2.RC1

# Required by:
79
# slapos.toolbox==0.34.0
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
80 81 82
atomize = 0.1.1

# Required by:
83
# slapos.toolbox==0.34.0
84
feedparser = 5.1.3
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
85 86 87

# Required by:
# hexagonit.recipe.cmmi==1.6
88
hexagonit.recipe.download = 1.6nxd002
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
89 90

# Required by:
91
# slapos.core==0.34
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
92 93 94
netifaces = 0.8

# Required by:
95
# slapos.toolbox==0.34.0
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
96 97 98
paramiko = 1.9.0

# Required by:
99
# slapos.toolbox==0.34.0
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
100 101
psutil = 0.6.1

102 103 104 105
# Required by:
# slapos.core==0.34
pyflakes = 0.5.0

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
106 107
# Required by:
# cns.recipe.symlink==0.2.3
108 109
# slapos.cookbook==0.71.1
# slapos.core==0.34
110
# slapos.libnetworkcache==0.13.3
111
# slapos.toolbox==0.34.0
112
# supervisor==3.0b1
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
113
# zc.buildout==1.6.0-dev-SlapOS-010
114
# zope.interface==4.0.3
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
115 116 117
setuptools = 0.6c12dev-r88846

# Required by:
118
# slapos.core==0.34
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
119 120 121
supervisor = 3.0b1

# Required by:
122 123 124 125 126 127
# slapos.core==0.34
unittest2 = 0.5.1

# Required by:
# slapos.core==0.34
zope.interface = 4.0.3