]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephfs-shell: move source to separate subdirectory 47401/head
authorTim Serong <tserong@suse.com>
Thu, 21 Jul 2022 05:55:19 +0000 (15:55 +1000)
committerTim Serong <tserong@suse.com>
Tue, 6 Sep 2022 01:40:48 +0000 (11:40 +1000)
commitb2c59f987bc04b01b5d0c3ae8ed8f1c387e02a22
treea6f6970fa18270766f607c9b2f595bb4267437fa
parent893be02d83e3fc3e103ba9e697dffef511e31045
cephfs-shell: move source to separate subdirectory

This ensures the package discovery done by python setuptools >= 61
doesn't get confused when building cephfs-shell and cephfs-top.
This commit moves cephfs-shell to a separate "shell" subdirectory,
which is the same approach we've already got with the cephfs-top
tool being in a separate "top" subdirectory.

Fixes: https://tracker.ceph.com/issues/56658
Signed-off-by: Tim Serong <tserong@suse.com>
(cherry picked from commit dc69033763cc116c6ccdf1f97149a74248691042)
src/tools/cephfs/CMakeLists.txt
src/tools/cephfs/cephfs-shell [deleted file]
src/tools/cephfs/setup.py [deleted file]
src/tools/cephfs/shell/CMakeLists.txt [new file with mode: 0644]
src/tools/cephfs/shell/cephfs-shell [new file with mode: 0755]
src/tools/cephfs/shell/setup.py [new file with mode: 0644]
src/tools/cephfs/shell/tox.ini [new file with mode: 0644]
src/tools/cephfs/tox.ini [deleted file]