dotnet8.0/copr-build

14 lines
241 B
Plaintext
Raw Normal View History

2022-07-25 19:30:59 +00:00
#!/bin/bash
set -euo pipefail
set -x
fedpkg --release f36 srpm 2>&1 | tee fedpkg.output
srpm_name=$(grep 'Wrote: ' fedpkg.output | cut -d' ' -f 2)
ls -alh "${srpm_name}"
copr-cli --debug build @dotnet-sig/dotnet-preview "${srpm_name}"