All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cyril Bur <cyril.bur@au1.ibm.com>
To: Andrew Jeffery <andrew@aj.id.au>
Cc: OpenBMC Patches <openbmc-patches@stwcx.xyz>, openbmc@lists.ozlabs.org
Subject: Re: [PATCH btbridge v4 5/6] Travis CI: Bump to Ubuntu 16.04
Date: Thu, 19 May 2016 16:41:24 +1000	[thread overview]
Message-ID: <20160519164124.577faad8@camb691> (raw)
In-Reply-To: <1463635726.2703.174.camel@aj.id.au>

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

> On Tue, 2016-05-03 at 20:10 -0500, OpenBMC Patches wrote:
> > From: Cyril Bur <cyril.bur@au1.ibm.com>
> > 
> > Signed-off-by: Cyril Bur <cyril.bur@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

  reply	other threads:[~2016-05-19  6:44 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-04  1:10 [PATCH btbridge v4 0/6] Tests OpenBMC Patches
2016-05-04  1:10 ` [PATCH btbridge v4 1/6] Initialise variable to avoid using it uninitialised OpenBMC Patches
2016-05-19  3:10   ` Andrew Jeffery
2016-05-19  5:44     ` Cyril Bur
2016-05-24 13:03       ` Andrew Jeffery
2016-05-25  0:33         ` Cyril Bur
2016-05-04  1:10 ` [PATCH btbridge v4 2/6] Increase debugging output when receiving a response to message from dbus OpenBMC Patches
2016-05-19  3:45   ` Andrew Jeffery
2016-05-04  1:10 ` [PATCH btbridge v4 3/6] Add travis dir to keep all the Travis CI specific files together OpenBMC Patches
2016-05-19  4:25   ` Andrew Jeffery
2016-05-04  1:10 ` [PATCH btbridge v4 4/6] Initial set of test OpenBMC Patches
2016-05-19  5:25   ` Andrew Jeffery
2016-05-19  6:18     ` Cyril Bur
2016-05-19  9:47       ` Andrew Jeffery
2016-05-04  1:10 ` [PATCH btbridge v4 5/6] Travis CI: Bump to Ubuntu 16.04 OpenBMC Patches
2016-05-19  5:28   ` Andrew Jeffery
2016-05-19  6:41     ` Cyril Bur [this message]
2016-05-04  1:10 ` [PATCH btbridge v4 6/6] Add .gitignore OpenBMC Patches
2016-05-19  5:30   ` Andrew Jeffery
2016-05-04  3:26 ` [PATCH btbridge v4 0/6] Tests Cyril Bur

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160519164124.577faad8@camb691 \
    --to=cyril.bur@au1.ibm.com \
    --cc=andrew@aj.id.au \
    --cc=openbmc-patches@stwcx.xyz \
    --cc=openbmc@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.