public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
From: Stefano Brivio <sbrivio@redhat.com>
To: Yumei Huang <yuhuang@redhat.com>
Cc: passt-dev@passt.top, david@gibson.dropbear.id.au
Subject: Re: [PATCH] test: Update Makefile to avoid failing on missing images
Date: Mon, 8 Dec 2025 10:52:56 +0100	[thread overview]
Message-ID: <20251208105256.29788347@elisabeth> (raw)
In-Reply-To: <20251203094230.77111-1-yuhuang@redhat.com>

On Wed,  3 Dec 2025 17:42:30 +0800
Yumei Huang <yuhuang@redhat.com> wrote:

> The image links may become invalid over time, so ignore download
> errors to prevent 'make assets' from failing.
> 
> Link: https://bugs.passt.top/show_bug.cgi?id=150
> Suggested-by: Stefano Brivio <sbrivio@redhat.com>
> Signed-off-by: Yumei Huang <yuhuang@redhat.com>
> ---
>  test/Makefile | 52 +++++++++++++++++++++++++--------------------------
>  1 file changed, 26 insertions(+), 26 deletions(-)
> 
> diff --git a/test/Makefile b/test/Makefile
> index 5b5f0fc..6ed233a 100644
> --- a/test/Makefile
> +++ b/test/Makefile
> @@ -164,82 +164,82 @@ realclean: clean
>  
>  # Debian downloads
>  debian-8.11.0-openstack-%.qcow2:
> -	$(WGET) -O $@ https://cloud.debian.org/images/cloud/OpenStack/archive/8.11.0/debian-8.11.0-openstack-$*.qcow2
> +	-$(WGET) -O $@ https://cloud.debian.org/images/cloud/OpenStack/archive/8.11.0/debian-8.11.0-openstack-$*.qcow2
>
> [...]

If I had known it could be so simple, I would have done that before. :)
Applied.

-- 
Stefano


      reply	other threads:[~2025-12-08  9:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-03  9:42 Yumei Huang
2025-12-08  9:52 ` Stefano Brivio [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=20251208105256.29788347@elisabeth \
    --to=sbrivio@redhat.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=passt-dev@passt.top \
    --cc=yuhuang@redhat.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

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 IMAP folder(s).