]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: install ceph-post-file
authorKefu Chai <kchai@redhat.com>
Sat, 28 May 2016 09:03:08 +0000 (17:03 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 1 Jun 2016 15:49:46 +0000 (23:49 +0800)
and related pubkey for sftp

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt

index c80c3c107d2d2924dbaceda3862217b9e9ace64e..985dfd703a11bf17d8d57f2b68dbb62d791a1c3f 100644 (file)
@@ -1042,16 +1042,25 @@ configure_file(${CMAKE_SOURCE_DIR}/src/ceph-crush-location.in
 configure_file(${CMAKE_SOURCE_DIR}/src/init-ceph.in
   ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/init-ceph @ONLY)
 
+configure_file(ceph-post-file.in
+  ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ceph-post-file @ONLY)
+
 install(PROGRAMS
   ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ceph
   ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ceph-debugpack
   ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ceph-coverage
+  ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ceph-post-file
   ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/init-ceph
   ${CMAKE_SOURCE_DIR}/src/ceph-run
   ${CMAKE_SOURCE_DIR}/src/ceph-rest-api
   ${CMAKE_SOURCE_DIR}/src/vstart.sh
   ${CMAKE_SOURCE_DIR}/src/ceph-clsinfo
   DESTINATION bin)
+install(FILES
+  ${CMAKE_SOURCE_DIR}/share/id_dsa_drop.ceph.com
+  ${CMAKE_SOURCE_DIR}/share/id_dsa_drop.ceph.com.pub
+  ${CMAKE_SOURCE_DIR}/share/known_hosts_drop.ceph.com
+  DESTINATION ${CMAKE_INSTALL_DATADIR}/ceph)
 
 install(FILES
   ${CMAKE_SOURCE_DIR}/doc/start/ceph.conf