From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Bitsch To: development@lists.ipfire.org Subject: Re: [PATCH] backupiso: Update to ISO file naming - bug#12932 Date: Sun, 18 Sep 2022 22:42:38 +0200 Message-ID: <0033c546-d0c1-acee-6fa1-8bb7afe77181@ipfire.org> In-Reply-To: <20220918114517.7508-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0258124980900381317==" List-Id: --===============0258124980900381317== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Bernhard Bitsch Am 18.09.2022 um 13:45 schrieb Adolf Belka: > - commit https://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dcommit;h=3Dfbd0608c= 2cb5372fff7857065ec7e605b1bf9cf7 > aligned the ISO file name to the image file name. This change also need= ed to be added > to backupiso as the filename is used to download the iso from the IPFir= e server when > creating an ISO backup. >=20 > Fixes: Bug#12932 > Suggested-by: Matthias Fischer > Tested-by: Adolf Belka > Signed-off-by: Adolf Belka > --- > src/scripts/backupiso | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/src/scripts/backupiso b/src/scripts/backupiso > index ef017e3be..2a016e067 100644 > --- a/src/scripts/backupiso > +++ b/src/scripts/backupiso > @@ -35,7 +35,7 @@ case "${arch}" in > esac > =20 > URL=3D"https://downloads.ipfire.org/releases/ipfire-2.x/$IPFVER-core$CORE= VER/" > -ISO=3D"ipfire-$IPFVER.$arch-full-core$COREVER.iso" > +ISO=3D"ipfire-$IPFVER-core$COREVER-$arch.iso" > =20 > makeiso() { > local dir=3D"${1}" --===============0258124980900381317==--