Hi,
The main changes from v1:
https://patchew.org/QEMU/20210113151408.27939-1-alex.bennee@linaro.org/
- squeeze the size of the htags generation to fit pages
- move one more job from Travis
- include regression fix for yank
- fix a problem with checkpatch and commit ids
The following need review:
- scripts/checkpatch.pl: fix git-show invocation to include diffstat
- gitlab: migrate the minimal tools and unit tests from Travis
- docker: expand debian-amd64 image to include tag tools
- Makefile: wrap cscope in quiet-command calls
- Makefile: wrap etags in quiet-command calls
- Makefile: wrap ctags in quiet-command calls
- Makefile: add GNU global tags support
Alessandro Di Federico (1):
Add newline when generating Dockerfile
Alex Bennée (8):
Makefile: add GNU global tags support
Makefile: wrap ctags in quiet-command calls
Makefile: wrap etags in quiet-command calls
Makefile: wrap cscope in quiet-command calls
docker: expand debian-amd64 image to include tag tools
gitlab: move docs and tools build across from Travis
gitlab: migrate the minimal tools and unit tests from Travis
scripts/checkpatch.pl: fix git-show invocation to include diffstat
Lukas Straub (1):
Fix build with new yank feature by adding stubs
Philippe Mathieu-Daudé (2):
tests/docker: Remove Debian 9 remnant lines
shippable.yml: Remove jobs duplicated on Gitlab-CI
Makefile | 46 ++++++++++++++++----
stubs/yank.c | 29 ++++++++++++
.gitignore | 3 ++
.gitlab-ci.yml | 30 ++++++++++---
.shippable.yml | 14 +-----
.travis.yml | 25 -----------
MAINTAINERS | 1 +
scripts/checkpatch.pl | 2 +-
stubs/meson.build | 1 +
tests/docker/Makefile.include | 1 -
tests/docker/docker.py | 4 +-
tests/docker/dockerfiles/debian-amd64.docker | 5 ++-
12 files changed, 104 insertions(+), 57 deletions(-)
create mode 100644 stubs/yank.c
--
2.20.1