Backport fix from master

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:40:15 +00:00
parent bd43dfecab
commit ada6c815b8
21 changed files with 48 additions and 46 deletions

2
debian/changelog vendored
View File

@ -21,6 +21,8 @@ debian-cd (3.1.13-deb7u1) UNRELEASED; urgency=low
+ Add firmware bundles in cpio.gz format too to help netboot users + Add firmware bundles in cpio.gz format too to help netboot users
+ Create checksums for firmware images + Create checksums for firmware images
+ include espeakup on cd1, not speakup, and alsa-utils. Closes: #809497 + include espeakup on cd1, not speakup, and alsa-utils. Closes: #809497
+ Switch references to d-i.debian.org to use https instead of http.
Closes: #809698
-- Steve McIntyre <93sam@debian.org> Mon, 17 June 2013 15:44:32 +0100 -- Steve McIntyre <93sam@debian.org> Mon, 17 June 2013 15:44:32 +0100

View File

@ -26,9 +26,9 @@ N=$1
CDDIR=$2 CDDIR=$2
BOOTDIR= BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then 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 if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
fi fi
fi fi

View File

@ -14,9 +14,9 @@ set -e
N=$1 N=$1
CDROOT=$2 CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then 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 if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
fi fi
fi fi

View File

@ -13,9 +13,9 @@ N=$1
CDDIR=$2 CDDIR=$2
BOOTDIR= BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then 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 if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
fi fi
fi fi

View File

@ -17,12 +17,12 @@ CDDIR=$2
BOOTDIR= BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then if [ "$DI_WWW_HOME" = "default" ];then
if [ "$ARCH" = kfreebsd-i386 ]; 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 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 fi
if [ -n "$DI_DIR" ];then if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
echo "Using images from $DI_DIR" echo "Using images from $DI_DIR"
fi fi

View File

@ -14,9 +14,9 @@ set -e
N=$1 N=$1
CDROOT=$2 CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then 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 if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
fi fi
fi fi

View File

@ -16,9 +16,9 @@ set -e
N=$1 N=$1
CDROOT=$2 CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then 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 if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
fi fi
fi fi

View File

@ -15,9 +15,9 @@ N=$1
CDDIR=$2 CDDIR=$2
INSTALLDIR=$CDDIR/install INSTALLDIR=$CDDIR/install
if [ "$DI_WWW_HOME" = "default" ];then 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 if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
fi fi
fi fi

View File

@ -17,12 +17,12 @@ CDDIR=$2
BOOTDIR= BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then if [ "$DI_WWW_HOME" = "default" ];then
if [ "$ARCH" = i386 ]; then if [ "$ARCH" = i386 ]; then
DI_WWW_HOME="http://people.debian.org/~joeyh/d-i/images/daily" DI_WWW_HOME="https://people.debian.org/~joeyh/d-i/images/daily"
else 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 fi
if [ -n "$DI_DIR" ];then if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
echo "Using images from $DI_DIR" echo "Using images from $DI_DIR"
fi fi

View File

@ -26,9 +26,9 @@ N=$1
CDDIR=$2 CDDIR=$2
BOOTDIR= BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then 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 if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
fi fi
fi fi

View File

@ -17,12 +17,12 @@ N=$1
CDDIR=$2 CDDIR=$2
if [ "$DI_WWW_HOME" = "default" ];then if [ "$DI_WWW_HOME" = "default" ];then
if [ "$ARCH" = armel ]; 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 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 fi
if [ -n "$DI_DIR" ];then if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
echo "Using images from $DI_DIR" echo "Using images from $DI_DIR"
fi fi

View File

@ -14,9 +14,9 @@ set -e
N=$1 N=$1
CDROOT=$2 CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then 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 if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
fi fi
fi fi

View File

@ -16,9 +16,9 @@ N=$1
CDDIR=$2 CDDIR=$2
BOOTDIR= BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then 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 if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
echo "Using images from $DI_DIR" echo "Using images from $DI_DIR"
fi fi

View File

@ -13,9 +13,9 @@ N=$1
CDDIR=$2 CDDIR=$2
BOOTDIR= BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then 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 if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
fi fi
fi fi

View File

@ -17,12 +17,12 @@ CDDIR=$2
BOOTDIR= BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then if [ "$DI_WWW_HOME" = "default" ];then
if [ "$ARCH" = kfreebsd-i386 ]; 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 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 fi
if [ -n "$DI_DIR" ];then if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
echo "Using images from $DI_DIR" echo "Using images from $DI_DIR"
fi fi

View File

@ -14,9 +14,9 @@ set -e
N=$1 N=$1
CDROOT=$2 CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then 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 if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
fi fi
fi fi

View File

@ -16,9 +16,9 @@ set -e
N=$1 N=$1
CDROOT=$2 CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then 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 if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
fi fi
fi fi

View File

@ -15,9 +15,9 @@ N=$1
CDDIR=$2 CDDIR=$2
INSTALLDIR=$CDDIR/install INSTALLDIR=$CDDIR/install
if [ "$DI_WWW_HOME" = "default" ];then 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 if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
fi fi
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 # do *not* do that - these defs are parsed out by other scripts that
# won't cope with that # won't cope with that
if [ "$ARCH" = s390 ]; then 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 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 fi
if [ -n "$DI_DIR" -a -e "$DI_DIR/~${DI_WWW_HOME#*~}" ] ; then 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="" DI_WWW_HOME=""
fi fi
fi fi

View File

@ -11,9 +11,9 @@ set -e
N=$1 N=$1
CDDIR=$2 CDDIR=$2
if [ "$DI_WWW_HOME" = "default" ];then 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 if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
fi fi
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 # do *not* do that - these defs are parsed out by other scripts that
# won't cope with that # won't cope with that
if [ "$ARCH" = i386 ]; then 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 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 fi
if [ -n "$DI_DIR" ];then if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_DIR="$DI_DIR/${DI_WWW_HOME#*https://}"
DI_WWW_HOME="" DI_WWW_HOME=""
echo "Using images from $DI_DIR" echo "Using images from $DI_DIR"
fi fi