[PATCH btbridge v4 5/6] Travis CI: Bump to Ubuntu 16.04

Cyril Bur cyril.bur at au1.ibm.com
Thu May 19 16:41:24 AEST 2016


On Thu, 19 May 2016 14:58:46 +0930
Andrew Jeffery <andrew at aj.id.au> wrote:

> On Tue, 2016-05-03 at 20:10 -0500, OpenBMC Patches wrote:
> > From: Cyril Bur <cyril.bur at au1.ibm.com>
> > 
> > Signed-off-by: Cyril Bur <cyril.bur at au1.ibm.com>
> > ---
> >  travis/build.sh | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/travis/build.sh b/travis/build.sh
> > index e330afd..6b7f0fb 100755
> > --- a/travis/build.sh
> > +++ b/travis/build.sh
> > @@ -2,7 +2,7 @@
> >  set -evx
> >  
> >  Dockerfile=$(cat << EOF
> > -FROM ubuntu:15.10
> > +FROM ubuntu:16.04
> >  RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get upgrade -yy
> >  RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -yy make gcc libsystemd-dev libc6-dev pkg-config
> >  RUN mkdir /var/run/dbus
> > @@ -13,7 +13,7 @@ RUN /bin/bash
> >  EOF
> >  )
> >  
> > -docker pull ubuntu:15.10
> > +docker pull ubuntu:16.04  
> 
> Are there reasons for this beyond it being new and shiny? Whether there
> are or not, can you please add a description of the motivation to the
> commit message?

I like shiny things. Mostly shinyness but 16.04 being LTS is a nice bonus :).
Will do.

> 
> >  docker build -t temp - <<< "${Dockerfile}"
> >  
> >  sudo cp ./travis/org.openbmc.HostIpmi.conf.test /etc/dbus-1/system.d/org.openbmc.HostIpmi.conf  
> 
> Cheers,
> 
> Andrew



More information about the openbmc mailing list