]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Download ISO images from https://downloads.ipfire.org
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Oct 2017 12:03:40 +0000 (13:03 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Oct 2017 12:03:40 +0000 (13:03 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/115/filelists/files
config/xen-image/xen-image-maker.sh
src/scripts/backupiso

index 122d4cd42af6a1ad8c3f0cce8da8122c5a3b6b6f..5431a9b7e2cdc27a34aa8a7604a4295038dda9c7 100644 (file)
@@ -9,6 +9,7 @@ srv/web/ipfire/cgi-bin/captive.cgi
 srv/web/ipfire/cgi-bin/proxy.cgi
 srv/web/ipfire/html/captive
 usr/bin/captive-cleanup
+usr/local/bin/backupiso
 usr/local/bin/captivectrl
 usr/local/bin/wirelessctrl
 var/ipfire/backup/include
index d10ea216ef65b951d444f7d2de7032e750b79663..e6004a8b36801ebda5855fc0899a5b981a09bb56 100644 (file)
@@ -38,7 +38,7 @@ FSTYPE=ext3
 ##############################################################################
 
 SOURCEISO=$SNAME-$VERSION.i586-full-core$CORE.iso
-HTTPDIR=http://download.ipfire.org/releases/ipfire-2.x/$VERSION-core$CORE
+HTTPDIR=https://downloads.ipfire.org/releases/ipfire-2.x/$VERSION-core$CORE
 
 TMPDIR=./ipfire-tmp
 ISODIR=$TMPDIR/iso
index 1799bc1b127e15861e6c42a0d89306e89d9dcff7..caafe92fea54346500695d558ca48c510a15f85f 100644 (file)
@@ -18,7 +18,7 @@ esac
 
 COREVER=$(cat /opt/pakfire/db/core/mine)
 # FIXME: edit this lines before release
-URL="http://download.ipfire.org/releases/ipfire-2.x/2.19-core$COREVER/"
+URL="https://downloads.ipfire.org/releases/ipfire-2.x/2.19-core$COREVER/"
 ISO="ipfire-2.19.$arch-full-core$COREVER.iso"
 
 if [ -z $1 ]; then