From 15d4f83cb03ef98bfedcc8a25bc0eeeff183e7d2 Mon Sep 17 00:00:00 2001 From: Christian Lindig Date: Sun, 2 Apr 2017 18:56:00 +0100 Subject: [PATCH 1/2] Update .gitignore Right now there is no reason to ignore any files, so .gitignore is empty now. Signed-off-by: Christian Lindig --- .gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitignore b/.gitignore index 423f62403..e69de29bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +0,0 @@ - -build/ -*.spec -sources.txt - From 09d103e31e7e7ac286763bc9921a69a4bc42fea4 Mon Sep 17 00:00:00 2001 From: Christian Lindig Date: Sun, 2 Apr 2017 19:04:37 +0100 Subject: [PATCH 2/2] Update README: Travis builds and role of into_repo.sh * Explain roll of `xs-extra` * Explain Travis better Signed-off-by: Christian Lindig --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cd97c63e..20806ea99 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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