[pkg-d-commits] [ldc] 136/149: Use https URLs for git submodules (#2051)
Matthias Klumpp
mak at moszumanska.debian.org
Sun Apr 23 22:37:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
mak pushed a commit to annotated tag v1.2.0
in repository ldc.
commit c96d9a8575b6042c7a146ae7052f6cf9308fca63
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