summaryrefslogtreecommitdiffstats
path: root/os-plugins/OpenSLX/OSPlugin/Engine.pm
diff options
context:
space:
mode:
authorOliver Tappe2008-05-29 22:55:59 +0200
committerOliver Tappe2008-05-29 22:55:59 +0200
commit8a1dfc22e56d251ce74db630f7619597979d8bd8 (patch)
tree81ecf8ce335a6e877bfb389a4f6dc8fef2f8afc5 /os-plugins/OpenSLX/OSPlugin/Engine.pm
parent* reverted premature refactoring step - we will be using the mkcdboot script (diff)
downloadcore-8a1dfc22e56d251ce74db630f7619597979d8bd8.tar.gz
core-8a1dfc22e56d251ce74db630f7619597979d8bd8.tar.xz
core-8a1dfc22e56d251ce74db630f7619597979d8bd8.zip
* when installing packages, we now request an update, in order to avoid
mismatches between remote repository and local info git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1814 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/OpenSLX/OSPlugin/Engine.pm')
-rw-r--r--os-plugins/OpenSLX/OSPlugin/Engine.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/OpenSLX/OSPlugin/Engine.pm b/os-plugins/OpenSLX/OSPlugin/Engine.pm
index 6db265e9..fff68bf1 100644
--- a/os-plugins/OpenSLX/OSPlugin/Engine.pm
+++ b/os-plugins/OpenSLX/OSPlugin/Engine.pm
@@ -418,7 +418,7 @@ sub installPackages
my $metaPackager = $self->_osSetupEngine()->metaPackager();
return if !$metaPackager;
- return $metaPackager->installPackages($packages);
+ return $metaPackager->installPackages($packages, 1);
}
=item removePackages($packages)