]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
ceph-daemon: Move ceph-daemon executable to own directory
authorThomas Bechtold <tbechtold@suse.com>
Thu, 7 Nov 2019 15:41:23 +0000 (16:41 +0100)
committerThomas Bechtold <tbechtold@suse.com>
Fri, 8 Nov 2019 16:05:57 +0000 (17:05 +0100)
commit4258c4772a7158e7fa8921e17320e495f7aba74e
tree13e1b2e16e37ffb59dab5aa0caef6ed8a364c91b
parent457b9560a30baf1e82c12db76889a7bd6b8d7a8e
ceph-daemon: Move ceph-daemon executable to own directory

Moving ceph-daemon into src/ceph-daemon/ makes it simpler to add extra
code (eg. tox.ini, README, unittests, ...) specific to ceph-daemon.
That way related files are in a single directory.

Signed-off-by: Thomas Bechtold <tbechtold@suse.com>
ceph.spec.in
debian/rules
doc/bootstrap.rst
qa/standalone/test_ceph_daemon.sh
src/ceph-daemon [deleted file]
src/ceph-daemon/ceph-daemon [new file with mode: 0755]
src/vstart.sh
test_ceph_daemon.sh