]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
setup_chacractl.sh: Use setup_uv.sh
authorZack Cerza <zack@cerza.org>
Wed, 4 Feb 2026 21:52:31 +0000 (14:52 -0700)
committerZack Cerza <zack@cerza.org>
Wed, 4 Feb 2026 21:52:31 +0000 (14:52 -0700)
Signed-off-by: Zack Cerza <zack@cerza.org>
scripts/setup_chacractl.sh

index 25347efb06b2775e812d67ca8d72c0031156cd04..04f03155cd48489595fe53728c23b872beddce8b 100755 (executable)
@@ -1,11 +1,6 @@
 #!/bin/bash -ex
 # vim: ts=4 sw=4 expandtab
-command -v pipx || (
-  command -v apt && sudo apt install -y pipx
-  command -v dnf && sudo dnf install -y pipx
-)
-pipx ensurepath
-pipx install uv
+"$WORKSPACE/scripts/setup_uv.sh"
 ~/.local/bin/uv tool install chacractl
 
 if [ -z "$chacra_url" ]; then