[pkg-d-commits] [ldc] 65/95: Use https URLs for git submodules (#2051)

Matthias Klumpp mak at moszumanska.debian.org
Thu Jul 13 20:54:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.3.0-beta1
in repository ldc.

commit 2d82a09a3e00f02f35ea83b3f9b126885bb6d09f
Author: Joseph Rushton Wakeling <joe at webdrake.net>
Date:   Sun Mar 26 03:37:53 2017 +0200

    Use https URLs for git submodules (#2051)
    
    Switching from `git://` URLs to `https://` should make it easier to
    avoid some CI-related issues encountered with the LDC snap package:
    https://github.com/ldc-developers/ldc2.snap/issues/21#issuecomment-287575769
---
 .gitmodules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 7ed0a27..df1c982 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,9 @@
 [submodule "druntime"]
 	path = runtime/druntime
-	url = git://github.com/ldc-developers/druntime.git
+	url = https://github.com/ldc-developers/druntime.git
 [submodule "phobos"]
 	path = runtime/phobos
-	url = git://github.com/ldc-developers/phobos.git
+	url = https://github.com/ldc-developers/phobos.git
 [submodule "tests/d2/dmd-testsuite"]
 	path = tests/d2/dmd-testsuite
-	url = git://github.com/ldc-developers/dmd-testsuite.git
+	url = https://github.com/ldc-developers/dmd-testsuite.git

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list