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

pere at alioth.debian.org pere at alioth.debian.org
Wed Oct 8 05:04:41 UTC 2014


Author: pere
Date: 2014-10-08 05:04:41 +0000 (Wed, 08 Oct 2014)
New Revision: 83946

Modified:
   trunk/src/build/CD-administrator/CONF-edu-testing-nolocal-netinst.sh
Log:
Speed up testing.

Modified: trunk/src/build/CD-administrator/CONF-edu-testing-nolocal-netinst.sh
===================================================================
--- trunk/src/build/CD-administrator/CONF-edu-testing-nolocal-netinst.sh	2014-10-07 21:28:18 UTC (rev 83945)
+++ trunk/src/build/CD-administrator/CONF-edu-testing-nolocal-netinst.sh	2014-10-08 05:04:41 UTC (rev 83946)
@@ -344,7 +344,9 @@
 # The mirror/distribution and preseed/early_command are set to enable the
 # self test code at the end of the installation.  See edu-is-test-install
 # in debian-edu-install for why this work.
-export KERNEL_PARAMS="desktop=kde mirror/distribution=jessie preseed/early_command=\"echo /jessie-test/\""
+# The url is set to be able to test our packages quicker than they propagate into testing
+# in preparation of the freeze.
+export KERNEL_PARAMS="desktop=kde mirror/distribution=jessie preseed/early_command=\"echo /jessie-test/\" url=http://www.reinholdtsen.name/skolelinux/jessie.dat"
 
 # Default desktop (currently only used by win32-loader)
 export DESKTOP=kde




More information about the debian-edu-commits mailing list