mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
All of our python scripts are there and they are all installed automatically into /usr/lib/scylla. By keeping scylla-housekeeping separately we are just complicating our build process. This would be just a minor annoyance but this broke the new relocatable process for python3 that I am trying to put together because I forgot to add the new location as a source for the scripts. Therefore, I propose we start being more diligent with this and keeping all scripts together for the future. Signed-off-by: Glauber Costa <glauber@scylladb.com> Message-Id: <20190123191732.32126-2-glauber@scylladb.com>