* [PATCH] tests/vm: update openbsd to release 6.8
@ 2020-10-27 5:30 Brad Smith
2020-10-27 10:05 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 6+ messages in thread
From: Brad Smith @ 2020-10-27 5:30 UTC (permalink / raw)
To: qemu-devel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 1236 bytes --]
tests/vm: update openbsd to release 6.8
A double dash at the end of a package name removes ambiguity
when the intent is to install a non-FLAVORed package.
Signed-off-by: Brad Smith <brad@comstyle.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Tested-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
diff --git a/tests/vm/openbsd b/tests/vm/openbsd
index 8356646f21..5ffa4f1b37 100755
--- a/tests/vm/openbsd
+++ b/tests/vm/openbsd
@@ -22,8 +22,8 @@ class OpenBSDVM(basevm.BaseVM):
name = "openbsd"
arch = "x86_64"
- link = "https://cdn.openbsd.org/pub/OpenBSD/6.6/amd64/install66.iso"
- csum = "b22e63df56e6266de6bbeed8e9be0fbe9ee2291551c5bc03f3cc2e4ab9436ee3"
+ link = "https://cdn.openbsd.org/pub/OpenBSD/6.8/amd64/install68.iso"
+ csum = "47e291fcc2d0c1a8ae0b66329f040b33af755b6adbd21739e20bb5ad56f62b6c"
size = "20G"
pkgs = [
# tools
@@ -36,10 +36,10 @@ class OpenBSDVM(basevm.BaseVM):
"bash",
"gmake",
"gsed",
- "gettext",
+ "gettext-tools",
# libs: usb
- "libusb1",
+ "libusb1--",
# libs: crypto
"gnutls",
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] tests/vm: update openbsd to release 6.8
2020-10-27 5:30 [PATCH] tests/vm: update openbsd to release 6.8 Brad Smith
@ 2020-10-27 10:05 ` Philippe Mathieu-Daudé
2020-10-27 10:22 ` Brad Smith
0 siblings, 1 reply; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-27 10:05 UTC (permalink / raw)
To: Brad Smith, qemu-devel; +Cc: Gerd Hoffmann
On 10/27/20 6:30 AM, Brad Smith wrote:
> tests/vm: update openbsd to release 6.8
>
> A double dash at the end of a package name removes ambiguity
> when the intent is to install a non-FLAVORed package.
>
> Signed-off-by: Brad Smith <brad@comstyle.com>
> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
> Tested-by: Gerd Hoffmann <kraxel@redhat.com>
> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
I confirm Brad sent us this patch off-list, and
- our review comments are addressed,
- the tags are correct.
The patch format itself seems broken... Like a copy/paste
into an email client...
---
>
>
> diff --git a/tests/vm/openbsd b/tests/vm/openbsd
> index 8356646f21..5ffa4f1b37 100755
> --- a/tests/vm/openbsd
> +++ b/tests/vm/openbsd
> @@ -22,8 +22,8 @@ class OpenBSDVM(basevm.BaseVM):
> name = "openbsd"
> arch = "x86_64"
>
> - link = "https://cdn.openbsd.org/pub/OpenBSD/6.6/amd64/install66.iso"
> - csum = "b22e63df56e6266de6bbeed8e9be0fbe9ee2291551c5bc03f3cc2e4ab9436ee3"
> + link = "https://cdn.openbsd.org/pub/OpenBSD/6.8/amd64/install68.iso"
> + csum = "47e291fcc2d0c1a8ae0b66329f040b33af755b6adbd21739e20bb5ad56f62b6c"
> size = "20G"
> pkgs = [
> # tools
> @@ -36,10 +36,10 @@ class OpenBSDVM(basevm.BaseVM):
> "bash",
> "gmake",
> "gsed",
> - "gettext",
> + "gettext-tools",
>
> # libs: usb
> - "libusb1",
> + "libusb1--",
>
> # libs: crypto
> "gnutls",
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] tests/vm: update openbsd to release 6.8
2020-10-27 10:05 ` Philippe Mathieu-Daudé
@ 2020-10-27 10:22 ` Brad Smith
2020-11-07 6:07 ` Brad Smith
0 siblings, 1 reply; 6+ messages in thread
From: Brad Smith @ 2020-10-27 10:22 UTC (permalink / raw)
To: Philippe Mathieu-Daud??; +Cc: qemu-devel, Gerd Hoffmann
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 2121 bytes --]
On Tue, Oct 27, 2020 at 11:05:20AM +0100, Philippe Mathieu-Daud?? wrote:
> On 10/27/20 6:30 AM, Brad Smith wrote:
> > tests/vm: update openbsd to release 6.8
> >
> > A double dash at the end of a package name removes ambiguity
> > when the intent is to install a non-FLAVORed package.
> >
> > Signed-off-by: Brad Smith <brad@comstyle.com>
> > Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
> > Tested-by: Gerd Hoffmann <kraxel@redhat.com>
> > Reviewed-by: Philippe Mathieu-Daud?? <philmd@redhat.com>
>
> I confirm Brad sent us this patch off-list, and
> - our review comments are addressed,
> - the tags are correct.
>
> The patch format itself seems broken... Like a copy/paste
> into an email client...
Well, git diff vs a format-patch.
Subject: [PATCH] tests/vm: update openbsd to release 6.8
A double dash at the end of a package name removes ambiguity
when the intent is to install a non-FLAVORed package.
Signed-off-by: Brad Smith <brad@comstyle.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Tested-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
tests/vm/openbsd | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/vm/openbsd b/tests/vm/openbsd
index 8356646f21..5ffa4f1b37 100755
--- a/tests/vm/openbsd
+++ b/tests/vm/openbsd
@@ -22,8 +22,8 @@ class OpenBSDVM(basevm.BaseVM):
name = "openbsd"
arch = "x86_64"
- link = "https://cdn.openbsd.org/pub/OpenBSD/6.6/amd64/install66.iso"
- csum = "b22e63df56e6266de6bbeed8e9be0fbe9ee2291551c5bc03f3cc2e4ab9436ee3"
+ link = "https://cdn.openbsd.org/pub/OpenBSD/6.8/amd64/install68.iso"
+ csum = "47e291fcc2d0c1a8ae0b66329f040b33af755b6adbd21739e20bb5ad56f62b6c"
size = "20G"
pkgs = [
# tools
@@ -36,10 +36,10 @@ class OpenBSDVM(basevm.BaseVM):
"bash",
"gmake",
"gsed",
- "gettext",
+ "gettext-tools",
# libs: usb
- "libusb1",
+ "libusb1--",
# libs: crypto
"gnutls",
--
2.28.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] tests/vm: update openbsd to release 6.8
2020-10-27 10:22 ` Brad Smith
@ 2020-11-07 6:07 ` Brad Smith
2020-11-09 8:13 ` Thomas Huth
0 siblings, 1 reply; 6+ messages in thread
From: Brad Smith @ 2020-11-07 6:07 UTC (permalink / raw)
To: Philippe Mathieu-Daud??; +Cc: qemu-devel, Gerd Hoffmann
ping.
On 10/27/2020 6:22 AM, Brad Smith wrote:
> On Tue, Oct 27, 2020 at 11:05:20AM +0100, Philippe Mathieu-Daud?? wrote:
>> On 10/27/20 6:30 AM, Brad Smith wrote:
>>> tests/vm: update openbsd to release 6.8
>>>
>>> A double dash at the end of a package name removes ambiguity
>>> when the intent is to install a non-FLAVORed package.
>>>
>>> Signed-off-by: Brad Smith <brad@comstyle.com>
>>> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
>>> Tested-by: Gerd Hoffmann <kraxel@redhat.com>
>>> Reviewed-by: Philippe Mathieu-Daud?? <philmd@redhat.com>
>> I confirm Brad sent us this patch off-list, and
>> - our review comments are addressed,
>> - the tags are correct.
>>
>> The patch format itself seems broken... Like a copy/paste
>> into an email client...
> Well, git diff vs a format-patch.
>
>
> Subject: [PATCH] tests/vm: update openbsd to release 6.8
>
> A double dash at the end of a package name removes ambiguity
> when the intent is to install a non-FLAVORed package.
>
> Signed-off-by: Brad Smith <brad@comstyle.com>
> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
> Tested-by: Gerd Hoffmann <kraxel@redhat.com>
> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> tests/vm/openbsd | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/tests/vm/openbsd b/tests/vm/openbsd
> index 8356646f21..5ffa4f1b37 100755
> --- a/tests/vm/openbsd
> +++ b/tests/vm/openbsd
> @@ -22,8 +22,8 @@ class OpenBSDVM(basevm.BaseVM):
> name = "openbsd"
> arch = "x86_64"
>
> - link = "https://cdn.openbsd.org/pub/OpenBSD/6.6/amd64/install66.iso"
> - csum = "b22e63df56e6266de6bbeed8e9be0fbe9ee2291551c5bc03f3cc2e4ab9436ee3"
> + link = "https://cdn.openbsd.org/pub/OpenBSD/6.8/amd64/install68.iso"
> + csum = "47e291fcc2d0c1a8ae0b66329f040b33af755b6adbd21739e20bb5ad56f62b6c"
> size = "20G"
> pkgs = [
> # tools
> @@ -36,10 +36,10 @@ class OpenBSDVM(basevm.BaseVM):
> "bash",
> "gmake",
> "gsed",
> - "gettext",
> + "gettext-tools",
>
> # libs: usb
> - "libusb1",
> + "libusb1--",
>
> # libs: crypto
> "gnutls",
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] tests/vm: update openbsd to release 6.8
2020-11-07 6:07 ` Brad Smith
@ 2020-11-09 8:13 ` Thomas Huth
2020-11-10 8:59 ` Brad Smith
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Huth @ 2020-11-09 8:13 UTC (permalink / raw)
To: Brad Smith, Philippe Mathieu-Daud??; +Cc: qemu-devel, Gerd Hoffmann
On 07/11/2020 07.07, Brad Smith wrote:
> ping.
It's not directly my turf, but I can add it to my next testing-related pull
request if nobody else picks this patch up before.
Thomas
> On 10/27/2020 6:22 AM, Brad Smith wrote:
>> On Tue, Oct 27, 2020 at 11:05:20AM +0100, Philippe Mathieu-Daud?? wrote:
>>> On 10/27/20 6:30 AM, Brad Smith wrote:
>>>> tests/vm: update openbsd to release 6.8
>>>>
>>>> A double dash at the end of a package name removes ambiguity
>>>> when the intent is to install a non-FLAVORed package.
>>>>
>>>> Signed-off-by: Brad Smith <brad@comstyle.com>
>>>> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
>>>> Tested-by: Gerd Hoffmann <kraxel@redhat.com>
>>>> Reviewed-by: Philippe Mathieu-Daud?? <philmd@redhat.com>
>>> I confirm Brad sent us this patch off-list, and
>>> - our review comments are addressed,
>>> - the tags are correct.
>>>
>>> The patch format itself seems broken... Like a copy/paste
>>> into an email client...
>> Well, git diff vs a format-patch.
>>
>>
>> Subject: [PATCH] tests/vm: update openbsd to release 6.8
>>
>> A double dash at the end of a package name removes ambiguity
>> when the intent is to install a non-FLAVORed package.
>>
>> Signed-off-by: Brad Smith <brad@comstyle.com>
>> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
>> Tested-by: Gerd Hoffmann <kraxel@redhat.com>
>> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
>> ---
>> tests/vm/openbsd | 8 ++++----
>> 1 file changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/tests/vm/openbsd b/tests/vm/openbsd
>> index 8356646f21..5ffa4f1b37 100755
>> --- a/tests/vm/openbsd
>> +++ b/tests/vm/openbsd
>> @@ -22,8 +22,8 @@ class OpenBSDVM(basevm.BaseVM):
>> name = "openbsd"
>> arch = "x86_64"
>> - link = "https://cdn.openbsd.org/pub/OpenBSD/6.6/amd64/install66.iso"
>> - csum =
>> "b22e63df56e6266de6bbeed8e9be0fbe9ee2291551c5bc03f3cc2e4ab9436ee3"
>> + link = "https://cdn.openbsd.org/pub/OpenBSD/6.8/amd64/install68.iso"
>> + csum =
>> "47e291fcc2d0c1a8ae0b66329f040b33af755b6adbd21739e20bb5ad56f62b6c"
>> size = "20G"
>> pkgs = [
>> # tools
>> @@ -36,10 +36,10 @@ class OpenBSDVM(basevm.BaseVM):
>> "bash",
>> "gmake",
>> "gsed",
>> - "gettext",
>> + "gettext-tools",
>> # libs: usb
>> - "libusb1",
>> + "libusb1--",
>> # libs: crypto
>> "gnutls",
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] tests/vm: update openbsd to release 6.8
2020-11-09 8:13 ` Thomas Huth
@ 2020-11-10 8:59 ` Brad Smith
0 siblings, 0 replies; 6+ messages in thread
From: Brad Smith @ 2020-11-10 8:59 UTC (permalink / raw)
To: Thomas Huth, Philippe Mathieu-Daud??; +Cc: qemu-devel, Gerd Hoffmann
On 11/9/2020 3:13 AM, Thomas Huth wrote:
> On 07/11/2020 07.07, Brad Smith wrote:
>> ping.
> It's not directly my turf, but I can add it to my next testing-related pull
> request if nobody else picks this patch up before.
Please, if you could. Thank you.
> Thomas
>
>> On 10/27/2020 6:22 AM, Brad Smith wrote:
>>> On Tue, Oct 27, 2020 at 11:05:20AM +0100, Philippe Mathieu-Daud?? wrote:
>>>> On 10/27/20 6:30 AM, Brad Smith wrote:
>>>>> tests/vm: update openbsd to release 6.8
>>>>>
>>>>> A double dash at the end of a package name removes ambiguity
>>>>> when the intent is to install a non-FLAVORed package.
>>>>>
>>>>> Signed-off-by: Brad Smith<brad@comstyle.com>
>>>>> Reviewed-by: Gerd Hoffmann<kraxel@redhat.com>
>>>>> Tested-by: Gerd Hoffmann<kraxel@redhat.com>
>>>>> Reviewed-by: Philippe Mathieu-Daud??<philmd@redhat.com>
>>>> I confirm Brad sent us this patch off-list, and
>>>> - our review comments are addressed,
>>>> - the tags are correct.
>>>>
>>>> The patch format itself seems broken... Like a copy/paste
>>>> into an email client...
>>> Well, git diff vs a format-patch.
>>>
>>>
>>> Subject: [PATCH] tests/vm: update openbsd to release 6.8
>>>
>>> A double dash at the end of a package name removes ambiguity
>>> when the intent is to install a non-FLAVORed package.
>>>
>>> Signed-off-by: Brad Smith<brad@comstyle.com>
>>> Reviewed-by: Gerd Hoffmann<kraxel@redhat.com>
>>> Tested-by: Gerd Hoffmann<kraxel@redhat.com>
>>> Reviewed-by: Philippe Mathieu-Daudé<philmd@redhat.com>
>>> ---
>>> tests/vm/openbsd | 8 ++++----
>>> 1 file changed, 4 insertions(+), 4 deletions(-)
>>>
>>> diff --git a/tests/vm/openbsd b/tests/vm/openbsd
>>> index 8356646f21..5ffa4f1b37 100755
>>> --- a/tests/vm/openbsd
>>> +++ b/tests/vm/openbsd
>>> @@ -22,8 +22,8 @@ class OpenBSDVM(basevm.BaseVM):
>>> name = "openbsd"
>>> arch = "x86_64"
>>> - link ="https://cdn.openbsd.org/pub/OpenBSD/6.6/amd64/install66.iso"
>>> - csum =
>>> "b22e63df56e6266de6bbeed8e9be0fbe9ee2291551c5bc03f3cc2e4ab9436ee3"
>>> + link ="https://cdn.openbsd.org/pub/OpenBSD/6.8/amd64/install68.iso"
>>> + csum =
>>> "47e291fcc2d0c1a8ae0b66329f040b33af755b6adbd21739e20bb5ad56f62b6c"
>>> size = "20G"
>>> pkgs = [
>>> # tools
>>> @@ -36,10 +36,10 @@ class OpenBSDVM(basevm.BaseVM):
>>> "bash",
>>> "gmake",
>>> "gsed",
>>> - "gettext",
>>> + "gettext-tools",
>>> # libs: usb
>>> - "libusb1",
>>> + "libusb1--",
>>> # libs: crypto
>>> "gnutls",
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-11-10 9:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-27 5:30 [PATCH] tests/vm: update openbsd to release 6.8 Brad Smith
2020-10-27 10:05 ` Philippe Mathieu-Daudé
2020-10-27 10:22 ` Brad Smith
2020-11-07 6:07 ` Brad Smith
2020-11-09 8:13 ` Thomas Huth
2020-11-10 8:59 ` Brad Smith
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).