On Mon, Mar 20, 2017 at 02:38:08PM -0400, Lance Richardson wrote: > > From: "Ben Pfaff" <b...@ovn.org> > > To: d...@openvswitch.org > > Cc: "Ilya Maximets" <i.maxim...@samsung.com>, "Ben Pfaff" <b...@ovn.org> > > Sent: Monday, March 20, 2017 2:31:22 PM > > Subject: [ovs-dev] [PATCH] travis: Fix build on Travis by installing > > new-enough docutils. > > > > This yields a clean build: > > https://travis-ci.org/blp/ovs-reviews/builds/213085784 > > > > Suggested-by: Ilya Maximets <i.maxim...@samsung.com> > > Signed-off-by: Ben Pfaff <b...@ovn.org> > > --- > > .travis/linux-prepare.sh | 1 + > > .travis/osx-prepare.sh | 1 + > > 2 files changed, 2 insertions(+) > > > > diff --git a/.travis/linux-prepare.sh b/.travis/linux-prepare.sh > > index 1d0f75c65d48..fa30972bdbfd 100755 > > --- a/.travis/linux-prepare.sh > > +++ b/.travis/linux-prepare.sh > > @@ -4,3 +4,4 @@ git clone > > git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git > > cd sparse && make && make install && cd .. > > > > pip install --disable-pip-version-check --user six flake8 hacking > > +pip install --user --upgrade docutils > > diff --git a/.travis/osx-prepare.sh b/.travis/osx-prepare.sh > > index 611c0709d760..25a65e26090a 100755 > > --- a/.travis/osx-prepare.sh > > +++ b/.travis/osx-prepare.sh > > @@ -1,5 +1,6 @@ > > #!/bin/bash > > set -ev > > pip install --user six > > +pip install --user --upgrade docutils > > > > brew uninstall libtool && brew install libtool || true > > -- > > If it works, it works... LGTM > > Acked-by: Lance Richardson <lrich...@redhat.com>
Thanks, applied to master. _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev