]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephfs-shell: move source to separate subdirectory 47400/head
authorTim Serong <tserong@suse.com>
Thu, 21 Jul 2022 05:55:19 +0000 (15:55 +1000)
committerTim Serong <tserong@suse.com>
Tue, 2 Aug 2022 06:51:43 +0000 (16:51 +1000)
commit310d2f69a1c804be9130b2b296ec645940f0ce7e
treedf5f61598b925ebbea5b1d0fea0598922aa9f1fc
parent00a7fac10eaf26ba4ce0360e2f21768eb21b4a2b
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]