Skip to content

Commit

Permalink
Update README: Travis builds and role of into_repo.sh
Browse files Browse the repository at this point in the history
* Explain roll of `xs-extra`
* Explain Travis better

Signed-off-by: Christian Lindig <[email protected]>
  • Loading branch information
lindig committed Apr 2, 2017
1 parent 15d4f83 commit 09d103e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ remote Opam repository:
opam repo add xs-opam https://github.com/xapi-project/xs-opam.git
```

This however will not contain all the packages. To have a full-fledged opam
repository you can proceed as follows:
Not all packages in `packages/xs-extra` can be built. To have a
full-fledged opam repository you can proceed as follows:

```
git clone https://github.com/xapi-project/xs-opam.git
Expand Down Expand Up @@ -66,7 +66,13 @@ Note how versions are designated:
packages/xs/nbd.2.1.2
packages/xs/netlink.0.2.1

# Travis

A subset of packages in this repository are built on the [Travis] CI
service. These are library packages that part of XenServer. The full set
of packages is built as well but failure to build it doesn't count as a
build failure so far. See `.travis.yml` and `travis.sh` for details.

[Opam]: http://opam.ocaml.org
[OCaml]: http:/ocaml.org

[Travis]: https://travis-ci.org/xapi-project/xs-opam

0 comments on commit 09d103e

Please sign in to comment.