qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
	"Markus Armbruster" <armbru@redhat.com>
Subject: [Qemu-devel] [PATCH v1 1/8] contrib/gitdm: filetype interface is not in order, fix
Date: Wed, 28 Aug 2019 13:09:14 +0100	[thread overview]
Message-ID: <20190828120921.9586-2-alex.bennee@linaro.org> (raw)
In-Reply-To: <20190828120921.9586-1-alex.bennee@linaro.org>

From: Markus Armbruster <armbru@redhat.com>

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 <armbru@redhat.com>
Message-Id: <20190822122350.29852-2-armbru@redhat.com>
---
 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



  reply	other threads:[~2019-08-28 12:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-28 12:09 [Qemu-devel] [PATCH v1 0/8] various gitdm and mailmap updates Alex Bennée
2019-08-28 12:09 ` Alex Bennée [this message]
2019-08-28 12:09 ` [Qemu-devel] [PATCH v1 2/8] contrib/gitdm: Add armbru@pond.sub.org to group-map-redhat Alex Bennée
2019-08-28 12:09 ` [Qemu-devel] [PATCH v1 3/8] mailmap: Reorder by sections Alex Bennée
2019-08-28 12:09 ` [Qemu-devel] [PATCH v1 4/8] mailmap: Update philmd email address Alex Bennée
2019-08-28 12:09 ` [Qemu-devel] [PATCH v1 5/8] mailmap: Add many entries to improve 'git shortlog' statistics Alex Bennée
2019-08-28 13:33   ` Aleksandar Markovic
2019-08-28 12:09 ` [Qemu-devel] [PATCH v1 6/8] .mailmap/aliases: add some further commentary Alex Bennée
2019-08-28 12:09 ` [Qemu-devel] [PATCH v1 7/8] contrib/gitdm: add RT-RK to domain-map Alex Bennée
  -- strict thread matches above, loose matches on Subject: below --
2019-08-28 12:08 [Qemu-devel] [PATCH v1 0/8] various gitdm and mailmap updates Alex Bennée
2019-08-28 12:08 ` [Qemu-devel] [PATCH v1 1/8] contrib/gitdm: filetype interface is not in order, fix Alex Bennée
2019-08-28 13:34   ` Aleksandar Markovic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190828120921.9586-2-alex.bennee@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=armbru@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).