[debian-edu-commits] r87064 - trunk/src/build/CD-administrator
pere at alioth.debian.org
pere at alioth.debian.org
Mon Mar 28 20:06:21 UTC 2016
Author: pere
Date: 2016-03-28 20:06:20 +0000 (Mon, 28 Mar 2016)
New Revision: 87064
Modified:
trunk/src/build/CD-administrator/CONF-edu-testing-nolocal-netinst.sh
Log:
Make sure to set WGET for d-i downloads to work.
Modified: trunk/src/build/CD-administrator/CONF-edu-testing-nolocal-netinst.sh
===================================================================
--- trunk/src/build/CD-administrator/CONF-edu-testing-nolocal-netinst.sh 2016-03-28 19:55:35 UTC (rev 87063)
+++ trunk/src/build/CD-administrator/CONF-edu-testing-nolocal-netinst.sh 2016-03-28 20:06:20 UTC (rev 87064)
@@ -383,6 +383,11 @@
;;
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
More information about the debian-edu-commits
mailing list