[jhbuild] sysdeps: respect skip (GNOME bug 685489)
- From: Craig Keogh <cskeogh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] sysdeps: respect skip (GNOME bug 685489)
- Date: Fri, 2 Nov 2012 11:35:48 +0000 (UTC)
commit 56ee238e0c5c4e3f2db2e13b3c648582db47fb75
Author: Craig Keogh <cskeogh adam com au>
Date: Tue Oct 30 15:02:19 2012 +1030
sysdeps: respect skip (GNOME bug 685489)
jhbuild/commands/sysdeps.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/commands/sysdeps.py b/jhbuild/commands/sysdeps.py
index b221bb5..17cb978 100644
--- a/jhbuild/commands/sysdeps.py
+++ b/jhbuild/commands/sysdeps.py
@@ -60,7 +60,7 @@ class cmd_sysdeps(cmd_build):
module_set = jhbuild.moduleset.load(config)
modules = args or config.modules
- module_list = module_set.get_full_module_list(modules)
+ module_list = module_set.get_full_module_list(modules, config.skip)
module_state = module_set.get_module_state(module_list)
have_new_enough = False
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]