From 8f00fef18f4a37b51ba453fe782b45e49570a743 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 13 Oct 2025 13:31:28 +0100 Subject: [PATCH] Add a rule that checks all packages are cloned properly --- Goalfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Goalfile b/Goalfile index ad820ec..ad008c1 100644 --- a/Goalfile +++ b/Goalfile @@ -57,3 +57,7 @@ let fedora-source-packages = get-source-packages () # Main goal: Rebuild all packages in Koji. goal all = : wrap ("is-koji-built", fedora-source-packages) + +# Check that all packages are checked out locally. +goal check-all-checkout = : wrap ("is-ignored", fedora-source-packages) +{ echo OK } -- 1.8.3.1