[debian-edu-commits] r80838 - trunk/src/build/CD-administrator
pere at alioth.debian.org
pere at alioth.debian.org
Mon Jun 17 17:56:47 UTC 2013
Author: pere
Date: 2013-06-17 17:56:46 +0000 (Mon, 17 Jun 2013)
New Revision: 80838
Added:
trunk/src/build/CD-administrator/hintpkgs-common.txt
Modified:
trunk/src/build/CD-administrator/wanted-list
Log:
Rewrite how the debian-cd task list is composed, to make sure our udebs always are included, to avoid forgetting them every time a we start on a new version.
Added: trunk/src/build/CD-administrator/hintpkgs-common.txt
===================================================================
--- trunk/src/build/CD-administrator/hintpkgs-common.txt (rev 0)
+++ trunk/src/build/CD-administrator/hintpkgs-common.txt 2013-06-17 17:56:46 UTC (rev 80838)
@@ -0,0 +1,8 @@
+# List packages that should be included on all ISOs, independent of
+# suite etc.
+# To make Thin Client Server profile run possible.
+ltsp-client-builder
+# Misc debian-edu packages
+debian-edu-archive-keyring-udeb
+debian-edu-install-udeb
+debian-edu-profile-udeb
Modified: trunk/src/build/CD-administrator/wanted-list
===================================================================
--- trunk/src/build/CD-administrator/wanted-list 2013-06-17 16:48:27 UTC (rev 80837)
+++ trunk/src/build/CD-administrator/wanted-list 2013-06-17 17:56:46 UTC (rev 80838)
@@ -24,6 +24,10 @@
wpkg="wantedpkglist-$SUITE.txt"
+if [ -f hintpkgs-common.txt ] ; then
+ cat hintpkgs-common.txt
+fi
+
case $SUITE in
#the netinstallers only needs udebs, so the tasks are irrelevant.
*wheezy-*-netinst*)
More information about the debian-edu-commits
mailing list