[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v1 1/8] contrib/gitdm: filetype interface is not in
From: |
Alex Bennée |
Subject: |
[Qemu-devel] [PATCH v1 1/8] contrib/gitdm: filetype interface is not in order, fix |
Date: |
Wed, 28 Aug 2019 13:08:25 +0100 |
From: Markus Armbruster <address@hidden>
gitm prints the rather cryptic message "interface not found, appended
to the last order". This is because filetypes.txt has filetype
interface, but neglects to mention it in order. Fix that.
Fixes: 2f28271d807edfcdc47a280c06999dd866dcae10
Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
---
contrib/gitdm/filetypes.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/gitdm/filetypes.txt b/contrib/gitdm/filetypes.txt
index 165b71b3f9a..2d5002fea0c 100644
--- a/contrib/gitdm/filetypes.txt
+++ b/contrib/gitdm/filetypes.txt
@@ -34,7 +34,7 @@
# If there is an filetype which is not in order but has values, it will
# be added at the end.
#
-order build,tests,code,documentation,devel-doc,blobs
+order build,interface,tests,code,documentation,devel-doc,blobs
#
#
--
2.20.1
- [Qemu-devel] [PATCH v1 0/8] various gitdm and mailmap updates, Alex Bennée, 2019/08/28
- [Qemu-devel] [PATCH v1 1/8] contrib/gitdm: filetype interface is not in order, fix,
Alex Bennée <=
- [Qemu-devel] [PATCH v1 2/8] contrib/gitdm: Add address@hidden to group-map-redhat, Alex Bennée, 2019/08/28
- [Qemu-devel] [PATCH v1 4/8] mailmap: Update philmd email address, Alex Bennée, 2019/08/28
- [Qemu-devel] [PATCH v1 3/8] mailmap: Reorder by sections, Alex Bennée, 2019/08/28
- [Qemu-devel] [PATCH v1 6/8] .mailmap/aliases: add some further commentary, Alex Bennée, 2019/08/28
- [Qemu-devel] [PATCH v1 7/8] contrib/gitdm: add RT-RK to domain-map, Alex Bennée, 2019/08/28
- [Qemu-devel] [PATCH v1 5/8] mailmap: Add many entries to improve 'git shortlog' statistics, Alex Bennée, 2019/08/28
- Re: [Qemu-devel] [PATCH v1 0/8] various gitdm and mailmap updates, Alex Bennée, 2019/08/28