common cvs-import.sh,1.32,1.33

Dennis Gilmore ausil at fedoraproject.org
Sun Aug 24 21:51:25 UTC 2008


Author: ausil

Update of /cvs/pkgs/common
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31243

Modified Files:
	cvs-import.sh 
Log Message:
update the URLs in cvs-import.sh



Index: cvs-import.sh
===================================================================
RCS file: /cvs/pkgs/common/cvs-import.sh,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- cvs-import.sh	16 Jun 2008 21:43:17 -0000	1.32
+++ cvs-import.sh	24 Aug 2008 21:50:55 -0000	1.33
@@ -21,7 +21,7 @@
 fi
 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 "       from https://admin.fedoraproject.org/accounts/" >&2
     echo "       and save it in a file named ~/.fedora.cert" >&2
     exit 1
 fi
@@ -34,7 +34,7 @@
     if [ $? -ne 0 ]; then
         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 "       from https://admin.fedoraproject.org/accounts/" >&2
 	echo "       and save it in a file named ~/.fedora.cert" >&2
         exit 1
     fi




More information about the fedora-extras-commits mailing list