savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] administration/content/gnu-content/git index.txt


From: Bob Proulx
Subject: [Savannah-cvs] administration/content/gnu-content/git index.txt
Date: Thu, 2 Mar 2017 03:47:36 -0500 (EST)

CVSROOT:        /web/administration
Module name:    administration
Changes by:     Bob Proulx <rwp>        17/03/02 03:47:36

Modified files:
        content/gnu-content/git: index.txt 

Log message:
        Convert git source checkout instructions to use https:// instead of 
git:// .

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/administration/content/gnu-content/git/index.txt?cvsroot=administration&r1=1.7&r2=1.8

Patches:
Index: index.txt
===================================================================
RCS file: /web/administration/administration/content/gnu-content/git/index.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- index.txt   17 Aug 2013 13:05:28 -0000      1.7
+++ index.txt   2 Mar 2017 08:47:36 -0000       1.8
@@ -17,7 +17,7 @@
 if ($n > 0)
   echo $main_desc;
 
-echo 'git clone git://git.' . $project->getTypeBaseHost()
+echo 'git clone https://git.' . $project->getTypeBaseHost()
   . preg_replace(':/srv/git:', '', $project->getTypeDir('git')). "\n";
 
 for ($i = 0; $i < $n; $i++)
@@ -29,7 +29,7 @@
 for ($i = 0; $i < $n; $i++)
   {
     echo "\n" . $desc[$i] . "\n";
-    echo "git clone git://git."
+    echo "git clone https://git.";
          .  $project->getTypeBaseHost() . "/" . $url[$i] . "\n";
   }
 ?></pre>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]