diff --git a/CONF.sh b/CONF.sh index 74b81d18..b689979b 100644 --- a/CONF.sh +++ b/CONF.sh @@ -410,6 +410,11 @@ case "$OFFICIAL" in ;; esac +# Add options to wget to include support for the Debian CA, so +# https://d-i.debian.org et al will work. +export WGET_OPTS="--ca-directory /etc/ssl/ca-debian/" +export WGET="wget $WGET_OPTS" + # Set this to force the Release file(s) to say "stable". Used in first # Etch builds to allow us to build before the archive updated #EARLY_BUILD_HACK=1 diff --git a/debian/changelog b/debian/changelog index f0b3ab24..0be59106 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,7 +22,8 @@ debian-cd (3.1.13-deb7u1) UNRELEASED; urgency=low + Create checksums for firmware images + 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 + Closes: #809698. Also use --ca-directory /etc/ssl/ca-debian/ with wget + to ensure this works. -- Steve McIntyre <93sam@debian.org> Mon, 17 June 2013 15:44:32 +0100 diff --git a/tools/boot/squeeze/boot-alpha b/tools/boot/squeeze/boot-alpha index d077b608..4007f951 100755 --- a/tools/boot/squeeze/boot-alpha +++ b/tools/boot/squeeze/boot-alpha @@ -75,7 +75,7 @@ for image in initrd.gz vmlinuz; do fi cp "$DI_DIR/$image" . else - wget "$DI_WWW_HOME/$image" + $WGET "$DI_WWW_HOME/$image" fi fi done diff --git a/tools/boot/squeeze/boot-armel b/tools/boot/squeeze/boot-armel index 3bd39247..2c3c282e 100755 --- a/tools/boot/squeeze/boot-armel +++ b/tools/boot/squeeze/boot-armel @@ -51,7 +51,7 @@ cd $INSTALLDIR # DI_DIR2="$DI_DIR/$subarch/cdrom" # else # DI_DIR2="di_stuff" -# wget -r -nd --no-parent --level=1 -P "$DI_DIR2" "$DI_WWW_HOME/$subarch/cdrom/" +# $WGET -r -nd --no-parent --level=1 -P "$DI_DIR2" "$DI_WWW_HOME/$subarch/cdrom/" # rm -f "$DI_DIR2"/index* # fi # cp -a "$DI_DIR2" "$subarch" diff --git a/tools/boot/squeeze/boot-hppa b/tools/boot/squeeze/boot-hppa index f0dc8b6a..2fb27230 100755 --- a/tools/boot/squeeze/boot-hppa +++ b/tools/boot/squeeze/boot-hppa @@ -41,7 +41,7 @@ if [ ! "$DI_WWW_HOME" ];then else DI_DIR="di_stuff" mkdir "$DI_DIR" - wget -r -nd --no-parent -P "$DI_DIR" "$DI_WWW_HOME" + $WGET -r -nd --no-parent -P "$DI_DIR" "$DI_WWW_HOME" fi cp "$DI_DIR"/vmlinux-*-parisc "$CDROOT/install" diff --git a/tools/boot/squeeze/boot-ia64 b/tools/boot/squeeze/boot-ia64 index e62880ed..24d90270 100755 --- a/tools/boot/squeeze/boot-ia64 +++ b/tools/boot/squeeze/boot-ia64 @@ -41,8 +41,8 @@ for image in boot.img; do cp "$DI_DIR/cdrom/$image" . || \ cp "$DI_DIR/$image" . else - wget "$DI_WWW_HOME/cdrom/$image" || \ - wget "$DI_WWW_HOME/$image" + $WGET "$DI_WWW_HOME/cdrom/$image" || \ + $WGET "$DI_WWW_HOME/$image" fi fi done diff --git a/tools/boot/squeeze/boot-kfreebsd b/tools/boot/squeeze/boot-kfreebsd index 07e5740b..f8463870 100644 --- a/tools/boot/squeeze/boot-kfreebsd +++ b/tools/boot/squeeze/boot-kfreebsd @@ -52,7 +52,7 @@ for image in $BOOT_IMAGES; do fi cp "$DI_DIR/$image" $image else - wget "$DI_WWW_HOME/$image" -O $image + $WGET "$DI_WWW_HOME/$image" -O $image fi fi done diff --git a/tools/boot/squeeze/boot-m68k b/tools/boot/squeeze/boot-m68k index fcd19c3e..cbab5dc3 100755 --- a/tools/boot/squeeze/boot-m68k +++ b/tools/boot/squeeze/boot-m68k @@ -68,7 +68,7 @@ if [ ! "$DI_WWW_HOME" ];then fi cp -a $DI_DIR/* . else - wget -q -np -nH --cut-dirs=4 -r -l 3 -R '.gif,.log,stats.txt,index*' "$DI_WWW_HOME" + $WGET -q -np -nH --cut-dirs=4 -r -l 3 -R '.gif,.log,stats.txt,index*' "$DI_WWW_HOME" fi # amiga specific stuff diff --git a/tools/boot/squeeze/boot-mips b/tools/boot/squeeze/boot-mips index a4318c6a..60f028ca 100755 --- a/tools/boot/squeeze/boot-mips +++ b/tools/boot/squeeze/boot-mips @@ -37,9 +37,9 @@ if [ ! "$DI_WWW_HOME" ];then fi else DI_DIR="di_stuff" - wget -P "$DI_DIR/r4k-ip22" "$DI_WWW_HOME/r4k-ip22/cdrom-boot.img" + $WGET -P "$DI_DIR/r4k-ip22" "$DI_WWW_HOME/r4k-ip22/cdrom-boot.img" # r5k-ip32 has no cdrom boot image yet -# wget -P "$DI_DIR/r5k-ip32" "$DI_WWW_HOME/r5k-ip32/cdrom-boot.img" +# $WGET -P "$DI_DIR/r5k-ip32" "$DI_WWW_HOME/r5k-ip32/cdrom-boot.img" fi install -m 644 -D "$DI_DIR"/r4k-ip22/cdrom-boot.img "$CDROOT"/install/r4k-ip22-boot.img #r5k-ip32 has no cdrom boot image yet diff --git a/tools/boot/squeeze/boot-mipsel b/tools/boot/squeeze/boot-mipsel index 1cd1cf2d..015e3cd4 100755 --- a/tools/boot/squeeze/boot-mipsel +++ b/tools/boot/squeeze/boot-mipsel @@ -61,12 +61,12 @@ if [ ! "$DI_WWW_HOME" ];then fi else DI_DIR="." - wget "$DI_WWW_HOME" -O di.dir + $WGET "$DI_WWW_HOME" -O di.dir r3k=$(sed -n 's/.*a href="\(vmlinux-.*-r3k-kn02\)".*/\1/ip' di.dir) r4k=$(sed -n 's/.*a href="\(vmlinux-.*-r4k-kn04\)".*/\1/ip' di.dir) - wget "$DI_WWW_HOME/$r3k" -O vmlinux-x-r3k-kn02 - wget "$DI_WWW_HOME/$r4k" -O vmlinux-x-r4k-kn04 - wget "$DI_WWW_HOME/initrd.gz" + $WGET "$DI_WWW_HOME/$r3k" -O vmlinux-x-r3k-kn02 + $WGET "$DI_WWW_HOME/$r4k" -O vmlinux-x-r4k-kn04 + $WGET "$DI_WWW_HOME/initrd.gz" fi cp "$DI_DIR"/initrd.gz "$CDROOT/boot/initrd.gz" cp "$DI_DIR"/vmlinux-*-r3k-kn02 "$CDROOT/boot/vmlinux-r3k-kn02" diff --git a/tools/boot/squeeze/boot-powerpc b/tools/boot/squeeze/boot-powerpc index e79006f2..b7e3a9db 100755 --- a/tools/boot/squeeze/boot-powerpc +++ b/tools/boot/squeeze/boot-powerpc @@ -105,8 +105,8 @@ do cp -a "$DI_DIR/$subarch/cdrom${bitness}" "$subarch" fi else - if ! wget -r -nd --no-parent --level=1 -P "$subarch" -R 'index*' "$DI_WWW_HOME/$subarch/cdrom/" && [ "$bitness" ]; then - wget -r -nd --no-parent --level=1 -P "$subarch" -R 'index*' "$DI_WWW_HOME/$subarch/cdrom${bitness}/" + if ! $WGET -r -nd --no-parent --level=1 -P "$subarch" -R 'index*' "$DI_WWW_HOME/$subarch/cdrom/" && [ "$bitness" ]; then + $WGET -r -nd --no-parent --level=1 -P "$subarch" -R 'index*' "$DI_WWW_HOME/$subarch/cdrom${bitness}/" fi fi diff --git a/tools/boot/squeeze/boot-s390 b/tools/boot/squeeze/boot-s390 index 15f3172d..c613b5b6 100755 --- a/tools/boot/squeeze/boot-s390 +++ b/tools/boot/squeeze/boot-s390 @@ -76,7 +76,7 @@ for image in $images_S390; do fi cp "$DI_DIR/$image" "$imagedest" else - wget "$DI_WWW_HOME/$image" -O "$imagedest" + $WGET "$DI_WWW_HOME/$image" -O "$imagedest" fi done diff --git a/tools/boot/squeeze/boot-sparc b/tools/boot/squeeze/boot-sparc index f8f6a968..53280ba9 100755 --- a/tools/boot/squeeze/boot-sparc +++ b/tools/boot/squeeze/boot-sparc @@ -79,10 +79,10 @@ if [ ! "$DI_WWW_HOME" ];then else DI_DIR="cdrom" mkdir "./$DI_DIR" - wget "$DI_WWW_HOME" -O ./$DI_DIR/di.dir + $WGET "$DI_WWW_HOME" -O ./$DI_DIR/di.dir sparc64=$(sed -n 's/.*a href="\(vmlinuz-.*-sparc64\)".*/\1/ip' ./$DI_DIR/di.dir) - wget "$DI_WWW_HOME/$sparc64" -O ./$DI_DIR/vmlinuz-x-sparc64 - wget "$DI_WWW_HOME/initrd.gz" -O ./$DI_DIR/initrd.gz + $WGET "$DI_WWW_HOME/$sparc64" -O ./$DI_DIR/vmlinuz-x-sparc64 + $WGET "$DI_WWW_HOME/initrd.gz" -O ./$DI_DIR/initrd.gz fi if [ ! -e "$DI_DIR"/initrd.gz ] ; then diff --git a/tools/boot/squeeze/boot-x86 b/tools/boot/squeeze/boot-x86 index 5d28fc21..a3b9ee96 100644 --- a/tools/boot/squeeze/boot-x86 +++ b/tools/boot/squeeze/boot-x86 @@ -84,7 +84,7 @@ for image in $BOOT_IMAGES; do # echo "Copying images from $DI_DIR" cp "$DI_DIR/$image" "$image" else - wget "$DI_WWW_HOME/$image" -O "$image" + $WGET "$DI_WWW_HOME/$image" -O "$image" fi fi done @@ -102,7 +102,7 @@ for image in $DISK_IMAGES $EXTRA_DISK_IMAGES; do fi cp "$DI_DIR/$image" "$image" || true else - wget "$DI_WWW_HOME/$image" -O "$image" || rm -f "$image" + $WGET "$DI_WWW_HOME/$image" -O "$image" || rm -f "$image" fi fi done @@ -141,7 +141,7 @@ extra_image () { fi cp "$DI_DIR/cdrom/$image" $CDDIR/$INSTALLDIR/"$image" else - wget "$DI_WWW_HOME/cdrom/$image" -O $CDDIR/$INSTALLDIR/"$image" + $WGET "$DI_WWW_HOME/cdrom/$image" -O $CDDIR/$INSTALLDIR/"$image" fi fi for doppelganger in $doppelgangers ; do diff --git a/tools/boot/wheezy/boot-alpha b/tools/boot/wheezy/boot-alpha index d077b608..4007f951 100755 --- a/tools/boot/wheezy/boot-alpha +++ b/tools/boot/wheezy/boot-alpha @@ -75,7 +75,7 @@ for image in initrd.gz vmlinuz; do fi cp "$DI_DIR/$image" . else - wget "$DI_WWW_HOME/$image" + $WGET "$DI_WWW_HOME/$image" fi fi done diff --git a/tools/boot/wheezy/boot-hppa b/tools/boot/wheezy/boot-hppa index 53256457..7fcbec7e 100755 --- a/tools/boot/wheezy/boot-hppa +++ b/tools/boot/wheezy/boot-hppa @@ -51,7 +51,7 @@ if [ ! "$DI_WWW_HOME" ];then else DI_DIR="di_stuff" mkdir "$DI_DIR" - wget -r -nd --no-parent -P "$DI_DIR" "$DI_WWW_HOME" + $WGET -r -nd --no-parent -P "$DI_DIR" "$DI_WWW_HOME" fi cp "$DI_DIR"/vmlinux-*-parisc "$CDROOT/install" diff --git a/tools/boot/wheezy/boot-hurd b/tools/boot/wheezy/boot-hurd index e59c3f22..de76c6e7 100644 --- a/tools/boot/wheezy/boot-hurd +++ b/tools/boot/wheezy/boot-hurd @@ -48,7 +48,7 @@ for image in $BOOT_IMAGES; do fi cp "$DI_DIR/$image" $image else - wget "$DI_WWW_HOME/$image" -O $image + $WGET "$DI_WWW_HOME/$image" -O $image fi fi done diff --git a/tools/boot/wheezy/boot-ia64 b/tools/boot/wheezy/boot-ia64 index 204d970d..2e2f5c0b 100755 --- a/tools/boot/wheezy/boot-ia64 +++ b/tools/boot/wheezy/boot-ia64 @@ -41,8 +41,8 @@ for image in boot.img; do cp "$DI_DIR/cdrom/$image" . || \ cp "$DI_DIR/$image" . else - wget "$DI_WWW_HOME/cdrom/$image" || \ - wget "$DI_WWW_HOME/$image" + $WGET "$DI_WWW_HOME/cdrom/$image" || \ + $WGET "$DI_WWW_HOME/$image" fi fi done diff --git a/tools/boot/wheezy/boot-kfreebsd b/tools/boot/wheezy/boot-kfreebsd index 8273a90f..db5fdba5 100644 --- a/tools/boot/wheezy/boot-kfreebsd +++ b/tools/boot/wheezy/boot-kfreebsd @@ -56,7 +56,7 @@ for image in $BOOT_IMAGES; do fi cp "$DI_DIR/$image" $image || true else - wget "$DI_WWW_HOME/$image" -O $image + $WGET "$DI_WWW_HOME/$image" -O $image fi fi done diff --git a/tools/boot/wheezy/boot-m68k b/tools/boot/wheezy/boot-m68k index fcd19c3e..cbab5dc3 100755 --- a/tools/boot/wheezy/boot-m68k +++ b/tools/boot/wheezy/boot-m68k @@ -68,7 +68,7 @@ if [ ! "$DI_WWW_HOME" ];then fi cp -a $DI_DIR/* . else - wget -q -np -nH --cut-dirs=4 -r -l 3 -R '.gif,.log,stats.txt,index*' "$DI_WWW_HOME" + $WGET -q -np -nH --cut-dirs=4 -r -l 3 -R '.gif,.log,stats.txt,index*' "$DI_WWW_HOME" fi # amiga specific stuff diff --git a/tools/boot/wheezy/boot-mips b/tools/boot/wheezy/boot-mips index a4318c6a..60f028ca 100755 --- a/tools/boot/wheezy/boot-mips +++ b/tools/boot/wheezy/boot-mips @@ -37,9 +37,9 @@ if [ ! "$DI_WWW_HOME" ];then fi else DI_DIR="di_stuff" - wget -P "$DI_DIR/r4k-ip22" "$DI_WWW_HOME/r4k-ip22/cdrom-boot.img" + $WGET -P "$DI_DIR/r4k-ip22" "$DI_WWW_HOME/r4k-ip22/cdrom-boot.img" # r5k-ip32 has no cdrom boot image yet -# wget -P "$DI_DIR/r5k-ip32" "$DI_WWW_HOME/r5k-ip32/cdrom-boot.img" +# $WGET -P "$DI_DIR/r5k-ip32" "$DI_WWW_HOME/r5k-ip32/cdrom-boot.img" fi install -m 644 -D "$DI_DIR"/r4k-ip22/cdrom-boot.img "$CDROOT"/install/r4k-ip22-boot.img #r5k-ip32 has no cdrom boot image yet diff --git a/tools/boot/wheezy/boot-mipsel b/tools/boot/wheezy/boot-mipsel index 9a90c7d3..1e3077b9 100755 --- a/tools/boot/wheezy/boot-mipsel +++ b/tools/boot/wheezy/boot-mipsel @@ -70,12 +70,12 @@ if [ ! "$DI_WWW_HOME" ];then fi else DI_DIR="." - wget "$DI_WWW_HOME" -O di.dir + $WGET "$DI_WWW_HOME" -O di.dir r3k=$(sed -n 's/.*a href="\(vmlinux-.*-r3k-kn02\)".*/\1/ip' di.dir) r4k=$(sed -n 's/.*a href="\(vmlinux-.*-r4k-kn04\)".*/\1/ip' di.dir) - wget "$DI_WWW_HOME/$r3k" -O vmlinux-x-r3k-kn02 - wget "$DI_WWW_HOME/$r4k" -O vmlinux-x-r4k-kn04 - wget "$DI_WWW_HOME/initrd.gz" + $WGET "$DI_WWW_HOME/$r3k" -O vmlinux-x-r3k-kn02 + $WGET "$DI_WWW_HOME/$r4k" -O vmlinux-x-r4k-kn04 + $WGET "$DI_WWW_HOME/initrd.gz" fi cp "$DI_DIR"/initrd.gz "$CDROOT/boot/initrd.gz" cp "$DI_DIR"/vmlinux-*-r3k-kn02 "$CDROOT/boot/vmlinux-r3k-kn02" diff --git a/tools/boot/wheezy/boot-powerpc b/tools/boot/wheezy/boot-powerpc index 7eae8c32..2cb1dd26 100755 --- a/tools/boot/wheezy/boot-powerpc +++ b/tools/boot/wheezy/boot-powerpc @@ -124,8 +124,8 @@ do cp -a "$DI_DIR/$subarch/cdrom${bitness}" "$subarch" fi else - if ! wget -r -nd --no-parent --level=1 -P "$subarch" -R 'index*' "$DI_WWW_HOME/$subarch/cdrom/" && [ "$bitness" ]; then - wget -r -nd --no-parent --level=1 -P "$subarch" -R 'index*' "$DI_WWW_HOME/$subarch/cdrom${bitness}/" + if ! $WGET -r -nd --no-parent --level=1 -P "$subarch" -R 'index*' "$DI_WWW_HOME/$subarch/cdrom/" && [ "$bitness" ]; then + $WGET -r -nd --no-parent --level=1 -P "$subarch" -R 'index*' "$DI_WWW_HOME/$subarch/cdrom${bitness}/" fi fi diff --git a/tools/boot/wheezy/boot-s390-common b/tools/boot/wheezy/boot-s390-common index 04122085..f8df46a3 100644 --- a/tools/boot/wheezy/boot-s390-common +++ b/tools/boot/wheezy/boot-s390-common @@ -85,7 +85,7 @@ for image in $images_S390; do fi cp "$DI_DIR/$image" "$imagedest" else - wget "$DI_WWW_HOME/$image" -O "$imagedest" + $WGET "$DI_WWW_HOME/$image" -O "$imagedest" fi done diff --git a/tools/boot/wheezy/boot-sparc b/tools/boot/wheezy/boot-sparc index 1078b34b..3f15f445 100755 --- a/tools/boot/wheezy/boot-sparc +++ b/tools/boot/wheezy/boot-sparc @@ -81,10 +81,10 @@ if [ ! "$DI_WWW_HOME" ];then else DI_DIR="cdrom" mkdir "./$DI_DIR" - wget "$DI_WWW_HOME" -O ./$DI_DIR/di.dir + $WGET "$DI_WWW_HOME" -O ./$DI_DIR/di.dir sparc64=$(sed -n 's/.*a href="\(vmlinuz-.*-sparc64\)".*/\1/ip' ./$DI_DIR/di.dir) - wget "$DI_WWW_HOME/$sparc64" -O ./$DI_DIR/vmlinuz-x-sparc64 - wget "$DI_WWW_HOME/initrd.gz" -O ./$DI_DIR/initrd.gz + $WGET "$DI_WWW_HOME/$sparc64" -O ./$DI_DIR/vmlinuz-x-sparc64 + $WGET "$DI_WWW_HOME/initrd.gz" -O ./$DI_DIR/initrd.gz fi if [ ! -e "$DI_DIR"/initrd.gz ] ; then diff --git a/tools/boot/wheezy/boot-x86 b/tools/boot/wheezy/boot-x86 index 92d8e501..44ad0037 100644 --- a/tools/boot/wheezy/boot-x86 +++ b/tools/boot/wheezy/boot-x86 @@ -88,7 +88,7 @@ for image in $BOOT_IMAGES; do # echo "Copying images from $DI_DIR" cp "$DI_DIR/$image" "$image" else - wget "$DI_WWW_HOME/$image" -O "$image" + $WGET "$DI_WWW_HOME/$image" -O "$image" fi fi done @@ -106,7 +106,7 @@ for image in $DISK_IMAGES $EXTRA_DISK_IMAGES; do fi cp "$DI_DIR/$image" "$image" || true else - wget "$DI_WWW_HOME/$image" -O "$image" || rm -f "$image" + $WGET "$DI_WWW_HOME/$image" -O "$image" || rm -f "$image" fi fi done @@ -145,7 +145,7 @@ extra_image () { fi cp "$DI_DIR/cdrom/$image" $CDDIR/$INSTALLDIR/"$image" else - wget "$DI_WWW_HOME/cdrom/$image" -O $CDDIR/$INSTALLDIR/"$image" + $WGET "$DI_WWW_HOME/cdrom/$image" -O $CDDIR/$INSTALLDIR/"$image" fi fi for doppelganger in $doppelgangers ; do diff --git a/tools/etch/installtools.sh b/tools/etch/installtools.sh index 24dcfbff..91b3e8ce 100755 --- a/tools/etch/installtools.sh +++ b/tools/etch/installtools.sh @@ -59,7 +59,7 @@ if [ "$OMIT_RELEASE_NOTES" != 1 ]; then mkdir -p $RN cd $RN echo "Downloading most recent release notes for $ARCH" - wget $RELEASE_NOTES_LOCATION/release-notes-$ARCH.tar.gz + $WGET $RELEASE_NOTES_LOCATION/release-notes-$ARCH.tar.gz if [ -e release-notes-$ARCH.tar.gz ] ; then tar xzvf release-notes-$ARCH.tar.gz rm -f release-notes-$ARCH.tar.gz diff --git a/tools/lenny/installtools.sh b/tools/lenny/installtools.sh index 54a3369f..9d57ed70 100755 --- a/tools/lenny/installtools.sh +++ b/tools/lenny/installtools.sh @@ -59,7 +59,7 @@ if [ "$OMIT_RELEASE_NOTES" != 1 ]; then mkdir -p $RN cd $RN echo "Downloading most recent release notes for $ARCH" - wget $RELEASE_NOTES_LOCATION/release-notes-$ARCH.tar.gz + $WGET $RELEASE_NOTES_LOCATION/release-notes-$ARCH.tar.gz if [ -e release-notes-$ARCH.tar.gz ] ; then tar xzvf release-notes-$ARCH.tar.gz rm -f release-notes-$ARCH.tar.gz diff --git a/tools/squeeze/installtools.sh b/tools/squeeze/installtools.sh index ba54c6ec..d7928ef5 100755 --- a/tools/squeeze/installtools.sh +++ b/tools/squeeze/installtools.sh @@ -59,7 +59,7 @@ if [ "$OMIT_RELEASE_NOTES" != 1 ]; then mkdir -p $RN cd $RN echo "Downloading most recent release notes for $ARCH" - wget $RELEASE_NOTES_LOCATION/release-notes-$ARCH.tar.gz + $WGET $RELEASE_NOTES_LOCATION/release-notes-$ARCH.tar.gz if [ -e release-notes-$ARCH.tar.gz ] ; then tar xzvf release-notes-$ARCH.tar.gz rm -f release-notes-$ARCH.tar.gz diff --git a/tools/wheezy/installtools.sh b/tools/wheezy/installtools.sh index ba54c6ec..d7928ef5 100755 --- a/tools/wheezy/installtools.sh +++ b/tools/wheezy/installtools.sh @@ -59,7 +59,7 @@ if [ "$OMIT_RELEASE_NOTES" != 1 ]; then mkdir -p $RN cd $RN echo "Downloading most recent release notes for $ARCH" - wget $RELEASE_NOTES_LOCATION/release-notes-$ARCH.tar.gz + $WGET $RELEASE_NOTES_LOCATION/release-notes-$ARCH.tar.gz if [ -e release-notes-$ARCH.tar.gz ] ; then tar xzvf release-notes-$ARCH.tar.gz rm -f release-notes-$ARCH.tar.gz