Message ID | dfe59e554a25a180b9bece8fd6a0f9a142654004.1690294965.git.simone.ballarin@bugseng.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | automation: Add ECLAIR pipelines | expand |
On Tue, 25 Jul 2023, Simone Ballarin wrote: > Signed-off-by: Simone Ballarin <simone.ballarin@bugseng.com> > > -- > Changes in v3: > - split maintainer add in a separate patch; > - substitute blanks with tabs; > - fix file paths; > - change role from maintainer to reviewer. > > Changes in v2: > - add ECLAIR configuration files (before they were fetched from a separate > repository); > - now the pipeline fails if there are new violations of guidelines tagged > with clean:added. > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 180e57dac4..66ff0ed710 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -305,6 +305,12 @@ F: xen/include/xen/libfdt/ > F: xen/include/xen/device_tree.h > F: xen/drivers/passthrough/device_tree.c > > +ECLAIR > +R: Simone Ballarin <simone.ballarin@bugseng.com> > +S: Supported > +F: automation/eclair_analysis/ > +F: automation/scripts/eclair There is still a whitespace problem: it is supposed to be only tabs, not 1 space then 1 tab. However, it can be fixed on commit: Acked-by: Stefano Stabellini <sstabellini@kernel.org> > EFI > M: Jan Beulich <jbeulich@suse.com> > S: Supported > -- > 2.34.1 >
diff --git a/MAINTAINERS b/MAINTAINERS index 180e57dac4..66ff0ed710 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -305,6 +305,12 @@ F: xen/include/xen/libfdt/ F: xen/include/xen/device_tree.h F: xen/drivers/passthrough/device_tree.c +ECLAIR +R: Simone Ballarin <simone.ballarin@bugseng.com> +S: Supported +F: automation/eclair_analysis/ +F: automation/scripts/eclair + EFI M: Jan Beulich <jbeulich@suse.com> S: Supported
Signed-off-by: Simone Ballarin <simone.ballarin@bugseng.com> -- Changes in v3: - split maintainer add in a separate patch; - substitute blanks with tabs; - fix file paths; - change role from maintainer to reviewer. Changes in v2: - add ECLAIR configuration files (before they were fetched from a separate repository); - now the pipeline fails if there are new violations of guidelines tagged with clean:added. --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)