constellation/tools/dnf-tree
2023-01-31 17:55:09 +01:00

11 lines
346 B
Bash
Executable File

#!/bin/sh
bazel run --config linux_amd64_static //:bazeldnf -- fetch \
--repofile rpm/repo.yaml
bazel run --config linux_amd64_static //:bazeldnf -- rpmtree \
--workspace rpm/rpms.bzl \
--buildfile rpm/BUILD.bazel \
--repofile rpm/repo.yaml \
--name cryptsetup-devel \
cryptsetup-devel
bazel run --config linux_amd64_static //rpm:ldd