[Fai-commit] r3186 - trunk/bin
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Sat Dec 24 16:46:17 UTC 2005
Author: lange
Date: 2005-12-24 16:46:16 +0000 (Sat, 24 Dec 2005)
New Revision: 3186
Modified:
trunk/bin/install_packages
Log:
Happy christmas to all!
add aptitude-r for download only mode,
change order of aptitude and aptitude-r,
Modified: trunk/bin/install_packages
===================================================================
--- trunk/bin/install_packages 2005-12-15 15:49:11 UTC (rev 3185)
+++ trunk/bin/install_packages 2005-12-24 16:46:16 UTC (rev 3186)
@@ -25,7 +25,7 @@
# MA 02111-1307, USA.
#*********************************************************************
-my $version = "Version 2.19, 10-dec-2005";
+my $version = "Version 2.19.1, 24-dec-2005";
$0=~ s#.+/##; # remove path from program name
# import variables: $verbose, $MAXPACKAGES, $classes, $FAI, $FAI_ROOT
@@ -64,7 +64,7 @@
my $aptopt='-y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold"';
- at commands = qw/hold taskrm taskinst clean aptitude-r aptitude install remove dselect-upgrade/;
+ at commands = qw/hold taskrm taskinst clean aptitude aptitude-r install remove dselect-upgrade/;
%command = (
install => "apt-get $aptopt --fix-missing install",
ninstall => "apt-get $aptopt --fix-missing -s install",
@@ -398,7 +398,7 @@
undef %command;
$maxpl=9999;
- at commands = qw/taskinst aptitude install/;
+ at commands = qw/taskinst aptitude aptitude-r install/;
%command = (
install => "apt-get $qopt -d $ENV{aptoptions} -y --fix-missing install",
"taskinst" => "aptitude -d $ENV{aptoptions} -y install $devnull",
More information about the Fai-commit
mailing list