From: Michael Fritch Date: Thu, 18 Nov 2021 23:39:32 +0000 (-0700) Subject: cpatch: compile the cephadm binary X-Git-Tag: v18.0.0~7^2~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cc6d823e7a968c7a21b65d893785300c5ed58072;p=ceph.git cpatch: compile the cephadm binary Signed-off-by: Michael Fritch --- diff --git a/src/script/cpatch b/src/script/cpatch index 16f026fffd1..e63b765b71e 100755 --- a/src/script/cpatch +++ b/src/script/cpatch @@ -146,7 +146,7 @@ if [ $py -eq 1 ] || [ $all -eq 1 ]; then # cephadm pushd ../src/cephadm > /dev/null - cp cephadm $TMP/cephadm + build.sh $TMP/cephadm dockerfile+=$'ADD cephadm /usr/sbin/cephadm\n' popd > /dev/null fi