From: Patrick Donnelly Date: Thu, 18 May 2023 13:20:57 +0000 (-0400) Subject: setup.cfg: install binary helpers X-Git-Tag: 1.2.0~102^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8cdb1f5b679bb2c3dfa7171bc2e3186aa7f0a6ad;p=teuthology.git setup.cfg: install binary helpers These are used by vstart_runner.py for local dev operations. Install them so they are available in the virtualenv bin directory. Signed-off-by: Patrick Donnelly --- diff --git a/setup.cfg b/setup.cfg index 4b5b2314c..2f21662b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,6 +59,9 @@ install_requires = sentry-sdk prometheus_client>=0.16.0 python_requires = >=3.6 +scripts = + teuthology/task/install/bin/adjust-ulimits + teuthology/task/install/bin/daemon-helper [options.entry_points] console_scripts =