]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cpatch: compile the cephadm binary
authorMichael Fritch <mfritch@suse.com>
Thu, 18 Nov 2021 23:39:32 +0000 (16:39 -0700)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 13 Sep 2022 16:17:20 +0000 (12:17 -0400)
Signed-off-by: Michael Fritch <mfritch@suse.com>
src/script/cpatch

index 16f026fffd115ecd42fcbff2bc3fd4b4803981ec..e63b765b71e90068db716896717b1d63a58e3fac 100755 (executable)
@@ -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