Aloas,

the attached patch changes the URL in Makefile.common for Koji client setup 
from
http://fedoraproject.org/wiki/BuildSystemClientSetup
to
http://fedoraproject.org/wiki/PackageMaintainers/BuildSystemClientSetup

The first URL is a redirection to the second one.

If this is not the correct place to post a patch, please give me a pointer. I 
will write then a patch to Makefile.common to include a comment with the 
correct place/URL/procedure to submit patches.

Regards,
Till
Index: Makefile.common
===================================================================
RCS file: /cvs/pkgs/common/Makefile.common,v
retrieving revision 1.69
diff -u -r1.69 Makefile.common
--- Makefile.common	5 Jul 2007 13:39:55 -0000	1.69
+++ Makefile.common	11 Jul 2007 13:38:35 -0000
@@ -396,7 +396,7 @@
 	$(PLAGUE_CLIENT) build $(NAME) $(TAG) $(TARGET)
 
 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
+	@if [ ! -x "$(BUILD_CLIENT)" ]; then echo "Must have koji installed - see http://fedoraproject.org/wiki/PackageMaintainers/BuildSystemClientSetup";; exit 1; fi
 	@$(BUILD_CLIENT) build $(BUILD_FLAGS) $(TARGET) '$(CVS_URL)'
 
 ifneq (, $(filter devel F-7 OLPC-2, $(BRANCH)))
--
Fedora-buildsys-list mailing list
Fedora-buildsys-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-buildsys-list

Reply via email to