From cf6fb19e5c15117dabead039180a9485cc3aa286 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 7 Jan 2020 20:24:44 +0000 Subject: [PATCH] Fix koji wait-repo so it adds --build option. --- Goalfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Goalfile b/Goalfile index 3ccf6bd..78a00cf 100644 --- a/Goalfile +++ b/Goalfile @@ -100,7 +100,7 @@ goal rebuild (pkg) = # before we can start the new build. for p in %<; do nvr=$($koji --quiet latest-build %side-tag $p | awk '{print $1}') - $koji wait-repo %side-tag $nvr + $koji wait-repo %side-tag --build=$nvr done # If the specfile doesn't have the magic string then add -- 1.8.3.1