Switch references to d-i.debian.org to use https instead of http.

Closes: #809698
This commit is contained in:
Steve McIntyre 2016-01-03 00:37:39 +00:00
parent 50816649ef
commit c8e1b1e51d
42 changed files with 65 additions and 63 deletions

2
debian/changelog vendored
View File

@ -23,6 +23,8 @@ debian-cd (3.1.18) UNRELEASED; urgency=medium
* parse_isolinux: Support grub menuentry shortcuts for UEFI boot menus.
Closes: #798908
* Create checksums for firmware images
* Switch references to d-i.debian.org to use https instead of http.
Closes: #809698
[ Didier Raboud ]
* For stretch, swap amd64 and i386 to let the first be the norm, and the

View File

@ -26,7 +26,7 @@ N=$1
CDDIR=$2
BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/alpha/daily/cdrom/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/alpha/daily/cdrom/"
try_di_image_cache
fi

View File

@ -20,9 +20,9 @@ if [ "$DI_WWW_HOME" = "default" ];then
# do *not* do that - these defs are parsed out by other scripts that
# won't cope with that
if [ "$ARCH" = armel ]; then
DI_WWW_HOME="http://d-i.debian.org/daily-images/armel/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/armel/daily"
elif [ "$ARCH" = armhf ]; then
DI_WWW_HOME="http://d-i.debian.org/daily-images/armhf/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/armhf/daily"
else
echo "$0: unknown arch $ARCH; abort"
exit 1

View File

@ -18,7 +18,7 @@ CDDIR=$2
BOOTDIR=
INSTALLDIR="install.a64"
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/arm64/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/arm64/daily"
try_di_image_cache
fi

View File

@ -14,7 +14,7 @@ set -e
N=$1
CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/hppa/daily/cdrom/2.6"
DI_WWW_HOME="https://d-i.debian.org/daily-images/hppa/daily/cdrom/2.6"
try_di_image_cache
fi

View File

@ -16,7 +16,7 @@ N=$1
CDDIR=$2
BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/hurd-i386/daily/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/hurd-i386/daily/"
try_di_image_cache
fi

View File

@ -13,7 +13,7 @@ N=$1
CDDIR=$2
BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/ia64/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/ia64/daily"
try_di_image_cache
fi

View File

@ -20,9 +20,9 @@ if [ "$DI_WWW_HOME" = "default" ];then
# do *not* do that - these defs are parsed out by other scripts that
# won't cope with that
if [ "$ARCH" = kfreebsd-i386 ]; then
DI_WWW_HOME="http://d-i.debian.org/daily-images/kfreebsd-i386/daily/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/kfreebsd-i386/daily/"
else
DI_WWW_HOME="http://d-i.debian.org/daily-images/kfreebsd-amd64/daily/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/kfreebsd-amd64/daily/"
fi
try_di_image_cache
fi

View File

@ -14,7 +14,7 @@ set -e
N=$1
CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/mips/daily/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/mips/daily/"
try_di_image_cache
fi

View File

@ -16,7 +16,7 @@ set -e
N=$1
CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/mipsel/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/mipsel/daily"
try_di_image_cache
fi

View File

@ -15,7 +15,7 @@ N=$1
CDDIR=$2
INSTALLDIR=$CDDIR/install
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/powerpc/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/powerpc/daily"
try_di_image_cache
fi

View File

@ -25,7 +25,7 @@ N=$1
CDDIR=$2
INSTALLDIR=$CDDIR/install
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/ppc64el/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/ppc64el/daily"
try_di_image_cache
fi

View File

@ -36,7 +36,7 @@ if [ "$DI_WWW_HOME" = "default" ];then
# do *not* do that - these defs are parsed out by other scripts that
# won't cope with that
if [ "$ARCH" = s390x ]; then
DI_WWW_HOME="http://d-i.debian.org/daily-images/s390x/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/s390x/daily"
fi
try_di_image_cache
fi

View File

@ -11,7 +11,7 @@ set -e
N=$1
CDDIR=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/sparc/daily/cdrom/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/sparc/daily/cdrom/"
try_di_image_cache
fi

View File

@ -40,9 +40,9 @@ if [ "$DI_WWW_HOME" = "default" ];then
# do *not* do that - these defs are parsed out by other scripts that
# won't cope with that
if [ "$ARCH" = i386 ]; then
DI_WWW_HOME="http://d-i.debian.org/daily-images/i386/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/i386/daily"
else
DI_WWW_HOME="http://d-i.debian.org/daily-images/amd64/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/amd64/daily"
fi
try_di_image_cache
else

View File

@ -26,7 +26,7 @@ N=$1
CDDIR=$2
BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/alpha/daily/cdrom/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/alpha/daily/cdrom/"
try_di_image_cache
fi

View File

@ -21,10 +21,10 @@ if [ "$DI_WWW_HOME" = "default" ];then
# do *not* do that - these defs are parsed out by other scripts that
# won't cope with that
if [ "$ARCH" = armel ]; then
DI_WWW_HOME="http://d-i.debian.org/daily-images/armel/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/armel/daily"
CUT=3
elif [ "$ARCH" = armhf ]; then
DI_WWW_HOME="http://d-i.debian.org/daily-images/armhf/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/armhf/daily"
CUT=3
else
echo "$0: unknown arch $ARCH; abort"

View File

@ -18,7 +18,7 @@ CDDIR=$2
BOOTDIR=
INSTALLDIR="install.a64"
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/arm64/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/arm64/daily"
try_di_image_cache
fi

View File

@ -14,7 +14,7 @@ set -e
N=$1
CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/hppa/daily/cdrom/2.6"
DI_WWW_HOME="https://d-i.debian.org/daily-images/hppa/daily/cdrom/2.6"
try_di_image_cache
fi

View File

@ -16,7 +16,7 @@ N=$1
CDDIR=$2
BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/hurd-i386/daily/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/hurd-i386/daily/"
try_di_image_cache
fi

View File

@ -13,7 +13,7 @@ N=$1
CDDIR=$2
BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/ia64/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/ia64/daily"
try_di_image_cache
fi

View File

@ -20,9 +20,9 @@ if [ "$DI_WWW_HOME" = "default" ];then
# do *not* do that - these defs are parsed out by other scripts that
# won't cope with that
if [ "$ARCH" = kfreebsd-i386 ]; then
DI_WWW_HOME="http://d-i.debian.org/daily-images/kfreebsd-i386/daily/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/kfreebsd-i386/daily/"
else
DI_WWW_HOME="http://d-i.debian.org/daily-images/kfreebsd-amd64/daily/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/kfreebsd-amd64/daily/"
fi
try_di_image_cache
fi

View File

@ -15,7 +15,7 @@ N=$1
CDDIR=$2
INSTALLDIR="install"
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/mips/daily/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/mips/daily/"
try_di_image_cache
fi

View File

@ -16,7 +16,7 @@ set -e
N=$1
CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/mipsel/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/mipsel/daily"
try_di_image_cache
fi

View File

@ -15,7 +15,7 @@ N=$1
CDDIR=$2
INSTALLDIR=$CDDIR/install
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/powerpc/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/powerpc/daily"
try_di_image_cache
fi

View File

@ -25,7 +25,7 @@ N=$1
CDDIR=$2
INSTALLDIR=$CDDIR/install
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/ppc64el/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/ppc64el/daily"
try_di_image_cache
fi

View File

@ -36,7 +36,7 @@ if [ "$DI_WWW_HOME" = "default" ];then
# do *not* do that - these defs are parsed out by other scripts that
# won't cope with that
if [ "$ARCH" = s390x ]; then
DI_WWW_HOME="http://d-i.debian.org/daily-images/s390x/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/s390x/daily"
fi
try_di_image_cache
fi

View File

@ -11,7 +11,7 @@ set -e
N=$1
CDDIR=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/sparc/daily/cdrom/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/sparc/daily/cdrom/"
try_di_image_cache
fi

View File

@ -11,7 +11,7 @@ set -e
N=$1
CDDIR=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/sparc64/daily/cdrom/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/sparc64/daily/cdrom/"
try_di_image_cache
fi

View File

@ -40,9 +40,9 @@ if [ "$DI_WWW_HOME" = "default" ];then
# do *not* do that - these defs are parsed out by other scripts that
# won't cope with that
if [ "$ARCH" = amd64 ]; then
DI_WWW_HOME="http://d-i.debian.org/daily-images/amd64/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/amd64/daily"
else
DI_WWW_HOME="http://d-i.debian.org/daily-images/i386/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/i386/daily"
fi
try_di_image_cache
else

View File

@ -26,9 +26,9 @@ N=$1
CDDIR=$2
BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/alpha/daily/cdrom/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/alpha/daily/cdrom/"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME=""
fi
fi

View File

@ -17,12 +17,12 @@ N=$1
CDDIR=$2
if [ "$DI_WWW_HOME" = "default" ];then
if [ "$ARCH" = armel ]; then
DI_WWW_HOME="http://d-i.debian.org/daily-images/armel/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/armel/daily"
else
DI_WWW_HOME="http://d-i.debian.org/daily-images/armhf/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/armhf/daily"
fi
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME=""
echo "Using images from $DI_DIR"
fi

View File

@ -14,9 +14,9 @@ set -e
N=$1
CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/hppa/daily/cdrom/2.6"
DI_WWW_HOME="https://d-i.debian.org/daily-images/hppa/daily/cdrom/2.6"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME=""
fi
fi

View File

@ -16,9 +16,9 @@ N=$1
CDDIR=$2
BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/hurd-i386/daily/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/hurd-i386/daily/"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME=""
echo "Using images from $DI_DIR"
fi

View File

@ -13,9 +13,9 @@ N=$1
CDDIR=$2
BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/ia64/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/ia64/daily"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME=""
fi
fi

View File

@ -17,12 +17,12 @@ CDDIR=$2
BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then
if [ "$ARCH" = kfreebsd-i386 ]; then
DI_WWW_HOME="http://d-i.debian.org/daily-images/kfreebsd-i386/daily/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/kfreebsd-i386/daily/"
else
DI_WWW_HOME="http://d-i.debian.org/daily-images/kfreebsd-amd64/daily/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/kfreebsd-amd64/daily/"
fi
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME=""
echo "Using images from $DI_DIR"
fi

View File

@ -14,9 +14,9 @@ set -e
N=$1
CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/mips/daily/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/mips/daily/"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME=""
fi
fi

View File

@ -16,9 +16,9 @@ set -e
N=$1
CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/mipsel/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/mipsel/daily"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME=""
fi
fi

View File

@ -15,9 +15,9 @@ N=$1
CDDIR=$2
INSTALLDIR=$CDDIR/install
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/powerpc/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/powerpc/daily"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME=""
fi
fi

View File

@ -36,12 +36,12 @@ if [ "$DI_WWW_HOME" = "default" ];then
# do *not* do that - these defs are parsed out by other scripts that
# won't cope with that
if [ "$ARCH" = s390 ]; then
DI_WWW_HOME="http://d-i.debian.org/daily-images/s390/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/s390/daily"
else
DI_WWW_HOME="http://d-i.debian.org/daily-images/s390x/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/s390x/daily"
fi
if [ -n "$DI_DIR" -a -e "$DI_DIR/~${DI_WWW_HOME#*~}" ] ; then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME=""
fi
fi

View File

@ -11,9 +11,9 @@ set -e
N=$1
CDDIR=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://d-i.debian.org/daily-images/sparc/daily/cdrom/"
DI_WWW_HOME="https://d-i.debian.org/daily-images/sparc/daily/cdrom/"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME=""
fi
fi

View File

@ -21,12 +21,12 @@ if [ "$DI_WWW_HOME" = "default" ];then
# do *not* do that - these defs are parsed out by other scripts that
# won't cope with that
if [ "$ARCH" = i386 ]; then
DI_WWW_HOME="http://d-i.debian.org/daily-images/i386/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/i386/daily"
else
DI_WWW_HOME="http://d-i.debian.org/daily-images/amd64/daily"
DI_WWW_HOME="https://d-i.debian.org/daily-images/amd64/daily"
fi
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME=""
echo "Using images from $DI_DIR"
fi