[debian-edu-commits] r79670 - trunk/src/build/CD-administrator
    pere at alioth.debian.org 
    pere at alioth.debian.org
       
    Sun Apr 21 10:38:38 UTC 2013
    
    
  
Author: pere
Date: 2013-04-21 10:38:37 +0000 (Sun, 21 Apr 2013)
New Revision: 79670
Modified:
   trunk/src/build/CD-administrator/unwanted-list
Log:
Try to build wheezy netinst CD without aptitude, to see if it still work.
Modified: trunk/src/build/CD-administrator/unwanted-list
===================================================================
--- trunk/src/build/CD-administrator/unwanted-list	2013-04-21 10:03:21 UTC (rev 79669)
+++ trunk/src/build/CD-administrator/unwanted-list	2013-04-21 10:38:37 UTC (rev 79670)
@@ -25,6 +25,14 @@
 
 	make -C $TASKDIR clean >/dev/null
 
+	case $SUITE in 
+	    *wheezy-*-netinst*)
+		# Try to build CD without aptitude, to see if apt-get
+		# is enough.
+		echo aptitude
+		;;
+	esac
+
 ) > $uwpkg.new
 
 # Make sure the packages are only listed once
    
    
More information about the debian-edu-commits
mailing list