openvpn: use main branch, enable monitoring
This commit is contained in:
parent
4a9fc8ed0e
commit
14795a095f
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ depends: [
|
||||||
|
|
||||||
x-mirage-opam-lock-location: "mirage-router/mirage/ovpn-router-hvt.opam.locked"
|
x-mirage-opam-lock-location: "mirage-router/mirage/ovpn-router-hvt.opam.locked"
|
||||||
|
|
||||||
x-mirage-configure: ["sh" "-exc" "cd mirage-router/ && mirage configure -t hvt --allocation-policy=best-fit --context ./mirage/context --no-extra-repo"]
|
x-mirage-configure: ["sh" "-exc" "cd mirage-router/ && mirage configure -t hvt --allocation-policy=best-fit --enable-monitoring --context ./mirage/context --no-extra-repo"]
|
||||||
|
|
||||||
x-mirage-pre-build: [make "-Cmirage-router/" "lock" "depext-lockfile" "pull"]
|
x-mirage-pre-build: [make "-Cmirage-router/" "lock" "depext-lockfile" "pull"]
|
||||||
|
|
||||||
|
@ -60,4 +60,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
||||||
"ocaml""ocaml-solo5""opam-monorepo"
|
"ocaml""ocaml-solo5""opam-monorepo"
|
||||||
"solo5"]
|
"solo5"]
|
||||||
|
|
||||||
url { src: "git+https://github.com/roburio/openvpn.git#robur" }
|
url { src: "git+https://github.com/roburio/openvpn.git" }
|
||||||
|
|
Loading…
Reference in a new issue