From 362f994aabee1e8667aedd24b325cfc986d3116b Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Tue, 12 Oct 2004 14:32:02 +0000 Subject: initial two-way reporting (Logical change 1.88) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@418 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Debian.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/lib/Client/Debian.py b/src/lib/Client/Debian.py index be4943264..4c7d62c09 100644 --- a/src/lib/Client/Debian.py +++ b/src/lib/Client/Debian.py @@ -147,6 +147,7 @@ class Debian(Toolset): def Install(self): if self.setup['verbose'] : print "Installing" cmd = "apt-get --reinstall -q=2 -y install %s" + print "Need to remove:", self.pkgwork['remove'] # try single large install rc = system(join(map(lambda x:"%s-%s"%(x.attrib['name'], x.attrib['version']), self.pkgwork['add'] + self.pkgwork['update']))) if rc == 0: -- cgit v1.2.3-1-g7c22