dotnet8.0/copr-build
Omair Majid 6b729e9eb3 Initial import
Imported from dotnet-sig/dotnet8.0 commit ecce7a2b28:

ecce7a2b28

Resolves: RHBZ#2224124
2023-08-17 16:14:55 -04:00

14 lines
241 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
set -x
fedpkg --release f37 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}"