common Makefile.common,1.77,1.78

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Wed Oct 3 15:52:44 UTC 2007


Author: jkeating

Update of /cvs/pkgs/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7073

Modified Files:
	Makefile.common 
Log Message:
Use koji for F-8 and F-9 "branches"



Index: Makefile.common
===================================================================
RCS file: /cvs/pkgs/common/Makefile.common,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- Makefile.common	3 Oct 2007 14:49:49 -0000	1.77
+++ Makefile.common	3 Oct 2007 15:52:14 -0000	1.78
@@ -418,7 +418,7 @@
 	@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) $(TARGET) '$(CVS_URL)'
 
-ifneq (, $(filter devel F-7 OLPC-2, $(BRANCH)))
+ifneq (, $(filter devel F-9 F-8 F-7 OLPC-2, $(BRANCH)))
 build: koji
 else
 build: plague




More information about the fedora-extras-commits mailing list