]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: add a pythonic build.py for constructing the cephadm binary
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 16 Jun 2022 19:26:00 +0000 (15:26 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 13 Sep 2022 16:17:20 +0000 (12:17 -0400)
commit6ba6981148188572209cd950188a8da0e75ea766
tree3c850db79bf9106710779945e2bd86019321896a
parent95ead7401fea97b0bb3033c6ad88ee0f2e31f3e2
cephadm: add a pythonic build.py for constructing the cephadm binary

As discussed in a ceph orch meeting, the build.sh script was deemed
"unpythonic". This script is a first attempt to do it more pythonic
with fewer explicit version checks.

This change minimizes the existing build.sh to simply call build.py.
We can completely eliminate build.sh at a later time if desired.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/build.py [new file with mode: 0755]
src/cephadm/build.sh