From: Kefu Chai Date: Sat, 28 May 2016 09:03:08 +0000 (+0800) Subject: cmake: install ceph-post-file X-Git-Tag: v11.0.0~358^2~9 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c192846c06950e37ad509ef56af640a6cec9a7d4;p=ceph-ci.git cmake: install ceph-post-file and related pubkey for sftp Signed-off-by: Kefu Chai --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c80c3c107d2..985dfd703a1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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