From: "Alex Bennée" <alex.bennee@linaro.org>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>
Cc: Laurent Vivier <laurent@vivier.eu>,
qemu-devel@nongnu.org, Eduardo Habkost <ehabkost@redhat.com>,
Cleber Rosa <crosa@redhat.com>
Subject: Re: [PATCH] tests/boot_linux_console: Fetch assets from Debian snapshot archives
Date: Thu, 31 Oct 2019 15:27:11 +0000 [thread overview]
Message-ID: <87v9s56ils.fsf@linaro.org> (raw)
In-Reply-To: <20191031140152.19769-1-philmd@redhat.com>
Philippe Mathieu-Daudé <philmd@redhat.com> writes:
> The kernel packaged was fetched from an unstable repository.
> Use the stable snapshot archive instead.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> tests/acceptance/boot_linux_console.py | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/boot_linux_console.py
> index 4e9ac0ecc3..f5aa87317c 100644
> --- a/tests/acceptance/boot_linux_console.py
> +++ b/tests/acceptance/boot_linux_console.py
> @@ -479,7 +479,8 @@ class BootLinuxConsole(Test):
> :avocado: tags=arch:m68k
> :avocado: tags=machine:q800
> """
> - deb_url = ('http://ftp.ports.debian.org/debian-ports/pool-m68k/main'
> + deb_url = ('https://snapshot.debian.org/archive/debian-ports'
> + '/20190922T090906Z/pool-m68k/main'
> '/l/linux/kernel-image-5.2.0-2-m68k-di_5.2.9-2_m68k.udeb')
> deb_hash = '0797e05129595f22f3c0142db5e199769a723bf9'
> deb_path = self.fetch_asset(deb_url, asset_hash=deb_hash)
--
Alex Bennée
prev parent reply other threads:[~2019-10-31 15:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-31 14:01 [PATCH] tests/boot_linux_console: Fetch assets from Debian snapshot archives Philippe Mathieu-Daudé
2019-10-31 15:27 ` Alex Bennée [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87v9s56ils.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=crosa@redhat.com \
--cc=ehabkost@redhat.com \
--cc=laurent@vivier.eu \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.