[libvirt PATCH v3 03/10] ci: Add helper script

Erik Skultety eskultet at redhat.com
Mon Mar 15 13:18:19 UTC 2021


On Fri, Mar 12, 2021 at 06:28:15PM +0100, Andrea Bolognani wrote:
> 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 at redhat.com>
> ---
>  ci/helper | 47 +++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 47 insertions(+)
>  create mode 100755 ci/helper
> 
> diff --git a/ci/helper b/ci/helper
> new file mode 100755
> index 0000000000..2a59b8e5ab
> --- /dev/null
> +++ b/ci/helper
> @@ -0,0 +1,47 @@
> +#!/usr/bin/env python3
> +#
> +# Copyright (C) 2021 Red Hat, Inc.
> +#
> +# This library is free software; you can redistribute it and/or
> +# modify it under the terms of the GNU Lesser General Public
> +# License as published by the Free Software Foundation; either
> +# version 2.1 of the License, or (at your option) any later version.
> +#
> +# This library is distributed in the hope that it will be useful,
> +# but WITHOUT ANY WARRANTY; without even the implied warranty of
> +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
> +# Lesser General Public License for more details.
> +#
> +# You should have received a copy of the GNU Lesser General Public
> +# License along with this library.  If not, see
> +# <http://www.gnu.org/licenses/>.

This is a new file, I think we could adopt the SPDX tag for it. I remember we
discussed this in the past and the conclusion was that it was near to
impossible to adopt SPDX across libvirt main code base due to the need to get
an approval from all contributors, but since the original shell helpers didn't
use any license header, I say we can easily use SPDX here.

Erik




More information about the libvir-list mailing list