Switch references to d-i.debian.org to use https instead of http.
Closes: #809698
This commit is contained in:
parent
50816649ef
commit
c8e1b1e51d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue