Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/system.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-14 16:57:45 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-14 16:57:45 (GMT)
commit42baf22d2f5d1480b337c13e035075a5114c3cc6 (patch)
treeb2e22e9a1cb7a7fb34d2b44da03f92ca96612d04 /devbot/system.py
parent9d88d6a8c38e1a35f5749d06214f92513414ed67 (diff)
Fix loading packages config
Diffstat (limited to 'devbot/system.py')
-rw-r--r--devbot/system.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/system.py b/devbot/system.py
index e3e5d67..6789471 100644
--- a/devbot/system.py
+++ b/devbot/system.py
@@ -179,7 +179,7 @@ def check():
xvfb_proc, orig_display = start_xvfb()
- run_checks(distro_name, config.load_checks(), config.load_packages())
+ run_checks(distro_name, config.load_checks(), packages)
warn_if_unsupported(distro_name)
apply_distro_tweaks(distro_name)