mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04: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
|