Another tactic -> predicate replacement.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 25 Feb 2020 22:22:36 +0000 (22:22 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 25 Feb 2020 22:22:36 +0000 (22:22 +0000)
Goalfile

index 8022963..c63832f 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -57,4 +57,4 @@ pure function get-source-packages () returning strings = {
 let fedora-source-packages = get-source-packages ()
 
 # Main goal: Rebuild all packages in Koji.
-goal all = : wrap ("*koji-built", fedora-source-packages)
+goal all = : wrap ("is-koji-built", fedora-source-packages)