Skip to content

Commit

Permalink
Merge pull request #40 from AdamWill/scratch-build-background
Browse files Browse the repository at this point in the history
Run Koji scratch builds with --background
  • Loading branch information
thrix authored Jun 17, 2024
2 parents a3eb9ec + 9b1e240 commit 6ecc543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scratch-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi

kinit -k -t ${KOJI_KEYTAB} ${KRB_PRINCIPAL}

koji -p ${profile} build --scratch --fail-fast --nowait ${target} ${source_url} > ${koji_log}
koji -p ${profile} build --scratch --background --fail-fast --nowait ${target} ${source_url} > ${koji_log}
cat ${koji_log}

cat ${koji_log} | grep '^Task info: ' | awk '{ print $3 }' > ${koji_url}
Expand Down

0 comments on commit 6ecc543

Please sign in to comment.