File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/ma
33script : bash -ex .travis-opam.sh
44sudo : true
55env :
6- - OCAML_VERSION=4.02 PACKAGE=xapi-rrdd-plugin FORK_USER=djs55 EXTRA_REMOTE =git://github.com/xapi-project/opam-repo-dev
6+ - OCAML_VERSION=4.02 PACKAGE=xapi-rrdd-plugin FORK_USER=xapi-project EXTRA_REMOTES =git://github.com/xapi-project/opam-repo-dev
Original file line number Diff line number Diff line change 1+ opam-version: "1"
2+ 3+ build: [
4+ [make]
5+ [make "PREFIX=%{prefix}%" "install"]
6+ ]
7+ remove: [make "PREFIX=%{prefix}%" "uninstall"]
8+ depends: [
9+ "rpc"
10+ "xapi-forkexecd"
11+ "xapi-stdext"
12+ "xapi-idl"
13+ "xapi-libs-transitional"
14+ "xapi-rrd-transport"
15+ ]
You can’t perform that action at this time.
0 commit comments