Remove obsolete/unused recipes
... | @@ -72,7 +72,6 @@ setup(name=name, | ... | @@ -72,7 +72,6 @@ setup(name=name, |
'zc.buildout': [ | 'zc.buildout': [ | ||
'addresiliency = slapos.recipe.addresiliency:Recipe', | 'addresiliency = slapos.recipe.addresiliency:Recipe', | ||
'accords = slapos.recipe.accords:Recipe', | 'accords = slapos.recipe.accords:Recipe', | ||
'apache.zope.backend = slapos.recipe.apache_zope_backend:Recipe', | |||
'apacheperl = slapos.recipe.apacheperl:Recipe', | 'apacheperl = slapos.recipe.apacheperl:Recipe', | ||
'apachephp = slapos.recipe.apachephp:Recipe', | 'apachephp = slapos.recipe.apachephp:Recipe', | ||
'apachephpconfigure = slapos.recipe.apachephpconfigure:Recipe', | 'apachephpconfigure = slapos.recipe.apachephpconfigure:Recipe', | ||
... | @@ -118,8 +117,6 @@ setup(name=name, | ... | @@ -118,8 +117,6 @@ setup(name=name, |
'generic.mysql.wrap_update_mysql = slapos.recipe.generic_mysql:WrapUpdateMySQL', | 'generic.mysql.wrap_update_mysql = slapos.recipe.generic_mysql:WrapUpdateMySQL', | ||
'generic.mysql.wrap_mysqld = slapos.recipe.generic_mysql:WrapMySQLd', | 'generic.mysql.wrap_mysqld = slapos.recipe.generic_mysql:WrapMySQLd', | ||
'generic.varnish = slapos.recipe.generic_varnish:Recipe', | 'generic.varnish = slapos.recipe.generic_varnish:Recipe', | ||
'generic.zope = slapos.recipe.generic_zope:Recipe', | |||
'generic.zope.zeo.client = slapos.recipe.generic_zope_zeo_client:Recipe', | |||
|
|||
'gitinit = slapos.recipe.gitinit:Recipe', | 'gitinit = slapos.recipe.gitinit:Recipe', | ||
'haproxy = slapos.recipe.haproxy:Recipe', | 'haproxy = slapos.recipe.haproxy:Recipe', | ||
'ipv4toipv6 = slapos.recipe.6tunnel:FourToSix', | 'ipv4toipv6 = slapos.recipe.6tunnel:FourToSix', | ||
... | @@ -196,7 +193,6 @@ setup(name=name, | ... | @@ -196,7 +193,6 @@ setup(name=name, |
'urlparse = slapos.recipe._urlparse:Recipe', | 'urlparse = slapos.recipe._urlparse:Recipe', | ||
'uuid = slapos.recipe._uuid:Recipe', | 'uuid = slapos.recipe._uuid:Recipe', | ||
'userinfo = slapos.recipe.userinfo:Recipe', | 'userinfo = slapos.recipe.userinfo:Recipe', | ||
'waitfor = slapos.recipe.waitfor:Recipe', | |||
'webchecker = slapos.recipe.web_checker:Recipe', | 'webchecker = slapos.recipe.web_checker:Recipe', | ||
'wrapper = slapos.recipe.wrapper:Recipe', | 'wrapper = slapos.recipe.wrapper:Recipe', | ||
'xvfb = slapos.recipe.xvfb:Recipe', | 'xvfb = slapos.recipe.xvfb:Recipe', | ||
... | ... |