]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephfs-shell: move source to separate subdirectory 47202/head
authorTim Serong <tserong@suse.com>
Thu, 21 Jul 2022 05:55:19 +0000 (15:55 +1000)
committerTim Serong <tserong@suse.com>
Thu, 21 Jul 2022 07:57:29 +0000 (17:57 +1000)
commitdc69033763cc116c6ccdf1f97149a74248691042
tree74b336f8064e8db050ead2ba5ef36f9df6d31409
parent103fe44f3ccc40e2a16132dc19ec375f4861c90d
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>
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]