From f1979c31bd23f247f422d931883ae3e6b9d6b8b0 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 15 Nov 2012 12:03:15 +0000 Subject: Fix packages installation --- (limited to 'devbot') diff --git a/devbot/system.py b/devbot/system.py index b12190a..46529e5 100644 --- a/devbot/system.py +++ b/devbot/system.py @@ -85,7 +85,7 @@ def run_checks(package_manager, checks, packages): for package in package_list: # Might be none, if so skip on this distro_name - if package and package not in packages: + if package and package not in to_install: to_install.append(package) else: failed_checks.append(check) -- cgit v0.9.1