]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ci: Add helper script
authorAndrea Bolognani <abologna@redhat.com>
Tue, 16 Feb 2021 16:21:49 +0000 (17:21 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 15 Mar 2021 17:49:03 +0000 (18:49 +0100)
commitb204cdab69f7198dcd0a1da5fce4efcb162a9003
treef3b595e1e0c86c05f5570d1f9aea436376b98663
parent7f601d1f10cdee49fd74cd974b2b7051caa44e0a
ci: Add helper script

This is intended to be perform a number of CI-related operations
that are currently implemented in various different scripts
written in various different programming languages.

Eventually, all existing functionality will be reimplemented in
Python and made available through this single entry point; for
now, let's start with a very basic skeleton.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
ci/helper [new file with mode: 0755]