[Fai-commit] r5213 - in trunk: bin debian
lange at alioth.debian.org
lange at alioth.debian.org
Mon Oct 27 20:20:54 UTC 2008
Author: lange
Date: 2008-10-27 20:20:54 +0000 (Mon, 27 Oct 2008)
New Revision: 5213
Modified:
trunk/bin/install_packages
trunk/debian/changelog
Log:
install_packages: fix usage of option -n (closes: #489546)
Modified: trunk/bin/install_packages
===================================================================
--- trunk/bin/install_packages 2008-10-27 19:46:32 UTC (rev 5212)
+++ trunk/bin/install_packages 2008-10-27 20:20:54 UTC (rev 5213)
@@ -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-2007, Thomas Lange, lange at informatik.uni-koeln.de
+# (c) 2000-2008, 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
#
@@ -27,7 +27,7 @@
# MA 02111-1307, USA.
#*********************************************************************
-my $version = "Version 4.1.5, 14-dec-2007";
+my $version = "Version 4.1.6, 27-oct-2008";
$0=~ s#.+/##; # remove path from program name
# import variables: $verbose, $MAXPACKAGES, $classes, $FAI, $FAI_ROOT
@@ -106,6 +106,7 @@
$listonly = $opt_l || $opt_L;
$opt_h && usage();
$opt_H && showcommands();
+$dryrun=1 if $opt_n;
$verbose=$ENV{verbose} || $opt_v;
$opt_d && setdownloadonly();
$maxpl=$ENV{MAXPACKAGES} || $opt_m ;
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-10-27 19:46:32 UTC (rev 5212)
+++ trunk/debian/changelog 2008-10-27 20:20:54 UTC (rev 5213)
@@ -1,8 +1,9 @@
fai (3.2.14) unstable; urgency=low
* fai-guide.sgml: document behaviour of LOGSERVER (closes: #361524)
+ * install_packages: fix usage of option -n (closes: #489546)
- -- Thomas Lange <lange at debian.org> Mon, 27 Oct 2008 20:44:14 +0100
+ -- Thomas Lange <lange at debian.org> Mon, 27 Oct 2008 21:19:12 +0100
fai (3.2.13) unstable; urgency=low
More information about the Fai-commit
mailing list