[Fai-commit] r5705 - in trunk: bin debian

Thomas Lange lange at alioth.debian.org
Wed Jan 27 08:56:15 UTC 2010


Author: lange
Date: 2010-01-27 08:56:15 +0000 (Wed, 27 Jan 2010)
New Revision: 5705

Modified:
   trunk/bin/install_packages
   trunk/debian/changelog
Log:
install_packages: aptitude-r now uses MAXPACKAGES, thanks to Stefan
Goetz for the bug report and the patch (closes: #558139)

Modified: trunk/bin/install_packages
===================================================================
--- trunk/bin/install_packages	2010-01-27 08:45:35 UTC (rev 5704)
+++ trunk/bin/install_packages	2010-01-27 08:56:15 UTC (rev 5705)
@@ -6,7 +6,7 @@
 # install_packages -- read package config and install packages via apt-get
 #
 # This script is part of FAI (Fully Automatic Installation)
-# (c) 2000-2009, Thomas Lange, lange at informatik.uni-koeln.de
+# (c) 2000-2010, Thomas Lange, lange at informatik.uni-koeln.de
 # (c) 2003-2004, Henning Glawe, glaweh at physik.fu-berlin.de
 # (c) 2004     , Jonas Hoffmann, jhoffman at physik.fu-berlin.de
 # PRELOAD feature from Thomas Gebhardt  <gebhardt at hrz.uni-marburg.de>
@@ -28,7 +28,7 @@
 # MA 02111-1307, USA.
 #*********************************************************************
 
-my $version = "Version 4.2, 23-september-2009";
+my $version = "Version 4.2.1, 27-january-2010";
 $0=~ s#.+/##; # remove path from program name
 
 # import variables: $verbose, $MAXPACKAGES, $classes, $FAI, $FAI_ROOT
@@ -186,7 +186,7 @@
     next;
   }
 
-  if ($atype eq "install" || $atype eq "smarti" || $atype eq "aptitude" || $atype eq "unpack" || $opt_l || $opt_L) {
+  if ($atype eq "install" || $atype eq "smarti" || $atype eq "aptitude" || $atype eq "aptitude-r" || $atype eq "unpack" || $opt_l || $opt_L) {
 
     mkpackagelist(@{$list{$atype}}); # create lists of known and unknown packages
     if ($opt_l) {

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-01-27 08:45:35 UTC (rev 5704)
+++ trunk/debian/changelog	2010-01-27 08:56:15 UTC (rev 5705)
@@ -14,6 +14,8 @@
     ramdisk
   * control: add libxml2-utils to Build-dep-indep (closes: #556826),
     add dependency for build on lenny (closes: #556082)
+  * install_packages: aptitude-r now uses MAXPACKAGES, thanks to Stefan
+    Goetz for the bug report and the patch (closes: #558139)
   
   [ Michael Tautschnig ]
   * setup-storage: Bumped version number to 1.2




More information about the Fai-commit mailing list