From b5af06225d0fde28f3fa5ca90a02ad426b426435 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 7 Jan 2020 20:24:21 +0000 Subject: [PATCH] Fix fedpkg build so it uses --target option. --- Goalfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Goalfile b/Goalfile index 0898431..3ccf6bd 100644 --- a/Goalfile +++ b/Goalfile @@ -112,7 +112,7 @@ goal rebuild (pkg) = fi $fedpkg commit -c $fedpkg push - $fedpkg build + $fedpkg build --target %side-tag } # Get the source package names for a particular package. -- 1.8.3.1