[Fai-commit] r3163 - trunk/bin
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Fri Dec 9 22:43:20 UTC 2005
Author: lange
Date: 2005-12-09 22:43:20 +0000 (Fri, 09 Dec 2005)
New Revision: 3163
Modified:
trunk/bin/install_packages
Log:
remove --force-yes, now done by apt.conf.d entry,
unsigned repositories are still not working with aptitude
Modified: trunk/bin/install_packages
===================================================================
--- trunk/bin/install_packages 2005-12-09 22:41:06 UTC (rev 3162)
+++ trunk/bin/install_packages 2005-12-09 22:43:20 UTC (rev 3163)
@@ -66,8 +66,8 @@
@commands = qw/hold taskrm taskinst clean aptitude-r aptitude install remove dselect-upgrade/;
%command = (
- install => "apt-get $aptopt --force-yes --fix-missing install",
- ninstall => "apt-get $aptopt --force-yes --fix-missing -s install",
+ install => "apt-get $aptopt --fix-missing install",
+ ninstall => "apt-get $aptopt --fix-missing -s install",
remove => "apt-get $aptopt --purge remove",
"dselect-upgrade" => "apt-get $aptopt dselect-upgrade",
"taskinst" => "tasksel -n install",
@@ -402,7 +402,7 @@
$maxpl=9999;
@commands = qw/taskinst aptitude install/;
%command = (
- install => "apt-get $qopt -d $ENV{aptoptions} -y --force-yes --fix-missing install",
+ install => "apt-get $qopt -d $ENV{aptoptions} -y --fix-missing install",
"taskinst" => "aptitude -d $ENV{aptoptions} -y install $devnull",
"aptitude" => "aptitude -R -d $ENV{aptoptions} -y install $devnull",
"aptitude-r" => "aptitude -r -d $ENV{aptoptions} -y install $devnull",
More information about the Fai-commit
mailing list