Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-28 22:14:20 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-28 22:14:20 (GMT)
commit0b61f4f6d3bf0a25c6775619b53fa1b4cafafb94 (patch)
tree64e3be01e8d576465fe7786dce39f7be56ee494c /devbot
parenta9a5632549679febd5d2db20616063c470267c5b (diff)
Actually install packages
Not sure how this went lost!
Diffstat (limited to 'devbot')
-rw-r--r--devbot/system.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/devbot/system.py b/devbot/system.py
index 999a59d..d348f2a 100644
--- a/devbot/system.py
+++ b/devbot/system.py
@@ -102,6 +102,8 @@ def run_checks(package_manager, checks, packages):
print "\Packages not found for"
_print_checks(_packages_not_found)
return False
+
+ package_manager.install_packages(to_install)
elif failed_checks:
print "Failed checks\n"
_print_checks(failed_checks)