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

pere at alioth.debian.org pere at alioth.debian.org
Tue Jun 18 14:48:50 UTC 2013


Author: pere
Date: 2013-06-18 14:48:50 +0000 (Tue, 18 Jun 2013)
New Revision: 80912

Modified:
   trunk/src/build/CD-administrator/wanted-list
Log:
Do not include Suggests in the list of wanted packages, to only include the packages we might install on the usbstick ISO.

Modified: trunk/src/build/CD-administrator/wanted-list
===================================================================
--- trunk/src/build/CD-administrator/wanted-list	2013-06-18 14:42:56 UTC (rev 80911)
+++ trunk/src/build/CD-administrator/wanted-list	2013-06-18 14:48:50 UTC (rev 80912)
@@ -69,7 +69,7 @@
 		(cd $TASKDIR && svn -q update >/dev/null 2>&1)
 
 		rm -f $TASKDIR/debian-edu-tasks.desc
-		if make -C $TASKDIR clean packages.txt > $log 2>&1; then
+		if make -C $TASKDIR clean packages.txt | awk '/Suggests/ { exit } { print }' > $log 2>&1; then
 			rm -f $log
 		else
 			cat $log 1>&2




More information about the debian-edu-commits mailing list