Commit 9e39d51a authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

software/erp5testnode: cleanup (remove unused zip)

parent 8c61ae6d
...@@ -27,7 +27,6 @@ keep_log_days = %(keep_log_days)s ...@@ -27,7 +27,6 @@ keep_log_days = %(keep_log_days)s
# Binaries # Binaries
git_binary = %(git_binary)s git_binary = %(git_binary)s
slapos_binary = %(slapos_binary)s slapos_binary = %(slapos_binary)s
zip_binary = %(zip_binary)s
[environment] [environment]
PATH = %(PATH)s PATH = %(PATH)s
......
...@@ -63,7 +63,6 @@ class UserInfoTest(unittest.TestCase): ...@@ -63,7 +63,6 @@ class UserInfoTest(unittest.TestCase):
'testnode': '/bin/testnode', 'testnode': '/bin/testnode',
'working-directory': 'srv/testnode', 'working-directory': 'srv/testnode',
'wrapper': 'bin/erp5testnode-service', 'wrapper': 'bin/erp5testnode-service',
'zip-binary': '/bin/zip',
} }
# values for test # values for test
......
...@@ -18,4 +18,4 @@ md5sum = 06b0acece285ecbc0e746fa267a374b6 ...@@ -18,4 +18,4 @@ md5sum = 06b0acece285ecbc0e746fa267a374b6
[template-default] [template-default]
filename = instance-default.cfg.jinja.in filename = instance-default.cfg.jinja.in
md5sum = bf95d5f4ac107ad27a0c980633ad20be md5sum = 947778203e4b2c175a25d01a2c36647c
...@@ -65,7 +65,6 @@ keep-log-days = {{ slapparameter_dict['keep-log-days'] }} ...@@ -65,7 +65,6 @@ keep-log-days = {{ slapparameter_dict['keep-log-days'] }}
git-binary = ${git:location}/bin/git git-binary = ${git:location}/bin/git
slapos-binary = ${buildout:bin-directory}/slapos slapos-binary = ${buildout:bin-directory}/slapos
testnode = ${buildout:bin-directory}/testnode testnode = ${buildout:bin-directory}/testnode
zip-binary = ${zip:location}/bin/zip
httpd-pid-file = $${basedirectory:run}/httpd.pid httpd-pid-file = $${basedirectory:run}/httpd.pid
httpd-lock-file = $${basedirectory:run}/httpd.lock httpd-lock-file = $${basedirectory:run}/httpd.lock
httpd-conf-file = $${rootdirectory:etc}/httpd.conf httpd-conf-file = $${rootdirectory:etc}/httpd.conf
......
...@@ -5,7 +5,6 @@ extends = ...@@ -5,7 +5,6 @@ extends =
../../stack/haproxy/default-backend.cfg ../../stack/haproxy/default-backend.cfg
../../component/git/buildout.cfg ../../component/git/buildout.cfg
../../component/lxml-python/buildout.cfg ../../component/lxml-python/buildout.cfg
../../component/zip/buildout.cfg
../../component/bash/buildout.cfg ../../component/bash/buildout.cfg
../../component/coreutils/buildout.cfg ../../component/coreutils/buildout.cfg
../../component/shellinabox/buildout.cfg ../../component/shellinabox/buildout.cfg
...@@ -18,7 +17,6 @@ parts = ...@@ -18,7 +17,6 @@ parts =
slapos-cookbook slapos-cookbook
template template
eggs eggs
zip
git git
apache apache
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment