We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a96f315 + 1a93212 commit 1029162Copy full SHA for 1029162
.copr/Makefile
@@ -1,8 +1,8 @@
1
srpm:
2
dnf -y install dnf-utils git
3
- dnf -y builddep bootc
4
# similar to https://github.com/actions/checkout/issues/760, but for COPR
5
git config --global --add safe.directory '*'
+ dnf -y builddep ./contrib/packaging/bootc.spec
6
cargo install cargo-vendor-filterer
7
cargo xtask package-srpm
8
mv target/*.src.rpm $$outdir
0 commit comments