* [PATCH] installer: Fix ISO download URL
@ 2023-04-11 9:44 Michael Tremer
2023-04-11 10:28 ` Adolf Belka
0 siblings, 1 reply; 2+ messages in thread
From: Michael Tremer @ 2023-04-11 9:44 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 974 bytes --]
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
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] installer: Fix ISO download URL
2023-04-11 9:44 [PATCH] installer: Fix ISO download URL Michael Tremer
@ 2023-04-11 10:28 ` Adolf Belka
0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2023-04-11 10:28 UTC (permalink / raw)
To: development
[-- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-11 10:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-11 9:44 [PATCH] installer: Fix ISO download URL Michael Tremer
2023-04-11 10:28 ` Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox