git.annexia.org
/
fedora-ocaml-rebuild.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b5ce5b
)
Fix koji wait-repo command.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 7 Jan 2020 13:51:18 +0000
(13:51 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 7 Jan 2020 13:51:18 +0000
(13:51 +0000)
Goalfile
patch
|
blob
|
history
diff --git
a/Goalfile
b/Goalfile
index
0d94149
..
0898431
100644
(file)
--- a/
Goalfile
+++ b/
Goalfile
@@
-98,8
+98,9
@@
goal rebuild (pkg) =
# We have to wait for the dependencies to become available
# before we can start the new build.
- for p in $($koji latest-build %< | awk '{print $1}'); do
- $koji --quiet wait-repo side-tag
+ for p in %<; do
+ nvr=$($koji --quiet latest-build %side-tag $p | awk '{print $1}')
+ $koji wait-repo %side-tag $nvr
done
# If the specfile doesn't have the magic string then add