-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5782 from psafont/nosystemd
- Loading branch information
Showing
9 changed files
with
128 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,37 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: "[email protected]" | ||
homepage: "https://github.com/xapi-project/" | ||
synopsis: "Process-spawning library" | ||
description: "Client and server library to spawn processes." | ||
maintainer: ["Xapi project maintainers"] | ||
authors: ["[email protected]"] | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
homepage: "https://xapi-project.github.io/" | ||
bug-reports: "https://github.com/xapi-project/xen-api/issues" | ||
dev-repo: "git+https://github.com/xapi-project/xen-api.git" | ||
tags: [ "org:xapi-project" ] | ||
|
||
build: [[ "dune" "build" "-p" name "-j" jobs ]] | ||
|
||
depends: [ | ||
"ocaml" | ||
"dune" | ||
"dune" {>= "3.0"} | ||
"base-threads" | ||
"fd-send-recv" | ||
"fd-send-recv" {>= "2.0.0"} | ||
"ppx_deriving_rpc" | ||
"rpclib" | ||
"uuid" | ||
"xapi-log" | ||
"xapi-stdext-pervasives" | ||
"xapi-stdext-unix" | ||
"xapi-tracing" | ||
"uuid" {= version} | ||
"xapi-log" {= version} | ||
"xapi-stdext-pervasives" {= version} | ||
"xapi-stdext-unix" {= version} | ||
"xapi-tracing" {= version} | ||
"odoc" {with-doc} | ||
] | ||
synopsis: "Sub-process control service for xapi" | ||
description: | ||
"This daemon creates and manages sub-processes on behalf of xapi." | ||
url { | ||
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz" | ||
} | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/xapi-project/xen-api.git" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: "[email protected]" | ||
homepage: "https://github.com/xapi-project/" | ||
synopsis: "Sub-process control service for xapi" | ||
description: | ||
"This daemon creates and manages sub-processes on behalf of xapi." | ||
maintainer: ["Xapi project maintainers"] | ||
authors: ["[email protected]"] | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
homepage: "https://xapi-project.github.io/" | ||
bug-reports: "https://github.com/xapi-project/xen-api/issues" | ||
dev-repo: "git+https://github.com/xapi-project/xen-api.git" | ||
tags: [ "org:xapi-project" ] | ||
|
||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
depends: [ | ||
"ocaml" | ||
"dune" | ||
"dune" {>= "3.0"} | ||
"astring" | ||
"forkexec" | ||
"systemd" {>= "1.2"} | ||
"uuid" | ||
"xapi-stdext-unix" | ||
"forkexec" {= version} | ||
"uuid" {= version} | ||
"xapi-stdext-unix" {= version} | ||
"odoc" {with-doc} | ||
] | ||
conflicts: [ | ||
"fd-send-recv" {< "2.0.0"} | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
synopsis: "Sub-process control service for xapi" | ||
description: | ||
"This daemon creates and manages sub-processes on behalf of xapi." | ||
url { | ||
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz" | ||
} | ||
dev-repo: "git+https://github.com/xapi-project/xen-api.git" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,44 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: "[email protected]" | ||
homepage: "https://github.com/xapi-project/xen-api" | ||
dev-repo: "git+https://github.com/xapi-project/xen-api.git" | ||
synopsis: "The XCP networking daemon" | ||
maintainer: ["Xapi project maintainers"] | ||
authors: ["Jon Ludlam"] | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
homepage: "https://xapi-project.github.io/" | ||
bug-reports: "https://github.com/xapi-project/xen-api/issues" | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
depends: [ | ||
"astring" | ||
"dune" {>= "3.0"} | ||
"alcotest" {with-test} | ||
"astring" | ||
"base-threads" | ||
"forkexec" | ||
"http-lib" | ||
"forkexec" {= version} | ||
"http-lib" {= version} | ||
"mtime" | ||
"netlink" | ||
"re" | ||
"rpclib" | ||
"systemd" | ||
"xapi-idl" | ||
"xapi-idl" {= version} | ||
"xapi-inventory" | ||
"xapi-stdext-pervasives" | ||
"xapi-stdext-std" | ||
"xapi-stdext-threads" | ||
"xapi-stdext-unix" | ||
"xapi-stdext-pervasives" {= version} | ||
"xapi-stdext-std" {= version} | ||
"xapi-stdext-threads" {= version} | ||
"xapi-stdext-unix" {= version} | ||
"xapi-test-utils" | ||
"xen-api-client" | ||
"xen-api-client" {= version} | ||
"odoc" {with-doc} | ||
] | ||
synopsis: "The XCP networking daemon" | ||
url { | ||
src: | ||
"https://github.com/xapi-project/xen-api/archive/master.tar.gz" | ||
} | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/xapi-project/xen-api.git" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters