dotnet8.0/copr-build
2020-08-10 11:10:29 -04:00

12 lines
209 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
set -x
fedpkg --release f32 srpm 2>&1 | tee fedpkg.output
srpm_name=$(grep 'Wrote: ' fedpkg.output | cut -d' ' -f 2)
copr-cli build @dotnet-sig/dotnet-preview "${srpm_name}"