[PATCH btbridge v4 5/6] Travis CI: Bump to Ubuntu 16.04
Andrew Jeffery
andrew at aj.id.au
Thu May 19 15:28:46 AEST 2016
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?
> docker build -t temp - <<< "${Dockerfile}"
>
> sudo cp ./travis/org.openbmc.HostIpmi.conf.test /etc/dbus-1/system.d/org.openbmc.HostIpmi.conf
Cheers,
Andrew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.ozlabs.org/pipermail/openbmc/attachments/20160519/e335b18f/attachment.sig>
More information about the openbmc
mailing list