common Makefile.common,1.96,1.97

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Thu Apr 24 20:05:01 UTC 2008


Author: notting

Update of /cvs/extras/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7794

Modified Files:
	Makefile.common 
Log Message:
fix admin URL (<walters at redhat.com>)



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- Makefile.common	24 Apr 2008 19:57:10 -0000	1.96
+++ Makefile.common	24 Apr 2008 20:04:31 -0000	1.97
@@ -241,7 +241,7 @@
 
 OPENSSL=$(shell which openssl 2>/dev/null)
 define check-cert
-	@if ! test -f $(HOME)/.fedora.cert ; then echo "ERROR: You need to download your Fedora client certificate" >&2 ; echo "       from https://admin.fedora.redhat.com/accounts/" >&2; exit 1 ; fi
+	@if ! test -f $(HOME)/.fedora.cert ; then echo "ERROR: You need to download your Fedora client certificate" >&2 ; echo "       from https://admin.fedoraproject.org/accounts/" >&2; exit 1 ; fi
 	@if [ -x ${OPENSSL} ]; then \
 	    ${OPENSSL} x509 -checkend 6000 -noout -in ${HOME}/.fedora.cert ; \
 	    if [ $$? -ne 0 ]; then \




More information about the fedora-extras-commits mailing list