From 503746131c4610073e7faf6f27c54980916f5950 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 2 Sep 2022 09:53:06 -0400 Subject: [PATCH] Add selfcheck to packaging --- .../bin/{confuent_selfcheck => confluent_selfcheck} | 0 confluent_server/setup.py.tmpl | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename confluent_server/bin/{confuent_selfcheck => confluent_selfcheck} (100%) mode change 100644 => 100755 diff --git a/confluent_server/bin/confuent_selfcheck b/confluent_server/bin/confluent_selfcheck old mode 100644 new mode 100755 similarity index 100% rename from confluent_server/bin/confuent_selfcheck rename to confluent_server/bin/confluent_selfcheck diff --git a/confluent_server/setup.py.tmpl b/confluent_server/setup.py.tmpl index c0dbe674..b13a7b8e 100644 --- a/confluent_server/setup.py.tmpl +++ b/confluent_server/setup.py.tmpl @@ -22,7 +22,7 @@ setup( install_requires=['paramiko', 'pycrypto>=2.6', 'confluent_client>=0.1.0', 'eventlet', 'dnspython', 'netifaces', 'pysnmp', 'pyparsing', 'pyghmi>=1.0.44'], - scripts=['bin/confluent', 'bin/confluentdbutil', 'bin/collective', 'bin/osdeploy'], + scripts=['bin/confluent', 'bin/confluent_selfcheck', 'bin/confluentdbutil', 'bin/collective', 'bin/osdeploy'], data_files=[('/etc/init.d', ['sysvinit/confluent']), ('/usr/lib/sysctl.d', ['sysctl/confluent.conf']), ('/opt/confluent/share/licenses/confluent_server', ['LICENSE']),