From 35930e14be6f3c0401df989709dd654275117c30 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 25 Feb 2020 22:22:36 +0000 Subject: [PATCH] Another tactic -> predicate replacement. --- Goalfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Goalfile b/Goalfile index 8022963..c63832f 100644 --- 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) -- 1.8.3.1