From 2275b28e04d7d76125c11690dd508cdba44d0566 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Thu, 4 Apr 2024 17:47:57 -0400 Subject: [PATCH] build --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index d79b5d8..cca84c4 100644 --- a/Makefile.common +++ b/Makefile.common @@ -430,7 +430,7 @@ plague: build-checkcvs $(COMMON_DIR)/branches koji: build-check $(COMMON_DIR)/branches @if [ ! -x "$(BUILD_CLIENT)" ]; then echo "Must have koji installed - see http://fedoraproject.org/wiki/BuildSystemClientSetup"; exit 1; fi - $(info $(BUILD_CLIENT) $(SECONDARY_CONFIG) build $(BUILD_FLAGS) dist-$(TARGET)-$(KOJI_BUILD) '$(GIT_URL)') + $(BUILD_CLIENT) $(SECONDARY_CONFIG) build --nowait $(BUILD_FLAGS) $(TARGET)-$(KOJI_BUILD) '$(GIT_URL)' kojicvs: build-check $(COMMON_DIR)/branches @if [ ! -x "$(BUILD_CLIENT)" ]; then echo "Must have koji installed - see http://fedoraproject.org/wiki/BuildSystemClientSetup"; exit 1; fi