Re: [kvm-unit-tests PATCH v10 2/7] add .gitpublish metadata

2023-03-21 Thread Andrew Jones
On Tue, Mar 07, 2023 at 11:28:40AM +, Alex Bennée wrote: > This allows for users of git-publish to have default routing for kvm > and kvmarm patches. > > Signed-off-by: Alex Bennée > --- > .gitpublish | 18 ++ > 1 file changed, 18 insertions(+) > create mode 100644 .gitpubli

[kvm-unit-tests PATCH v10 2/7] add .gitpublish metadata

2023-03-07 Thread Alex Bennée
This allows for users of git-publish to have default routing for kvm and kvmarm patches. Signed-off-by: Alex Bennée --- .gitpublish | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 .gitpublish diff --git a/.gitpublish b/.gitpublish new file mode 100644 index 000