Skip to content

Commit

Permalink
move extern repos to https addresses
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JakeHillion committed Dec 29, 2022
1 parent 2dc5479 commit 1c3ee5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "extern/drgn"]
path = extern/drgn
url = git@github.com:JakeHillion/drgn.git
path = extern/drgn
url = https://github.com/JakeHillion/drgn.git
[submodule "extern/folly"]
path = extern/folly
url = git@github.com:jgkamat/folly.git
path = extern/folly
url = https://github.com/jgkamat/folly.git
[submodule "extern/rocksdb"]
path = extern/rocksdb
url = git@github.com:facebook/rocksdb.git
path = extern/rocksdb
url = https://github.com/facebook/rocksdb.git
2 changes: 1 addition & 1 deletion extern/drgn
Submodule drgn updated 1 files
+1 −1 .gitmodules

0 comments on commit 1c3ee5b

Please sign in to comment.