Skip to content

Commit

Permalink
fix(cephadm)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Dec 3, 2024
1 parent 323c03f commit dd0c91d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions projects/ceph.com/cephadm/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ display-name: cephadm
versions:
github: ceph/ceph/tags

dependencies:
pkgx.sh: ^1

build:
dependencies:
python.org: ^3
Expand All @@ -24,9 +21,9 @@ build:
- --set-version-var CEPH_RELEASE_NAME="$(sed -n '2p' ./src/ceph_release)"
- --set-version-var CEPH_RELEASE_TYPE="$(sed -n '3p' ./src/ceph_release)"
script:
- bkpyvenv stage {{prefix}} {{version}}
- ./src/cephadm/build.sh ${BUILD_FLAGS} {{prefix}}/venv/bin/cephadm
- bkpyvenv seal {{prefix}} cephadm
- mkdir -p {{prefix}}/bin
- run: ./build.py $BUILD_FLAGS {{prefix}}/bin/cephadm
working-directory: src/cephadm

provides:
- bin/cephadm
Expand Down

0 comments on commit dd0c91d

Please sign in to comment.