From 3b8d3c66eab1a5fbb11204fcbc1dc14f495da230 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Tue, 12 Mar 2024 15:34:16 -0700 Subject: [PATCH] Remove echo on koji tag/untag Signed-off-by: William Douglas --- Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.common b/Makefile.common index 21a9ff4..b5feb3d 100644 --- a/Makefile.common +++ b/Makefile.common @@ -394,12 +394,12 @@ koji-waitrepo: kojidef .PHONY: koji-tag #help koji-tag: runs koji tag-pkg on what's in the current specfile's nvr koji-tag: - koji tag-pkg dist-clear echo $(SRPMVERS) + koji tag-pkg dist-clear $(SRPMVERS) .PHONY: koji-untag #help koji-untag: runs koji untag-pkg on what's in the current specfile's nvr koji-untag: - koji untag-pkg dist-clear echo $(SRPMVERS) + koji untag-pkg dist-clear $(SRPMVERS) update-versions: