[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-arm] [PATCH v2 05/16] MAINTAINERS: Add an entry for scripts/archiv
From: |
Alex Bennée |
Subject: |
[Qemu-arm] [PATCH v2 05/16] MAINTAINERS: Add an entry for scripts/archive-source.sh |
Date: |
Thu, 7 Feb 2019 18:37:33 +0000 |
From: Philippe Mathieu-Daudé <address@hidden>
The scripts/archive-source.sh is used by the VM tests, it makes
sense to add it in the "Build and test automation" section.
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Alex Bennée <address@hidden>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index eecfafad56..a2da141a92 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2471,6 +2471,7 @@ F: scripts/travis/
F: .shippable.yml
F: tests/docker/
F: tests/vm/
+F: scripts/archive-source.sh
W: https://travis-ci.org/qemu/qemu
W: https://app.shippable.com/github/qemu/qemu
W: http://patchew.org/QEMU/
--
2.20.1
- [Qemu-arm] [PATCH v2 00/16] current testing/next queue (with build fixes), Alex Bennée, 2019/02/07
- [Qemu-arm] [PATCH v2 02/16] .travis.yml: stop requesting libffi & gettext from homebrew, Alex Bennée, 2019/02/07
- [Qemu-arm] [PATCH v2 04/16] .travis.yml: fold --disable-tcg into alternate coroutine builds, Alex Bennée, 2019/02/07
- [Qemu-arm] [PATCH v2 01/16] .cirrus.yml: basic compile and test for FreeBSD, Alex Bennée, 2019/02/07
- [Qemu-arm] [PATCH v2 05/16] MAINTAINERS: Add an entry for scripts/archive-source.sh,
Alex Bennée <=
- [Qemu-arm] [PATCH v2 08/16] tests: make docker.py update use configured binfmt path, Alex Bennée, 2019/02/07
- [Qemu-arm] [PATCH v2 03/16] .travis.yml: separate tools and docs into another entry, Alex Bennée, 2019/02/07
- [Qemu-arm] [PATCH v2 06/16] archive-source.sh: Clone the submodules locally, Alex Bennée, 2019/02/07
- [Qemu-arm] [PATCH v2 07/16] docker: add debian-buster-arm64-cross, Alex Bennée, 2019/02/07
- [Qemu-arm] [PATCH v2 10/16] tests: docker.py be even smarter with persistent binfmt_misc, Alex Bennée, 2019/02/07
- [Qemu-arm] [PATCH v2 14/16] tests/vm: add --build-target option, Alex Bennée, 2019/02/07
- [Qemu-arm] [PATCH v2 12/16] tests/vm: move images to $HOME/.cache/qemu-vm/images, Alex Bennée, 2019/02/07
- [Qemu-arm] [PATCH v2 16/16] scripts/qemu.py: allow arches use KVM for their 32bit cousins, Alex Bennée, 2019/02/07
- [Qemu-arm] [PATCH v2 09/16] tests: make docker.py check for persistent configs, Alex Bennée, 2019/02/07
- [Qemu-arm] [PATCH v2 11/16] tests: PEP8 cleanup of docker.py, mostly white space, Alex Bennée, 2019/02/07