mbox series

[PULL,0/8] testing and misc (gitdm, gitlab, docker, make)

Message ID 20201027095938.28673-1-alex.bennee@linaro.org
Headers show
Series testing and misc (gitdm, gitlab, docker, make) | expand

Message

Alex Bennée Oct. 27, 2020, 9:59 a.m. UTC
The following changes since commit 1dc887329a10903940501b43e8c0cc67af7c06d5:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201026' into staging (2020-10-26 17:19:26 +0000)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-testing-and-misc-271020-1

for you to fetch changes up to c8e6cfba1291df2202bf406bb5137c9d365505d1:

  makefile: handle -n / -k / -q correctly (2020-10-27 09:53:51 +0000)

----------------------------------------------------------------
Testing and gitdm updates

  - add some more individual contributors
  - include SDL2 in centos images
  - skip checkpatch check when no commits found
  - use random port for gdb reverse debugging
  - make gitlab use it's own mirrors to clone
  - fix detection of make -nqp

----------------------------------------------------------------
Alex Bennée (2):
      contrib/gitdm: Add more individual contributors
      tests/acceptance: pick a random gdb port for reverse debugging

Ani Sinha (1):
      Adding ani's email as an individual contributor

Daniel P. Berrangé (2):
      gitlab: skip checkpatch.pl checks if no commit delta on branch
      scripts: fix error from checkpatch.pl when no commits are found

Paolo Bonzini (1):
      makefile: handle -n / -k / -q correctly

Philippe Mathieu-Daudé (1):
      gitlab-ci: Clone from GitLab itself

Thomas Huth (1):
      tests/docker/dockerfiles/centos: Use SDL2 instead of SDL1

 Makefile                                | 10 +++++++---
 .gitlab-ci.d/check-patch.py             |  8 ++++++++
 .gitlab-ci.yml                          |  1 +
 contrib/gitdm/group-map-individuals     |  6 ++++++
 scripts/checkpatch.pl                   |  2 +-
 tests/acceptance/reverse_debugging.py   | 12 +++++++-----
 tests/docker/dockerfiles/centos7.docker |  2 +-
 tests/docker/dockerfiles/centos8.docker |  2 +-
 8 files changed, 32 insertions(+), 11 deletions(-)

Comments

Peter Maydell Oct. 29, 2020, 10:03 a.m. UTC | #1
On Tue, 27 Oct 2020 at 09:59, Alex Bennée <alex.bennee@linaro.org> wrote:
>

> The following changes since commit 1dc887329a10903940501b43e8c0cc67af7c06d5:

>

>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201026' into staging (2020-10-26 17:19:26 +0000)

>

> are available in the Git repository at:

>

>   https://github.com/stsquad/qemu.git tags/pull-testing-and-misc-271020-1

>

> for you to fetch changes up to c8e6cfba1291df2202bf406bb5137c9d365505d1:

>

>   makefile: handle -n / -k / -q correctly (2020-10-27 09:53:51 +0000)

>

> ----------------------------------------------------------------

> Testing and gitdm updates

>

>   - add some more individual contributors

>   - include SDL2 in centos images

>   - skip checkpatch check when no commits found

>   - use random port for gdb reverse debugging

>   - make gitlab use it's own mirrors to clone

>   - fix detection of make -nqp

>

> ----------------------------------------------------------------



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM