Author: laxathom
Update of /cvs/free/common
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23737
Modified Files:
Makefile.common
Log Message:
Update BuildsysClient Usage link
Index: Makefile.common
===================================================================
RCS file: /cvs/free/common/Makefile.common,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile.common 4 Jun 2009 20:15:05 -0000 1.12
+++ Makefile.common 21 Mar 2010 01:36:40 -0000 1.13
@@ -406,11 +406,11 @@
if [ $$ret -ne 0 ]; then echo "$(SPECFILE) not tagged with tag $(TAG)"; exit
1; fi
plague: build-check $(COMMON_DIR)/branches
- @if [ ! -x "$(PLAGUE_CLIENT)" ]; then echo "Must have plague-client
installed - see
http://rpmfusion.org/wiki/Extras/BuildSystemClientSetup"; exit 1; fi
+ @if [ ! -x "$(PLAGUE_CLIENT)" ]; then echo "Must have plague-client
installed - see
http://rpmfusion.org/Buildsystem/PlagueUsage"; exit 1; fi
PLAGUE_CLIENT_CONFIG=$(HOME)/.plague-client-rpmfusion.cfg $(PLAGUE_CLIENT) build $(NAME)
$(TAG) $(TARGET)
koji: build-check $(COMMON_DIR)/branches
- @if [ ! -x "$(BUILD_CLIENT)" ]; then echo "Must have koji installed - see
http://rpmfusion.org/wiki/BuildSystemClientSetup"; exit 1; fi
+ @if [ ! -x "$(BUILD_CLIENT)" ]; then echo "Must have koji installed - see
http://rpmfusion.org/Buildsystem/PlagueUsage"; exit 1; fi
@$(BUILD_CLIENT) $(SECONDARY_CONFIG) build $(BUILD_FLAGS) $(TARGET)
'$(CVS_URL)'
#ifneq (, $(filter devel F-7 OLPC-2, $(BRANCH)))