Skip to content

Commit

Permalink
Merge pull request #65 from lindig/master
Browse files Browse the repository at this point in the history
Update README, .gitignore
  • Loading branch information
mseri authored Apr 2, 2017
2 parents 1626afb + 09d103e commit 054a791
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@

build/
*.spec
sources.txt

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 054a791

Please sign in to comment.