public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
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	[thread overview]
Message-ID: <20591d64-20f4-262e-a103-5c5fa0bced4b@ipfire.org> (raw)
In-Reply-To: <20230411094457.1552267-1-michael.tremer@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 1110 bytes --]

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    = $(DIR_SRC)/$(THISAPP)
>   TARGET     = $(DIR_INFO)/$(THISAPP)
>   
>   SLOGAN     = An Open Source Firewall Solution
> -DOWNLOAD_URL = https://downloads.ipfire.org/releases/ipfire-2.x/$(VERSION)-core$(CORE)/$(SNAME)-$(VERSION).$(BUILD_ARCH)-full-core$(CORE).iso
> +DOWNLOAD_URL = https://downloads.ipfire.org/releases/ipfire-2.x/$(VERSION)-core$(CORE)/$(SNAME)-$(VERSION)-core$(CORE)-$(BUILD_ARCH).iso
>   
>   ###############################################################################
>   # Top-level Rules

      reply	other threads:[~2023-04-11 10:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-11  9:44 Michael Tremer
2023-04-11 10:28 ` Adolf Belka [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=20591d64-20f4-262e-a103-5c5fa0bced4b@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox