Skip to content

Commit

Permalink
Merge pull request #25 from gaborigloi/fix_deps
Browse files Browse the repository at this point in the history
Update dependencies to work with xen-api-client 0.11.0
  • Loading branch information
gaborigloi authored Oct 9, 2017
2 parents 5be4a75 + 5a1322b commit caa3cb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
- OCAML_VERSION=4.04.2
- DISTRO=debian-stable
- PACKAGE=xapi-nbd
- PINS="nbd:git://github.com/xapi-project/nbd.git#bugfix-v2.x"
- PINS="nbd:git://github.com/xapi-project/nbd.git#bugfix-v2.x xen-api-client:git://github.com/xapi-project/xen-api-client#feature/CBT xen-api-client-lwt:git://github.com/xapi-project/xen-api-client#feature/CBT xen-api-client-async:git://github.com/xapi-project/xen-api-client#feature/CBT"
matrix:
- BASE_REMOTE=git://github.com/xapi-project/xs-opam
- EXTRA_REMOTES=git://github.com/xapi-project/xs-opam
Expand Down
2 changes: 1 addition & 1 deletion lib/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
(consts
lwt
lwt.unix
xen-api-client.lwt
xen-api-client-lwt
)
)
)
Expand Down
2 changes: 1 addition & 1 deletion src/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
uuidm
vbd_store
xcp-inventory
xen-api-client.lwt))
xen-api-client-lwt))
)
)
2 changes: 1 addition & 1 deletion xapi-nbd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ depends: [
"uri"
"uuidm"
"xapi-inventory"
"xen-api-client"
"xen-api-client-lwt"
]
tags: [ "org:mirage" "org:xapi-project" ]

0 comments on commit caa3cb3

Please sign in to comment.