Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] virt-manager: fix tests
@ 2023-10-25  9:12 Luciogi
  2023-10-25 11:02 ` [PR REVIEW] " ahesford
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Luciogi @ 2023-10-25  9:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 480 bytes --]

There is a new pull request by Luciogi against master on the void-packages repository

https://github.com/Luciogi/void-packages virt-manager
https://github.com/void-linux/void-packages/pull/46885

virt-manager: fix tests
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)


A patch file from https://github.com/void-linux/void-packages/pull/46885.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-virt-manager-46885.patch --]
[-- Type: text/x-diff, Size: 5068 bytes --]

From ad9a00016b5874fca1492f48f0c6868b73e7c4fd Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Wed, 25 Oct 2023 14:10:41 +0500
Subject: [PATCH] virt-manager: fix tests

---
 srcpkgs/virt-manager/patches/fix_tests.patch | 70 ++++++++++++++++++++
 srcpkgs/virt-manager/template                |  2 +-
 2 files changed, 71 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/virt-manager/patches/fix_tests.patch

diff --git a/srcpkgs/virt-manager/patches/fix_tests.patch b/srcpkgs/virt-manager/patches/fix_tests.patch
new file mode 100644
index 0000000000000..f158de808519b
--- /dev/null
+++ b/srcpkgs/virt-manager/patches/fix_tests.patch
@@ -0,0 +1,70 @@
+From 6e5c1db6b4a0af96afeb09a09fb2fc2b73308f01 Mon Sep 17 00:00:00 2001
+From: Laszlo Ersek <lersek@redhat.com>
+Date: Sun, 27 Aug 2023 09:19:09 +0200
+Subject: [PATCH] tests/data: refresh Fedora tree URLs in virt-install-osinfo*
+ expected XMLs
+
+Libosinfo seems to generate Fedora tree URLs using the "https", not
+"http", scheme now; which breaks CI. Update the expected outputs
+accordingly.
+
+Signed-off-by: Laszlo Ersek <lersek@redhat.com>
+---
+ .../cli/compare/virt-install-osinfo-unattended-treeapis.xml     | 2 +-
+ tests/data/cli/compare/virt-install-osinfo-url-unattended.xml   | 2 +-
+ tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml    | 2 +-
+ tests/data/cli/compare/virt-install-osinfo-url.xml              | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/tests/data/cli/compare/virt-install-osinfo-unattended-treeapis.xml b/tests/data/cli/compare/virt-install-osinfo-unattended-treeapis.xml
+index 1140bf0bb..5f3c3474e 100644
+--- a/tests/data/cli/compare/virt-install-osinfo-unattended-treeapis.xml
++++ b/tests/data/cli/compare/virt-install-osinfo-unattended-treeapis.xml
+@@ -13,7 +13,7 @@
+     <type arch="x86_64" machine="pc-i440fx-6.1">hvm</type>
+     <kernel>/VIRTINST-TESTSUITE/vmlinuz</kernel>
+     <initrd>/VIRTINST-TESTSUITE/initrd.img</initrd>
+-    <cmdline>ks=file:/fedora.ks method=http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Fedora/x86_64/os/</cmdline>
++    <cmdline>ks=file:/fedora.ks method=https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Fedora/x86_64/os/</cmdline>
+   </os>
+   <features>
+     <acpi/>
+diff --git a/tests/data/cli/compare/virt-install-osinfo-url-unattended.xml b/tests/data/cli/compare/virt-install-osinfo-url-unattended.xml
+index fe653b8b4..2388120ac 100644
+--- a/tests/data/cli/compare/virt-install-osinfo-url-unattended.xml
++++ b/tests/data/cli/compare/virt-install-osinfo-url-unattended.xml
+@@ -13,7 +13,7 @@
+     <type arch="x86_64" machine="q35">hvm</type>
+     <kernel>/VIRTINST-TESTSUITE/vmlinuz</kernel>
+     <initrd>/VIRTINST-TESTSUITE/initrd.img</initrd>
+-    <cmdline>ks=file:/fedora.ks inst.repo=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
++    <cmdline>ks=file:/fedora.ks inst.repo=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
+   </os>
+   <features>
+     <acpi/>
+diff --git a/tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml b/tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml
+index 99fb90fb2..11fce0aad 100644
+--- a/tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml
++++ b/tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml
+@@ -13,7 +13,7 @@
+     <type arch="x86_64" machine="q35">hvm</type>
+     <kernel>/VIRTINST-TESTSUITE/vmlinuz</kernel>
+     <initrd>/VIRTINST-TESTSUITE/initrd.img</initrd>
+-    <cmdline>method=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
++    <cmdline>method=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
+   </os>
+   <features>
+     <acpi/>
+diff --git a/tests/data/cli/compare/virt-install-osinfo-url.xml b/tests/data/cli/compare/virt-install-osinfo-url.xml
+index 37fcc1091..ea1937a30 100644
+--- a/tests/data/cli/compare/virt-install-osinfo-url.xml
++++ b/tests/data/cli/compare/virt-install-osinfo-url.xml
+@@ -13,7 +13,7 @@
+     <type arch="x86_64" machine="q35">hvm</type>
+     <kernel>/VIRTINST-TESTSUITE/vmlinuz</kernel>
+     <initrd>/VIRTINST-TESTSUITE/initrd.img</initrd>
+-    <cmdline>method=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
++    <cmdline>method=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
+   </os>
+   <features>
+     <acpi/>
diff --git a/srcpkgs/virt-manager/template b/srcpkgs/virt-manager/template
index 6fcf4da68ea3c..6e4c08baa55af 100644
--- a/srcpkgs/virt-manager/template
+++ b/srcpkgs/virt-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'virt-manager'
 pkgname=virt-manager
 version=4.1.0
-revision=3
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/${pkgname}/virtManager"
 hostmakedepends="gettext python3-docutils python3-setuptools"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR REVIEW] virt-manager: fix tests
  2023-10-25  9:12 [PR PATCH] virt-manager: fix tests Luciogi
@ 2023-10-25 11:02 ` ahesford
  2023-10-25 11:25 ` [PR PATCH] [Updated] " Luciogi
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2023-10-25 11:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 221 bytes --]

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/46885#discussion_r1371550044

Comment:
If all you're doing is fixing tests, there's no need for a revbump here.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] virt-manager: fix tests
  2023-10-25  9:12 [PR PATCH] virt-manager: fix tests Luciogi
  2023-10-25 11:02 ` [PR REVIEW] " ahesford
@ 2023-10-25 11:25 ` Luciogi
  2023-10-25 11:29 ` Luciogi
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Luciogi @ 2023-10-25 11:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

There is an updated pull request by Luciogi against master on the void-packages repository

https://github.com/Luciogi/void-packages virt-manager
https://github.com/void-linux/void-packages/pull/46885

virt-manager: fix tests
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)


A patch file from https://github.com/void-linux/void-packages/pull/46885.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-virt-manager-46885.patch --]
[-- Type: text/x-diff, Size: 5520 bytes --]

From 2625168ab668f846f5ee67e1dfac492f5e401ca2 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Wed, 25 Oct 2023 14:10:41 +0500
Subject: [PATCH] virt-manager: fix tests

---
 srcpkgs/python3-gpg/template                 |  4 +-
 srcpkgs/virt-manager/patches/fix_tests.patch | 70 ++++++++++++++++++++
 2 files changed, 73 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/virt-manager/patches/fix_tests.patch

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 617a546dd6455..1cab0aa3a989c 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,14 +1,16 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=11
+revision=12
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-setuptools"
 makedepends="libgpg-error-devel libassuan-devel python3-devel ${hostmakedepends}"
 depends="python3"
+checkdepends="python3-gpg"
 short_desc="Python3 bindings for GPGME GnuPG cryptography library"
 license="LGPL-2.1-or-later, GPL-2.0-or-later"
 maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
 homepage="https://www.gnupg.org"
 distfiles="${PYPI_SITE}/g/gpg/gpg-${version}.tar.gz"
 checksum=349214a866c84aa548bc35ed14eccd2ec9085b3958d5753a63a19a71a1f523ca
+make_check=no # tests are not available
diff --git a/srcpkgs/virt-manager/patches/fix_tests.patch b/srcpkgs/virt-manager/patches/fix_tests.patch
new file mode 100644
index 0000000000000..f158de808519b
--- /dev/null
+++ b/srcpkgs/virt-manager/patches/fix_tests.patch
@@ -0,0 +1,70 @@
+From 6e5c1db6b4a0af96afeb09a09fb2fc2b73308f01 Mon Sep 17 00:00:00 2001
+From: Laszlo Ersek <lersek@redhat.com>
+Date: Sun, 27 Aug 2023 09:19:09 +0200
+Subject: [PATCH] tests/data: refresh Fedora tree URLs in virt-install-osinfo*
+ expected XMLs
+
+Libosinfo seems to generate Fedora tree URLs using the "https", not
+"http", scheme now; which breaks CI. Update the expected outputs
+accordingly.
+
+Signed-off-by: Laszlo Ersek <lersek@redhat.com>
+---
+ .../cli/compare/virt-install-osinfo-unattended-treeapis.xml     | 2 +-
+ tests/data/cli/compare/virt-install-osinfo-url-unattended.xml   | 2 +-
+ tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml    | 2 +-
+ tests/data/cli/compare/virt-install-osinfo-url.xml              | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/tests/data/cli/compare/virt-install-osinfo-unattended-treeapis.xml b/tests/data/cli/compare/virt-install-osinfo-unattended-treeapis.xml
+index 1140bf0bb..5f3c3474e 100644
+--- a/tests/data/cli/compare/virt-install-osinfo-unattended-treeapis.xml
++++ b/tests/data/cli/compare/virt-install-osinfo-unattended-treeapis.xml
+@@ -13,7 +13,7 @@
+     <type arch="x86_64" machine="pc-i440fx-6.1">hvm</type>
+     <kernel>/VIRTINST-TESTSUITE/vmlinuz</kernel>
+     <initrd>/VIRTINST-TESTSUITE/initrd.img</initrd>
+-    <cmdline>ks=file:/fedora.ks method=http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Fedora/x86_64/os/</cmdline>
++    <cmdline>ks=file:/fedora.ks method=https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Fedora/x86_64/os/</cmdline>
+   </os>
+   <features>
+     <acpi/>
+diff --git a/tests/data/cli/compare/virt-install-osinfo-url-unattended.xml b/tests/data/cli/compare/virt-install-osinfo-url-unattended.xml
+index fe653b8b4..2388120ac 100644
+--- a/tests/data/cli/compare/virt-install-osinfo-url-unattended.xml
++++ b/tests/data/cli/compare/virt-install-osinfo-url-unattended.xml
+@@ -13,7 +13,7 @@
+     <type arch="x86_64" machine="q35">hvm</type>
+     <kernel>/VIRTINST-TESTSUITE/vmlinuz</kernel>
+     <initrd>/VIRTINST-TESTSUITE/initrd.img</initrd>
+-    <cmdline>ks=file:/fedora.ks inst.repo=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
++    <cmdline>ks=file:/fedora.ks inst.repo=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
+   </os>
+   <features>
+     <acpi/>
+diff --git a/tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml b/tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml
+index 99fb90fb2..11fce0aad 100644
+--- a/tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml
++++ b/tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml
+@@ -13,7 +13,7 @@
+     <type arch="x86_64" machine="q35">hvm</type>
+     <kernel>/VIRTINST-TESTSUITE/vmlinuz</kernel>
+     <initrd>/VIRTINST-TESTSUITE/initrd.img</initrd>
+-    <cmdline>method=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
++    <cmdline>method=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
+   </os>
+   <features>
+     <acpi/>
+diff --git a/tests/data/cli/compare/virt-install-osinfo-url.xml b/tests/data/cli/compare/virt-install-osinfo-url.xml
+index 37fcc1091..ea1937a30 100644
+--- a/tests/data/cli/compare/virt-install-osinfo-url.xml
++++ b/tests/data/cli/compare/virt-install-osinfo-url.xml
+@@ -13,7 +13,7 @@
+     <type arch="x86_64" machine="q35">hvm</type>
+     <kernel>/VIRTINST-TESTSUITE/vmlinuz</kernel>
+     <initrd>/VIRTINST-TESTSUITE/initrd.img</initrd>
+-    <cmdline>method=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
++    <cmdline>method=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
+   </os>
+   <features>
+     <acpi/>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] virt-manager: fix tests
  2023-10-25  9:12 [PR PATCH] virt-manager: fix tests Luciogi
  2023-10-25 11:02 ` [PR REVIEW] " ahesford
  2023-10-25 11:25 ` [PR PATCH] [Updated] " Luciogi
@ 2023-10-25 11:29 ` Luciogi
  2023-10-25 11:40 ` [PR REVIEW] " Luciogi
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Luciogi @ 2023-10-25 11:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

There is an updated pull request by Luciogi against master on the void-packages repository

https://github.com/Luciogi/void-packages virt-manager
https://github.com/void-linux/void-packages/pull/46885

virt-manager: fix tests
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)


A patch file from https://github.com/void-linux/void-packages/pull/46885.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-virt-manager-46885.patch --]
[-- Type: text/x-diff, Size: 4553 bytes --]

From c30499c1a2f87ff5e0f30c7ac6beaceb25f390d7 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Wed, 25 Oct 2023 16:29:28 +0500
Subject: [PATCH] virt-manager: fix tests

---
 srcpkgs/virt-manager/patches/fix_tests.patch | 70 ++++++++++++++++++++
 1 file changed, 70 insertions(+)
 create mode 100644 srcpkgs/virt-manager/patches/fix_tests.patch

diff --git a/srcpkgs/virt-manager/patches/fix_tests.patch b/srcpkgs/virt-manager/patches/fix_tests.patch
new file mode 100644
index 0000000000000..f158de808519b
--- /dev/null
+++ b/srcpkgs/virt-manager/patches/fix_tests.patch
@@ -0,0 +1,70 @@
+From 6e5c1db6b4a0af96afeb09a09fb2fc2b73308f01 Mon Sep 17 00:00:00 2001
+From: Laszlo Ersek <lersek@redhat.com>
+Date: Sun, 27 Aug 2023 09:19:09 +0200
+Subject: [PATCH] tests/data: refresh Fedora tree URLs in virt-install-osinfo*
+ expected XMLs
+
+Libosinfo seems to generate Fedora tree URLs using the "https", not
+"http", scheme now; which breaks CI. Update the expected outputs
+accordingly.
+
+Signed-off-by: Laszlo Ersek <lersek@redhat.com>
+---
+ .../cli/compare/virt-install-osinfo-unattended-treeapis.xml     | 2 +-
+ tests/data/cli/compare/virt-install-osinfo-url-unattended.xml   | 2 +-
+ tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml    | 2 +-
+ tests/data/cli/compare/virt-install-osinfo-url.xml              | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/tests/data/cli/compare/virt-install-osinfo-unattended-treeapis.xml b/tests/data/cli/compare/virt-install-osinfo-unattended-treeapis.xml
+index 1140bf0bb..5f3c3474e 100644
+--- a/tests/data/cli/compare/virt-install-osinfo-unattended-treeapis.xml
++++ b/tests/data/cli/compare/virt-install-osinfo-unattended-treeapis.xml
+@@ -13,7 +13,7 @@
+     <type arch="x86_64" machine="pc-i440fx-6.1">hvm</type>
+     <kernel>/VIRTINST-TESTSUITE/vmlinuz</kernel>
+     <initrd>/VIRTINST-TESTSUITE/initrd.img</initrd>
+-    <cmdline>ks=file:/fedora.ks method=http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Fedora/x86_64/os/</cmdline>
++    <cmdline>ks=file:/fedora.ks method=https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/17/Fedora/x86_64/os/</cmdline>
+   </os>
+   <features>
+     <acpi/>
+diff --git a/tests/data/cli/compare/virt-install-osinfo-url-unattended.xml b/tests/data/cli/compare/virt-install-osinfo-url-unattended.xml
+index fe653b8b4..2388120ac 100644
+--- a/tests/data/cli/compare/virt-install-osinfo-url-unattended.xml
++++ b/tests/data/cli/compare/virt-install-osinfo-url-unattended.xml
+@@ -13,7 +13,7 @@
+     <type arch="x86_64" machine="q35">hvm</type>
+     <kernel>/VIRTINST-TESTSUITE/vmlinuz</kernel>
+     <initrd>/VIRTINST-TESTSUITE/initrd.img</initrd>
+-    <cmdline>ks=file:/fedora.ks inst.repo=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
++    <cmdline>ks=file:/fedora.ks inst.repo=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
+   </os>
+   <features>
+     <acpi/>
+diff --git a/tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml b/tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml
+index 99fb90fb2..11fce0aad 100644
+--- a/tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml
++++ b/tests/data/cli/compare/virt-install-osinfo-url-with-disk.xml
+@@ -13,7 +13,7 @@
+     <type arch="x86_64" machine="q35">hvm</type>
+     <kernel>/VIRTINST-TESTSUITE/vmlinuz</kernel>
+     <initrd>/VIRTINST-TESTSUITE/initrd.img</initrd>
+-    <cmdline>method=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
++    <cmdline>method=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
+   </os>
+   <features>
+     <acpi/>
+diff --git a/tests/data/cli/compare/virt-install-osinfo-url.xml b/tests/data/cli/compare/virt-install-osinfo-url.xml
+index 37fcc1091..ea1937a30 100644
+--- a/tests/data/cli/compare/virt-install-osinfo-url.xml
++++ b/tests/data/cli/compare/virt-install-osinfo-url.xml
+@@ -13,7 +13,7 @@
+     <type arch="x86_64" machine="q35">hvm</type>
+     <kernel>/VIRTINST-TESTSUITE/vmlinuz</kernel>
+     <initrd>/VIRTINST-TESTSUITE/initrd.img</initrd>
+-    <cmdline>method=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
++    <cmdline>method=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/26/Server/x86_64/os/</cmdline>
+   </os>
+   <features>
+     <acpi/>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR REVIEW] virt-manager: fix tests
  2023-10-25  9:12 [PR PATCH] virt-manager: fix tests Luciogi
                   ` (2 preceding siblings ...)
  2023-10-25 11:29 ` Luciogi
@ 2023-10-25 11:40 ` Luciogi
  2024-01-25  1:48 ` github-actions
  2024-02-09  1:44 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: Luciogi @ 2023-10-25 11:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 152 bytes --]

New review comment by Luciogi on void-packages repository

https://github.com/void-linux/void-packages/pull/46885#discussion_r1371595409

Comment:
done

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: virt-manager: fix tests
  2023-10-25  9:12 [PR PATCH] virt-manager: fix tests Luciogi
                   ` (3 preceding siblings ...)
  2023-10-25 11:40 ` [PR REVIEW] " Luciogi
@ 2024-01-25  1:48 ` github-actions
  2024-02-09  1:44 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2024-01-25  1:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/46885#issuecomment-1909211164

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Closed]: virt-manager: fix tests
  2023-10-25  9:12 [PR PATCH] virt-manager: fix tests Luciogi
                   ` (4 preceding siblings ...)
  2024-01-25  1:48 ` github-actions
@ 2024-02-09  1:44 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2024-02-09  1:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

There's a closed pull request on the void-packages repository

virt-manager: fix tests
https://github.com/void-linux/void-packages/pull/46885

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-02-09  1:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-25  9:12 [PR PATCH] virt-manager: fix tests Luciogi
2023-10-25 11:02 ` [PR REVIEW] " ahesford
2023-10-25 11:25 ` [PR PATCH] [Updated] " Luciogi
2023-10-25 11:29 ` Luciogi
2023-10-25 11:40 ` [PR REVIEW] " Luciogi
2024-01-25  1:48 ` github-actions
2024-02-09  1:44 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).