Use https:// instead of git:// to clone [#5551]
authorAndrew Browning <ayleph@thisshitistemp.com>
Mon, 2 Apr 2018 05:34:35 +0000 (01:34 -0400)
committerAndrew Browning <ayleph@thisshitistemp.com>
Mon, 2 Apr 2018 05:34:37 +0000 (01:34 -0400)
This was partially addressed in eee3e41 but missed many items.

.gitmodules
docs/source/siteadmin/deploying.rst
docs/source/siteadmin/relnotes.rst

index 562ad4e40af9e8abc4a712f7d899464ea12b7a95..d9171995c3180111d242facad773a21f413f5fe4 100644 (file)
@@ -1,12 +1,12 @@
 [submodule "pdf.js"]
        path = pdf.js
-       url = git://github.com/mozilla/pdf.js.git
+       url = https://github.com/mozilla/pdf.js.git
 [submodule "extlib/pdf.js"]
        path = extlib/pdf.js
-       url = git://github.com/mozilla/pdf.js.git
+       url = https://github.com/mozilla/pdf.js.git
 [submodule "extlib/skeleton"]
        path = extlib/skeleton
-       url = git://github.com/dhg/Skeleton.git
+       url = https://github.com/dhg/Skeleton.git
 [submodule "extlib/sandyseventiesspeedboat"]
        path = extlib/sandyseventiesspeedboat
        url = https://github.com/jpope777/sandyseventiesspeedboat-mg.git
index caccda919ff626fe92801a94bd88f0c2293083cb..42fe177241cef44c33f49d111f9e5e133a3d8e7f 100644 (file)
@@ -250,7 +250,7 @@ Clone the MediaGoblin repository and set up the git submodules::
    gitorious.org shut down, we had to move.  We are presently on
    Savannah.  You may need to update your git repository location::
 
-    $ git remote set-url origin git://git.savannah.gnu.org/mediagoblin.git
+    $ git remote set-url origin https://git.savannah.gnu.org/git/mediagoblin.git
 
 Set up the hacking environment::
 
index f32ca79298df6b683a32d96973cc37174e4cc12f..1c15f24931a70f66cc7b050ad11973c7a863d944 100644 (file)
@@ -36,7 +36,7 @@ carefully, or at least skim over it.
    gitorious.org shut down, we had to move.  We are presently on
    Savannah.  You may need to update your git repository location::
 
-       git remote set-url origin git://git.savannah.gnu.org/mediagoblin.git
+       git remote set-url origin https://git.savannah.gnu.org/git/mediagoblin.git
 
 
 0.9.0
@@ -49,7 +49,7 @@ Python 3, which is pretty cool!
 **Do this to upgrade**
 
 0. If you haven't already, switch the git remote URL:
-   ``git remote set-url origin git://git.savannah.gnu.org/mediagoblin.git``
+   ``git remote set-url origin https://git.savannah.gnu.org/git/mediagoblin.git``
 1. Update to the latest release.  If checked out from git, run:
    ``git fetch && git checkout -q v0.9.0``
 2. Run
@@ -89,7 +89,7 @@ soon as possible.
 **Do this to upgrade**
 
 0. If you haven't already, switch the git remote URL:
-   ``git remote set-url origin git://git.savannah.gnu.org/mediagoblin.git``
+   ``git remote set-url origin https://git.savannah.gnu.org/git/mediagoblin.git``
 1. Update to the latest release.  If checked out from git, run:
    ``git fetch && git checkout -q v0.8.1``
 2. Run
@@ -143,7 +143,7 @@ trouble, consider pinging the MediaGoblin list or IRC channel.
 **Do this to upgrade**
 
 0. If you haven't already, switch the git remote URL:
-   ``git remote set-url origin git://git.savannah.gnu.org/mediagoblin.git``
+   ``git remote set-url origin https://git.savannah.gnu.org/git/mediagoblin.git``
 1. If you don't have node.js installed, you'll need it for handling
    MediaGoblin's static web dependencies.  Install this via your
    distribution!  (In the glorious future MediaGoblin will be simply