From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by passt.top (Postfix) with ESMTP id BACC55A0082 for ; Tue, 14 Feb 2023 17:27:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1676392065; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gVv3dXffx7R9ofdXFDD76Wjv5uz+PJjwUTlPgIz0tH0=; b=YhMco4tRiAg6teKwh6FaVSz8HkppSXmg0+DnmYtP+TLO8aq9OAaFSxCiSqlUm7YkncSahl Hyg3TVFRvJhfsUz8L7bpRsHCOsKyJYRpaYxgJOgIpOQg2hrh3guLTKTmi8DihQ8iNBmRTw abF5aCW7XSdJ34aOiPSnYb+gq4GKwGk= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-600-hvJswsX0PP6Rbcztuss9HA-1; Tue, 14 Feb 2023 11:27:43 -0500 X-MC-Unique: hvJswsX0PP6Rbcztuss9HA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BC9CC3848C2E; Tue, 14 Feb 2023 16:27:42 +0000 (UTC) Received: from maya.cloud.tilaa.com (unknown [10.33.32.3]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 94C891121318; Tue, 14 Feb 2023 16:27:42 +0000 (UTC) Date: Tue, 14 Feb 2023 17:27:39 +0100 From: Stefano Brivio To: David Gibson Subject: Re: [PATCH 0/2] Update locations for some downloaded images Message-ID: <20230214172739.19d51c98@elisabeth> In-Reply-To: <20230213233713.748675-1-david@gibson.dropbear.id.au> References: <20230213233713.748675-1-david@gibson.dropbear.id.au> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: NKK3M5SYJDCTA5UGWEUOW7LYNONMDWOM X-Message-ID-Hash: NKK3M5SYJDCTA5UGWEUOW7LYNONMDWOM X-MailFrom: sbrivio@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: passt-dev@passt.top X-Mailman-Version: 3.3.3 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Tue, 14 Feb 2023 10:37:11 +1100 David Gibson wrote: > We're not running the distro tests by default at the moment, but the > Makefile still downloads and prepares the images for them. I haven't > actually done the downloads for some time, because I kept the images > around, but I finally happened to do a full clean and needed to > re-download. > > At this point I discovered some of the things we're trying to download > have moved, so some URLs need updating. > > David Gibson (2): > test: Update location for Debian ppc64 images > test: Fedora 32-35 have moved to the archives Applied, thanks. -- Stefano