Skip to content

Commit 1c3ee5b

Browse files
committed
move extern repos to https addresses
The extern repos are currently cloned with SSH. This means that attempting to clone them on a system that doesn't have an SSH key which GitHub accepts fails. Change them to HTTPS as they're read only anyway.
1 parent 2dc5479 commit 1c3ee5b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.gitmodules

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[submodule "extern/drgn"]
2-
path = extern/drgn
3-
url = git@github.com:JakeHillion/drgn.git
2+
path = extern/drgn
3+
url = https://github.com/JakeHillion/drgn.git
44
[submodule "extern/folly"]
5-
path = extern/folly
6-
url = git@github.com:jgkamat/folly.git
5+
path = extern/folly
6+
url = https://github.com/jgkamat/folly.git
77
[submodule "extern/rocksdb"]
8-
path = extern/rocksdb
9-
url = git@github.com:facebook/rocksdb.git
8+
path = extern/rocksdb
9+
url = https://github.com/facebook/rocksdb.git

extern/drgn

Submodule drgn updated 1 file

0 commit comments

Comments
 (0)