dotnet8.0/copr-build
Omair Majid 8236fc47ee Update to upstream commit fd587269
This updates to a pre-RC1 build of .NET 7.
2022-08-16 12:42:01 -04:00

14 lines
241 B
Bash
Executable File

#!/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}"