[buildout] extends = ../../component/git/buildout.cfg ../../component/lxml-python/buildout.cfg ../../component/libxml2/buildout.cfg ../../component/libxslt/buildout.cfg ../../component/python-2.7/buildout.cfg ../../component/python-setuptools/buildout.cfg ../../component/zlib/buildout.cfg ../../stack/slapos.cfg parts = slapos.cookbook-repository slapos.core-repository slapos.recipe.template-repository slapos.recipe.build-repository eggs template [eggs] recipe = zc.recipe.egg eggs = ${lxml-python:egg} erp5.util slapos.cookbook collective.recipe.template plone.recipe.command entry-points = runTestSuite=erp5.util.testsuite:runTestSuite scripts = runTestSuite [slapos.cookbook-repository] recipe = slapos.recipe.build:gitclone git-executable = ${git:location}/bin/git forbid-download-cache = true repository = http://git.erp5.org/repos/slapos.git branch = master [slapos.core-repository] recipe = slapos.recipe.build:gitclone git-executable = ${git:location}/bin/git forbid-download-cache = true repository = http://git.erp5.org/repos/slapos.core.git branch = master [slapos.recipe.template-repository] recipe = slapos.recipe.build:gitclone git-executable = ${git:location}/bin/git forbid-download-cache = true repository = http://git.erp5.org/repos/slapos.recipe.template.git branch = master [slapos.recipe.build-repository] recipe = slapos.recipe.build:gitclone git-executable = ${git:location}/bin/git forbid-download-cache = true repository = http://git.erp5.org/repos/slapos.recipe.build.git branch = master [template] recipe = slapos.recipe.template url = ${:_profile_base_location_}/instance.cfg md5sum = 1330c8ccd1dab485aadba5e688d2b2e1 output = ${buildout:directory}/template.cfg mode = 640 [networkcache] # signature certificates of the following uploaders. # Cedric de Saint Martin # Test Agent 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----- -----BEGIN CERTIFICATE----- MIIB9jCCAV+gAwIBAgIJAKRvzcy7OH0UMA0GCSqGSIb3DQEBBQUAMBMxETAPBgNV BAMMCENPTVAtNzcyMCAXDTEyMDgxMDE1NDI1MVoYDzIxMTIwNzE3MTU0MjUxWjAT MREwDwYDVQQDDAhDT01QLTc3MjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA o7aipd6MbnuGDeR1UJUjuMLQUariAyQ2l2ZDS6TfOwjHiPw/mhzkielgk73kqN7A sUREx41eTcYCXzTq3WP3xCLE4LxLg1eIhd4nwNHj8H18xR9aP0AGjo4UFl5BOMa1 mwoyBt3VtfGtUmb8whpeJgHhqrPPxLoON+i6fIbXDaUCAwEAAaNQME4wHQYDVR0O BBYEFEfjy3OopT2lOksKmKBNHTJE2hFlMB8GA1UdIwQYMBaAFEfjy3OopT2lOksK mKBNHTJE2hFlMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAaNRx6YN2 M/p3R8/xS6zvH1EqJ3FFD7XeAQ52WuQnKSREzuw0dsw12ClxjcHiQEFioyTiTtjs 5pW18Ry5Ie7iFK4cQMerZwWPxBodEbAteYlRsI6kePV7Gf735Y1RpuN8qZ2sYL6e x2IMeSwJ82BpdEI5niXxB+iT0HxhmR+XaMI= -----END CERTIFICATE----- [versions] setuptools = 1.4.2 Jinja2 = 2.7.1 MarkupSafe = 0.18 Pygments = 1.6 Werkzeug = 0.9.4 buildout-versions = 1.7 cmd2 = 0.6.7 collective.recipe.template = 1.10 itsdangerous = 0.23 lxml = 3.3.0beta3 meld3 = 0.6.10 plone.recipe.command = 1.1 psutil = 1.2.1 pyparsing = 2.0.1 slapos.cookbook = 0.85 slapos.recipe.build = 0.12 slapos.recipe.cmmi = 0.2 slapos.recipe.template = 2.5 # Required by: # slapos.core==1.0.0 Flask = 0.10.1 # Required by: # slapos.core==1.0.0 bpython = 0.12 # Required by: # slapos.core==1.0.0 cliff = 1.5.2 erp5.util = 0.4.36 # Required by: # slapos.cookbook==0.85 inotifyx = 0.2.0-1 # Required by: # slapos.core==1.0.0 ipython = 1.1.0 # Required by: # slapos.cookbook==0.85 lock-file = 2.0 # Required by: # slapos.cookbook==0.85 netaddr = 0.7.10 # Required by: # slapos.core==1.0.0 netifaces = 0.8-1 # Required by: # slapos.cookbook==0.85 pytz = 2013.9 # Required by: # slapos.core==1.0.0 requests = 2.1.0 # Required by: # cliff==1.5.2 six = 1.5.2 # Required by: # slapos.cookbook==0.85 slapos.core = 1.0.0 # Required by: # cliff==1.5.2 stevedore = 0.13 # Required by: # slapos.core==1.0.0 supervisor = 3.0 # Required by: # slapos.cookbook==0.85 xml-marshaller = 0.9.7 # Required by: # slapos.core==1.0.0 zope.interface = 4.0.5