common Makefile.common,1.55,1.56

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Fri May 18 16:23:58 UTC 2007


Author: katzj

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

Modified Files:
	Makefile.common 
Log Message:
make make build work with f-7 going to koji and not plague


Index: Makefile.common
===================================================================
RCS file: /cvs/pkgs/common/Makefile.common,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- Makefile.common	16 May 2007 20:31:02 -0000	1.55
+++ Makefile.common	18 May 2007 16:23:58 -0000	1.56
@@ -384,7 +384,7 @@
 	@if [ ! -x "$(BUILD_CLIENT)" ]; then echo "Must have koji installed - see http://fedoraproject.org/wiki/BuildSystemClientSetup"; exit 1; fi
 	@$(BUILD_CLIENT) build $(BUILD_FLAGS) $(TARGET) 'cvs://cvs.fedoraproject.org/cvs/pkgs?$(CVS_REPOSITORY)#$(TAG)'
 
-ifeq ($(BRANCH),devel)
+ifneq (, $(filter devel F-7, $(BRANCH)))
 build: koji
 else
 build: plague




More information about the fedora-extras-commits mailing list