[libvirt] [jenkins-ci PATCH v2 02/12] lcitool: Stub out Python implementation

Ján Tomko jtomko at redhat.com
Fri Jul 13 12:06:26 UTC 2018


On Thu, Jul 12, 2018 at 05:19:19PM +0200, Andrea Bolognani wrote:
>Doesn't do much right now, but it's a start :)
>
>Signed-off-by: Andrea Bolognani <abologna at redhat.com>
>---
> guests/lcitool | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 69 insertions(+)
> create mode 100755 guests/lcitool
>
>diff --git a/guests/lcitool b/guests/lcitool
>new file mode 100755
>index 0000000..1cba8ad
>--- /dev/null
>+++ b/guests/lcitool
>@@ -0,0 +1,69 @@
>+#!/usr/bin/env python
>+
>+# lcitool - libvirt CI guest management tool
>+# Copyright (C) 2017-2018  Andrea Bolognani <abologna at redhat.com>
>+#
>+# This program is free software; you can redistribute it and/or modify it
>+# under the terms of the GNU General Public License as published by the
>+# Free Software Foundation; either version 2 of the License, or (at your
>+# option) any later version.
>+#
>+# This program 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 General
>+# Public License for more details.
>+#
>+# You should have received a copy of the GNU General Public License along
>+# with this program; if not, write to the Free Software Foundation, Inc.,
>+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>+

Please use:
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.

Per the recommendation on https://www.gnu.org/licenses/gpl-howto.html
instead of listing the physical address.

Jano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20180713/d0021901/attachment-0001.sig>


More information about the libvir-list mailing list