mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-25 14:40:45 -04:00
7 lines
128 B
Bash
Executable file
7 lines
128 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
rm -f rpm/repo.yaml
|
|
bazel run //:bazeldnf -- init \
|
|
--fc 37 \
|
|
--arch x86_64 \
|
|
--output rpm/repo.yaml
|