From af781677002bfb2dd3422a74d549860a1ce688e1 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: May 18 2009 17:02:51 +0000 Subject: force build to dist-f12-maven --- diff --git a/Makefile b/Makefile index eabdf13..8578168 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Makefile for source rpm: plexus-classworlds -# $Id$ +# $Id: Makefile,v 1.1 2009/05/18 04:23:41 kevin Exp $ NAME := plexus-classworlds SPECFILE = $(firstword $(wildcard *.spec)) @@ -19,3 +19,6 @@ MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) +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 + $(BUILD_CLIENT) $(SECONDARY_CONFIG) build $(BUILD_FLAGS) dist-f12-maven '$(CVS_URL)'