Skip to content

Commit

Permalink
server: use https for git dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samcowger committed Aug 29, 2024
1 parent cf3e9b5 commit 219d822
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
9 changes: 6 additions & 3 deletions cn-lsp/server/cnlsp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@ build: [
pin-depends: [
[
"cerberus.281cfc42f"
"git+ssh://git@github.com/rems-project/cerberus.git#281cfc42f"
"git+https://github.com/rems-project/cerberus.git#281cfc42f"
]
[
"cerberus-lib.281cfc42f"
"git+ssh://[email protected]/rems-project/cerberus.git#281cfc42f"
"git+https://github.com/rems-project/cerberus.git#281cfc42f"
]
[
"cn.281cfc42f"
"git+https://github.com/rems-project/cerberus.git#281cfc42f"
]
["cn.281cfc42f" "git+ssh://[email protected]/rems-project/cerberus.git#281cfc42f"]
]
6 changes: 3 additions & 3 deletions cn-lsp/server/cnlsp.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ build: [
pin-depends: [
[
"cerberus.281cfc42f"
"git+ssh://git@github.com/rems-project/cerberus.git#281cfc42f"
"git+https://github.com/rems-project/cerberus.git#281cfc42f"
]
[
"cerberus-lib.281cfc42f"
"git+ssh://git@github.com/rems-project/cerberus.git#281cfc42f"
"git+https://github.com/rems-project/cerberus.git#281cfc42f"
]
[
"cn.281cfc42f"
"git+ssh://git@github.com/rems-project/cerberus.git#281cfc42f"
"git+https://github.com/rems-project/cerberus.git#281cfc42f"
]
]
9 changes: 6 additions & 3 deletions cn-lsp/server/cnlsp.opam.template
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
pin-depends: [
[
"cerberus.281cfc42f"
"git+ssh://git@github.com/rems-project/cerberus.git#281cfc42f"
"git+https://github.com/rems-project/cerberus.git#281cfc42f"
]
[
"cerberus-lib.281cfc42f"
"git+ssh://[email protected]/rems-project/cerberus.git#281cfc42f"
"git+https://github.com/rems-project/cerberus.git#281cfc42f"
]
[
"cn.281cfc42f"
"git+https://github.com/rems-project/cerberus.git#281cfc42f"
]
["cn.281cfc42f" "git+ssh://[email protected]/rems-project/cerberus.git#281cfc42f"]
]

0 comments on commit 219d822

Please sign in to comment.