common Makefile.common,1.101,1.102 cvs-import.sh,1.29,1.30

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Fri May 23 17:48:17 UTC 2008


Author: toshio

Update of /cvs/pkgs/common
In directory cvs-int.fedora.redhat.com:/home/fedora/toshio/common

Modified Files:
	Makefile.common cvs-import.sh 
Log Message:
Two more places that need to know where to save the new cert.



Index: Makefile.common
===================================================================
RCS file: /cvs/pkgs/common/Makefile.common,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- Makefile.common	23 May 2008 17:44:29 -0000	1.101
+++ Makefile.common	23 May 2008 17:47:47 -0000	1.102
@@ -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.fedoraproject.org/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; echo "       and save it in a file named ~/.fedora.cert" >&2; exit 1 ; fi
 	@if [ -x ${OPENSSL} ]; then \
 	    ${OPENSSL} x509 -checkend 6000 -noout -in ${HOME}/.fedora.cert ; \
 	    if [ $$? -ne 0 ]; then \


Index: cvs-import.sh
===================================================================
RCS file: /cvs/pkgs/common/cvs-import.sh,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- cvs-import.sh	14 Apr 2008 19:27:12 -0000	1.29
+++ cvs-import.sh	23 May 2008 17:47:47 -0000	1.30
@@ -22,6 +22,7 @@
 if [ ! -f ${HOME}/.fedora.cert ]; then
     echo "ERROR: You need to download your Fedora client-side certificate" >&2
     echo "       from https://admin.fedora.redhat.com/accounts/" >&2
+    echo "       and save it in a file named ~/.fedora.cert" >&2
     exit 1
 fi
 
@@ -34,6 +35,7 @@
         echo "ERROR: Your Fedora client-side certificate expired." >&2
         echo "       You need to download a new client-side certificate" >&2
         echo "       from https://admin.fedora.redhat.com/accounts/" >&2
+	echo "       and save it in a file named ~/.fedora.cert" >&2
         exit 1
     fi
 fi




More information about the scm-commits mailing list