dotnet8.0/copr-build
2021-11-30 08:40:18 -05:00

12 lines
209 B
Bash
Executable File

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