[debian-edu-commits] r87065 - trunk/src/build/CD-administrator

pere at alioth.debian.org pere at alioth.debian.org
Mon Mar 28 21:16:24 UTC 2016


Author: pere
Date: 2016-03-28 21:16:24 +0000 (Mon, 28 Mar 2016)
New Revision: 87065

Modified:
   trunk/src/build/CD-administrator/CONF-edu-testing-nolocal-netinst.sh
Log:
Drop wget option for testing build.  It isn't needed and break the build.

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 20:06:20 UTC (rev 87064)
+++ trunk/src/build/CD-administrator/CONF-edu-testing-nolocal-netinst.sh	2016-03-28 21:16:24 UTC (rev 87065)
@@ -384,8 +384,8 @@
 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/"
+# https://d-i.debian.org et al will work.  Not needed on Jessie.
+#export WGET_OPTS="--ca-directory /etc/ssl/certs/"
 export WGET="wget $WGET_OPTS"
 
 # Set this to force the Release file(s) to say "stable". Used in first




More information about the debian-edu-commits mailing list