From nobody Tue May 7 12:18:10 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1528812422546639.1040598482293; Tue, 12 Jun 2018 07:07:02 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 18F103082124; Tue, 12 Jun 2018 14:07:01 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AD993309128B; Tue, 12 Jun 2018 14:07:00 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id AC7BD4CA83; Tue, 12 Jun 2018 14:06:59 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w5CE6u7S018463 for ; Tue, 12 Jun 2018 10:06:56 -0400 Received: by smtp.corp.redhat.com (Postfix) id 2DDA2178B2; Tue, 12 Jun 2018 14:06:56 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.43.2.44]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C6F947C2A for ; Tue, 12 Jun 2018 14:06:55 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Tue, 12 Jun 2018 16:06:46 +0200 Message-Id: <20180612140648.21102-2-abologna@redhat.com> In-Reply-To: <20180612140648.21102-1-abologna@redhat.com> References: <20180612140648.21102-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 1/3] projects: Drop libvirt-master-build-website job X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Tue, 12 Jun 2018 14:07:02 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" The job has been failing ever since libvirt has made GnuTLS 3.2.0 mandatory with commit 60d9ad6f1e42, so it no longer provides any value. Signed-off-by: Andrea Bolognani Reviewed-by: Katerina Koukiou --- projects/libvirt.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/projects/libvirt.yaml b/projects/libvirt.yaml index 3d893dd..7a8392e 100644 --- a/projects/libvirt.yaml +++ b/projects/libvirt.yaml @@ -40,14 +40,3 @@ local_env: '{mingw64_local_env}' autogen_args: '{mingw64_autogen_args}' machines: '{mingw_machines}' - - generic-build-job: - parent_jobs: - variant: -website - command: | - mkdir build - cd build - ../autogen.sh --without-libvirtd --without-macvtap - $MAKE -C docs/ - $MAKE dist - machines: - - libvirt-centos-6 --=20 2.17.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Tue May 7 12:18:10 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1528812425120526.1551526776897; Tue, 12 Jun 2018 07:07:05 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A58E73084022; Tue, 12 Jun 2018 14:07:01 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 21D7A16D28; Tue, 12 Jun 2018 14:07:01 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 731BB4CA80; Tue, 12 Jun 2018 14:07:00 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w5CE6uxK018468 for ; Tue, 12 Jun 2018 10:06:57 -0400 Received: by smtp.corp.redhat.com (Postfix) id C4278178B2; Tue, 12 Jun 2018 14:06:56 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.43.2.44]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 69099178B4 for ; Tue, 12 Jun 2018 14:06:56 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Tue, 12 Jun 2018 16:06:47 +0200 Message-Id: <20180612140648.21102-3-abologna@redhat.com> In-Reply-To: <20180612140648.21102-1-abologna@redhat.com> References: <20180612140648.21102-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 2/3] guests: Drop libvirt+website project X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.40]); Tue, 12 Jun 2018 14:07:04 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" We're no longer running the corresponding job. Signed-off-by: Andrea Bolognani Reviewed-by: Katerina Koukiou --- guests/host_vars/libvirt-centos-6/main.yml | 1 - guests/vars/projects/libvirt+website.yml | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 guests/vars/projects/libvirt+website.yml diff --git a/guests/host_vars/libvirt-centos-6/main.yml b/guests/host_vars/= libvirt-centos-6/main.yml index 265c622..c3a555c 100644 --- a/guests/host_vars/libvirt-centos-6/main.yml +++ b/guests/host_vars/libvirt-centos-6/main.yml @@ -1,3 +1,2 @@ --- projects: - - libvirt+website diff --git a/guests/vars/projects/libvirt+website.yml b/guests/vars/project= s/libvirt+website.yml deleted file mode 100644 index 128ed8c..0000000 --- a/guests/vars/projects/libvirt+website.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -packages: - - libxml2 - - rpcgen - - xsltproc --=20 2.17.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Tue May 7 12:18:10 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1528812441445570.859622878482; Tue, 12 Jun 2018 07:07:21 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E892F308214E; Tue, 12 Jun 2018 14:07:17 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A64C765960; Tue, 12 Jun 2018 14:07:17 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 238211800532; Tue, 12 Jun 2018 14:07:17 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w5CE6vo6018476 for ; Tue, 12 Jun 2018 10:06:57 -0400 Received: by smtp.corp.redhat.com (Postfix) id 836C3178B4; Tue, 12 Jun 2018 14:06:57 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.43.2.44]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0AD9E7C2A for ; Tue, 12 Jun 2018 14:06:56 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Tue, 12 Jun 2018 16:06:48 +0200 Message-Id: <20180612140648.21102-4-abologna@redhat.com> In-Reply-To: <20180612140648.21102-1-abologna@redhat.com> References: <20180612140648.21102-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 3/3] guests: Drop CentOS 6 support X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Tue, 12 Jun 2018 14:07:20 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" It hasn't been a target platform for a while now, and the last job that was running on it has been dropped too. Signed-off-by: Andrea Bolognani Reviewed-by: Katerina Koukiou --- guests/host_vars/libvirt-centos-6/install.yml | 3 - guests/host_vars/libvirt-centos-6/main.yml | 2 - guests/inventory | 1 - guests/tasks/base.yml | 2 - guests/vars/mappings.yml | 19 +--- guests/vars/projects/libvirt.yml | 1 - guests/vars/vault.yml | 86 +++++++++---------- 7 files changed, 42 insertions(+), 72 deletions(-) delete mode 100644 guests/host_vars/libvirt-centos-6/install.yml delete mode 100644 guests/host_vars/libvirt-centos-6/main.yml diff --git a/guests/host_vars/libvirt-centos-6/install.yml b/guests/host_va= rs/libvirt-centos-6/install.yml deleted file mode 100644 index 3a9459b..0000000 --- a/guests/host_vars/libvirt-centos-6/install.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -install_url: http://mirror.centos.org/centos/6/os/x86_64/ -install_config: kickstart.cfg diff --git a/guests/host_vars/libvirt-centos-6/main.yml b/guests/host_vars/= libvirt-centos-6/main.yml deleted file mode 100644 index c3a555c..0000000 --- a/guests/host_vars/libvirt-centos-6/main.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -projects: diff --git a/guests/inventory b/guests/inventory index 0c8e280..6ea43d9 100644 --- a/guests/inventory +++ b/guests/inventory @@ -1,4 +1,3 @@ -libvirt-centos-6 libvirt-centos-7 libvirt-debian-8 libvirt-debian-9 diff --git a/guests/tasks/base.yml b/guests/tasks/base.yml index b774b29..13d02f8 100644 --- a/guests/tasks/base.yml +++ b/guests/tasks/base.yml @@ -156,8 +156,6 @@ warn: no when: - package_format =3D=3D 'rpm' - - not ( os_name =3D=3D 'CentOS' and - os_version =3D=3D '6' ) =20 - name: Clean up packages after update apt: diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml index 9847649..92822cb 100644 --- a/guests/vars/mappings.yml +++ b/guests/vars/mappings.yml @@ -9,7 +9,7 @@ # - default # - package format (deb, pkg, rpm) # - OS name (CentOS, Debian, Fedora, FreeBSD, Ubuntu) -# - OS version (CentOS6, Debian9, FedoraRawhide, Ubuntu18 and so on) +# - OS version (CentOS7, Debian9, FedoraRawhide, Ubuntu18 and so on) # # So something like # @@ -58,7 +58,6 @@ mappings: =20 bash-completion: default: bash-completion - CentOS6: =20 ccache: default: ccache @@ -144,19 +143,16 @@ mappings: go: default: golang FreeBSD: go - CentOS6: =20 gobject-introspection: deb: libgirepository1.0-dev pkg: gobject-introspection rpm: gobject-introspection-devel - CentOS6: =20 gtk3: deb: libgtk-3-dev pkg: gtk3 rpm: gtk3-devel - CentOS6: =20 gtk-doc: default: gtk-doc @@ -171,14 +167,12 @@ mappings: deb: libgtk-vnc-2.0-dev pkg: gtk-vnc rpm: gtk-vnc2-devel - CentOS6: =20 hal: FreeBSD: hal =20 icoutils: default: icoutils - CentOS6: =20 intltool: default: intltool @@ -245,9 +239,6 @@ mappings: Debian: libgovirt-dev Debian8: =20 - libnl: - CentOS6: libnl-devel - libnl3: deb: libnl-3-dev rpm: libnl3-devel @@ -293,7 +284,6 @@ mappings: rpm: libssh-devel Debian: libssh-gcrypt-dev Ubuntu: libssh-dev - CentOS6: =20 libssh2: deb: libssh2-1-dev @@ -528,7 +518,6 @@ mappings: deb: libcpan-changes-perl pkg: p5-CPAN-Changes rpm: perl-CPAN-Changes - CentOS6: =20 perl-Config-Record: deb: libconfig-record-perl @@ -539,13 +528,11 @@ mappings: deb: libdigest-perl pkg: p5-Digest rpm: perl-Digest - CentOS6: =20 perl-Digest-MD5: deb: libdigest-perl-md5-perl pkg: p5-Digest-MD5 rpm: perl-Digest-MD5 - CentOS6: =20 perl-File-Slurp: deb: libfile-slurp-perl @@ -632,7 +619,6 @@ mappings: =20 perl-generators: rpm: perl-generators - CentOS6: CentOS7: =20 pkg-config: @@ -757,7 +743,6 @@ mappings: deb: libspice-client-gtk-3.0-dev pkg: spice-gtk rpm: spice-gtk3-devel - CentOS6: =20 sudo: default: sudo @@ -765,7 +750,6 @@ mappings: tc: deb: iproute2 rpm: iproute-tc - CentOS6: iproute CentOS7: iproute =20 unzip: @@ -779,7 +763,6 @@ mappings: vala: default: vala deb: valac - CentOS6: =20 vim: default: vim diff --git a/guests/vars/projects/libvirt.yml b/guests/vars/projects/libvir= t.yml index 248a64e..3274564 100644 --- a/guests/vars/projects/libvirt.yml +++ b/guests/vars/projects/libvirt.yml @@ -22,7 +22,6 @@ packages: - libcap-ng - libcurl - libdbus - - libnl - libnl3 - libnlroute3 - libnuma diff --git a/guests/vars/vault.yml b/guests/vars/vault.yml index 5bf89dc..69a61da 100644 --- a/guests/vars/vault.yml +++ b/guests/vars/vault.yml @@ -1,46 +1,42 @@ $ANSIBLE_VAULT;1.1;AES256 -66646139336431653964363035353762363664313738393832356132333835616363373032= 656335 -3439633266356532316564643762623935643736613839390a616631363336393962633464= 326264 -31373235323236303134356165386638663865353331353362386538386233363438623035= 343462 -3864656136376430360a646235373734636666373934616463363234316262376534633865= 616632 -32643566633531323162366134333562363463336237646130393965646335316561393565= 663664 -36343164373564336233363963393031363937336137303433396265323261663632373534= 613365 -31613838363562366564646333646638303837626638323065326237623665646264633233= 633537 -39373432363962396463323532353434623631383763346234343462333565383333366439= 393835 -30356437393232363432313334616462346164393437303330343562356461626464633935= 376239 -39626464316662333736643962623961343662396236306239333335373033366535623730= 353538 -66346164333839626563366666373432363331343030663537663536623965303333393534= 316538 -66623737363431303632363237323562306134376336393564366138626435343539613239= 623539 -39653331623466333535356166653036356564373138623461643862346161383062623738= 626266 -32613337323038646134336333613266386332353431656263353463656162393732343730= 393736 -34373033653933656565613063316463373535333836353234333536643639323037373333= 376338 -65666632623161326538333263626264373535633462306361633835323439663536326433= 616263 -66373532633865653834323565333536313731643837393834666464626565373938336537= 363633 -33323335633261643638643038623631633362633366393564316632383030656262383931= 656262 -65306265316264373732623466393935666633353730346632336262663766333833393961= 353565 -36383336313062363930633335346430306138656538633637623266383461323735643635= 613531 -38613265353736303336616638303333343739313033383363303638346266663830613534= 666464 -33383538303562643232626333303065313364386336366165316263363135396637623739= 316261 -32376332373539616334646130366262343837323832623965376566343366336563386639= 326333 -36653365383162623333373766393166656463393331663035616636386238396365663535= 383334 -39663634386133613138333730366331653262383761633462633239666132343239643735= 303732 -37343239383038343332656565313465666261646436333536363532376361636461336133= 336465 -65663561336430336664636262356362636635623961386462313437373863366134343164= 643762 -64653236616435326432363137646362646433316535393135353333336331313832623461= 623536 -35653739613834323564313163383563383633343336316533356535623838313663623464= 353238 -66333862623762316363636439613430363038633062663439383032393934313266316131= 323836 -30396163303038323564663639656161353336356435633635306538313032626566306366= 666135 -36383234353161313534343962336536313763306337393239626330396363396235643239= 306436 -31386631383666363365313434366538616130636164363536343364653861666662343065= 346663 -31356430653831653962333333396436626630333831343537366636336462373865643164= 326637 -65623237373561616164333238336463666239306564626538383666303562623632303630= 303335 -36386665346135623334646336663831666136323231376131383263343631643962643962= 336466 -38376264376662383263373562313263613866316138653862643833666134316338343863= 363631 -32663961366635353461303633366364333836636639386537396565333737353164616165= 323238 -66656666323265323361613162353835313763656637633464363131343361366435313565= 326664 -63663064336231633865663665666564366264366638356265396236326436623133653836= 376665 -30383436353663663637363337313232373430356261316465326261656161356436373265= 653939 -63356538663134386438666638386563393961373265363532653733373263623932613737= 613234 -61643536663036633132623161343935376633313364616436626561396262303765393662= 346632 -62353432646234383764366235623062636536666537323831316133636537306334616266= 363164 -64613735653731626231313931633839326663343262316362383763653832356163 +37356635383236643531373130663563383030653062366434323439383730323638623666= 373637 +6134653331323363616632383936343465316238623138620a316461613830373831623862= 303263 +37383431363061346133613938643764363263303262636637363862623866656662623534= 313030 +3163623062663665310a343536313232373366316535373034623534356538366266666438= 643966 +61643263356336346433633434336237383464366431383637643931366135383032373332= 393434 +66386565336165323239613666373463633039393662623934363934356439393636383565= 653835 +35366361366434313837386462333734303036353530363464366564363336356637633362= 666666 +39356138363838383832343837643064646564616665326264363333663763326163343538= 303231 +66336631303263363236646364633639623835386466383331626233373361656339666331= 363933 +31643561383866356130613265626666303038613334333264636232633334666234313565= 396266 +38653137383531343964343964303432343039326332356239396539353766343536373834= 653863 +32633132386131376263353830656364363837666333666138383136646131666336323262= 353762 +63346265646637653961383635376563393432346631396238333564663135323138623936= 383130 +64306130653931666132316438323938386336336264623532353935616364333831646434= 313165 +36373337663764643033356230396165353061366634363162333163623533396163333864= 646565 +62633133663433643338616434313437356464643034323161386262336466303365643836= 393537 +37323465356364656239643161383638653438333562333134663536376436616338336531= 333837 +65353439663663383062393533316639313634306436316531666435373139393633333666= 623237 +63626535323066336337313639643930383865663730383238613731396261626434323763= 613133 +65333739356235623133396161663262633766313432636433346336373431383765613634= 353464 +34626363363234643861373336353462383730333634353632653261303431333736616238= 383961 +36653433303935666131306339373765643632306536356538656434346335373863333565= 306466 +35343131663335363432343433346538303539636263353061323333313339636139663139= 383861 +32646563343062363634613034393430313135383530633162353661356637616439623936= 346532 +34646439333636336533663862333935613161616435626661313936343830356434396631= 356464 +33646565383931343936616438333034393837636666346336373665363834343238313062= 383662 +35653336666238383835646166653763336432613063623765323962646139346466326135= 303031 +61636361336563396465333265323932376531353132363135363431306631653161363836= 393831 +66396561333539336636306331313434343935326132376538633233623230396533336566= 343364 +39316236653761343534326632383761613835613431306338343565363732356434383632= 303234 +63313233303861306663613630633832356139383138663531336465623361663336306234= 353536 +31623562383466346437383539386434643265616137356561663530353330346233386633= 636133 +30383265386530346463383165316162643062663039366536663332623165386364393531= 343363 +33623932333361303037366165363865376565373362396631316135643633383438386261= 623034 +30343436386161646537633633353937666639653132353537663764633166663564346630= 326362 +35333433323938373362663231313863616634626363333032356230393338323861353763= 646332 +64633735383535326339666564326339333761643366363062363231303361353337306563= 666266 +63353964343864626136643766666237643536623131663936656334346335333630613866= 356138 +31643936643034336134333336633738666139316164323837366135343636313164663233= 373239 +32343933343135653635313337613932353461626538366366646566383037383766346233= 316666 +34303338393534366337633330346136386237653037666264613062336339343939 --=20 2.17.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list