From 4ddb80cd9dffaac6d340d89e7586140ddaccf853 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Mon, 11 Jan 2016 12:00:57 +0000 Subject: [PATCH] Remove mirage-net-xen pin Version 1.5 has now been released, and includes netback support. --- .travis.yml | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 64a3562..16a450e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,4 @@ addons: - camlp4-extra - time env: - - FORK_USER=talex5 FORK_BRANCH=unikernel OCAML_VERSION=4.02 MIRAGE_BACKEND=xen PINS="mirage-xen:https://github.com/talex5/mirage-platform.git#mm mirage-qubes:https://github.com/talex5/mirage-qubes.git mirage-nat:https://github.com/talex5/mirage-nat.git#simplify-checksum tcpip:https://github.com/mirage/mirage-tcpip.git mirage-net-xen:https://github.com/talex5/mirage-net-xen.git#disconnect" + - FORK_USER=talex5 FORK_BRANCH=unikernel OCAML_VERSION=4.02 MIRAGE_BACKEND=xen PINS="mirage-xen:https://github.com/talex5/mirage-platform.git#mm mirage-qubes:https://github.com/talex5/mirage-qubes.git mirage-nat:https://github.com/talex5/mirage-nat.git#simplify-checksum tcpip:https://github.com/mirage/mirage-tcpip.git" diff --git a/README.md b/README.md index ea11b28..3b9ae24 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ To build (tested by creating a fresh Fedora 23 AppVM in Qubes): 2. Install mirage, pinning a few unreleased features we need: opam pin add -y mirage-xen 'https://github.com/talex5/mirage-platform.git#mm' - opam pin add -y mirage-net-xen 'https://github.com/talex5/mirage-net-xen.git#disconnect' opam pin add -y tcpip https://github.com/mirage/mirage-tcpip.git opam pin add -y mirage-qubes https://github.com/talex5/mirage-qubes.git opam pin add -y mirage-nat 'https://github.com/talex5/mirage-nat.git#simplify-checksum'