mbox

[PULL,v2,0/3] Travis updates (without changelog entries)

Message ID 1459847841-21933-1-git-send-email-alex.bennee@linaro.org
State New
Headers show

Pull-request

https://github.com/stsquad/qemu.git tags/travis-pull-05042016

Message

Alex Bennée April 5, 2016, 9:17 a.m. UTC
The following changes since commit e31f0451876aa7ada74d60304aa241506a383797:

  net: fix missing include of qapi/error.h in netmap.c (2016-04-04 15:01:14 +0100)

are available in the git repository at:

  https://github.com/stsquad/qemu.git tags/travis-pull-05042016

for you to fetch changes up to 7436268ce7062b32af1d07a392e00f0c3ae664cd:

  .travis.yml: make -j3 (2016-04-05 10:08:15 +0100)

----------------------------------------------------------------
This pull request includes:
  - further collapse of the build matrix
  - enabling MacOSX in the build
  - make -j3 change

Other pending updates are deferred for later in the cycle.

----------------------------------------------------------------
Alex Bennée (3):
      .travis.yml: collapse the test matrix
      .travis.yml: enable OSX builds
      .travis.yml: make -j3

 .travis.yml | 82 ++++++++++++++++++-------------------------------------------
 1 file changed, 24 insertions(+), 58 deletions(-)

--
2.7.4

Comments

Peter Maydell April 5, 2016, 10:03 a.m. UTC | #1
On 5 April 2016 at 10:17, Alex Bennée <alex.bennee@linaro.org> wrote:
> The following changes since commit e31f0451876aa7ada74d60304aa241506a383797:
>
>   net: fix missing include of qapi/error.h in netmap.c (2016-04-04 15:01:14 +0100)
>
> are available in the git repository at:
>
>   https://github.com/stsquad/qemu.git tags/travis-pull-05042016
>
> for you to fetch changes up to 7436268ce7062b32af1d07a392e00f0c3ae664cd:
>
>   .travis.yml: make -j3 (2016-04-05 10:08:15 +0100)
>
> ----------------------------------------------------------------
> This pull request includes:
>   - further collapse of the build matrix
>   - enabling MacOSX in the build
>   - make -j3 change
>
> Other pending updates are deferred for later in the cycle.
>
> ----------------------------------------------------------------
> Alex Bennée (3):
>       .travis.yml: collapse the test matrix
>       .travis.yml: enable OSX builds
>       .travis.yml: make -j3

Applied, thanks.

-- PMM