From mboxrd@z Thu Jan  1 00:00:00 1970
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] installer: Fix ISO download URL
Date: Tue, 11 Apr 2023 12:28:16 +0200
Message-ID: <20591d64-20f4-262e-a103-5c5fa0bced4b@ipfire.org>
In-Reply-To: <20230411094457.1552267-1-michael.tremer@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1282702172629263903=="
List-Id: <development.lists.ipfire.org>

--===============1282702172629263903==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

Reviewed-by: Adolf Belka <adolf.belka(a)ipfire.org>

On 11/04/2023 11:44, Michael Tremer wrote:
> The filename has been changed a while ago but the installer still tried
> to find the ISO image under the old filename. This patch updates the
> patch.
>
> Fixes: #13078
> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
> ---
>   lfs/installer | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lfs/installer b/lfs/installer
> index 65681b9e2..79d88b11c 100644
> --- a/lfs/installer
> +++ b/lfs/installer
> @@ -31,7 +31,7 @@ DIR_APP    =3D $(DIR_SRC)/$(THISAPP)
>   TARGET     =3D $(DIR_INFO)/$(THISAPP)
>  =20
>   SLOGAN     =3D An Open Source Firewall Solution
> -DOWNLOAD_URL =3D https://downloads.ipfire.org/releases/ipfire-2.x/$(VERSIO=
N)-core$(CORE)/$(SNAME)-$(VERSION).$(BUILD_ARCH)-full-core$(CORE).iso
> +DOWNLOAD_URL =3D https://downloads.ipfire.org/releases/ipfire-2.x/$(VERSIO=
N)-core$(CORE)/$(SNAME)-$(VERSION)-core$(CORE)-$(BUILD_ARCH).iso
>  =20
>   #########################################################################=
######
>   # Top-level Rules

--===============1282702172629263903==--