mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-26 07:59:37 -05:00
8 lines
128 B
Bash
Executable File
8 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
|