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

pere at alioth.debian.org pere at alioth.debian.org
Fri Jun 14 21:15:38 UTC 2013


Author: pere
Date: 2013-06-14 21:15:38 +0000 (Fri, 14 Jun 2013)
New Revision: 80702

Modified:
   trunk/src/build/CD-administrator/CONF-wheezy-test-usbstick.sh
Log:
Correct paths to use unique temp directories.

Modified: trunk/src/build/CD-administrator/CONF-wheezy-test-usbstick.sh
===================================================================
--- trunk/src/build/CD-administrator/CONF-wheezy-test-usbstick.sh	2013-06-14 20:30:49 UTC (rev 80701)
+++ trunk/src/build/CD-administrator/CONF-wheezy-test-usbstick.sh	2013-06-14 21:15:38 UTC (rev 80702)
@@ -110,10 +110,10 @@
 export MIRROR=$TOPDIR/debmirror/debian/debian
 
 # Path of the temporary directory
-export TDIR=$TOPDIR/debmirror/builder_temp_dir/wheezy-test-dvd-amd64
+export TDIR=$TOPDIR/debmirror/builder_temp_dir/wheezy-test-usbstick
 
 # Path where the images will be written
-export OUT=$TDIR/CD/wheezy-test-dvd-amd64
+export OUT=$TDIR/CD/wheezy-test-usbstick
 
 #edu logo
 export LOGOPNG="$BASEDIR/../debian-edu-installer-logo-wheezy.png"




More information about the debian-edu-commits mailing list