diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-08-22 14:23:49 +0200 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-09-02 10:52:09 +0100 |
commit | 2f1b409a6f6010545866e288299a3336a418ef97 (patch) | |
tree | a232e3f689918a582550a1dc2d3e29cc80f1b033 /contrib | |
parent | c6ee95216b1a98c909e24659741622aaf563df86 (diff) | |
download | qemu-2f1b409a6f6010545866e288299a3336a418ef97.zip qemu-2f1b409a6f6010545866e288299a3336a418ef97.tar.gz qemu-2f1b409a6f6010545866e288299a3336a418ef97.tar.bz2 |
contrib/gitdm: filetype interface is not in order, fix
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>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Message-Id: <20190822122350.29852-2-armbru@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gitdm/filetypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitdm/filetypes.txt b/contrib/gitdm/filetypes.txt index 165b71b..2d5002f 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 # # |