mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-20 05:51:46 -04:00
introduce version.txt (#1412)
This commit is contained in:
parent
bdff0d1d08
commit
fe767ba78e
15 changed files with 53 additions and 161 deletions
19
tools/dnf-tree.sh
Executable file
19
tools/dnf-tree.sh
Executable file
|
@ -0,0 +1,19 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
bazel run //:bazeldnf -- fetch \
|
||||
--repofile rpm/repo.yaml
|
||||
bazel run //:bazeldnf -- rpmtree \
|
||||
--workspace rpm/rpms.bzl \
|
||||
--buildfile rpm/BUILD.bazel \
|
||||
--repofile rpm/repo.yaml \
|
||||
--name cryptsetup-devel \
|
||||
cryptsetup-devel
|
||||
bazel run //:bazeldnf -- rpmtree \
|
||||
--workspace rpm/rpms.bzl \
|
||||
--buildfile rpm/BUILD.bazel \
|
||||
--repofile rpm/repo.yaml \
|
||||
--name libvirt-devel \
|
||||
libvirt-devel
|
||||
bazel run //rpm:ldd-cryptsetup
|
||||
bazel run //rpm:ldd-libvirt
|
||||
bazel run //rpm:ldd-glibc
|
Loading…
Add table
Add a link
Reference in a new issue