[jhbuild] goalreport: fix for recent changes in modulesets.py
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] goalreport: fix for recent changes in modulesets.py
- Date: Thu, 12 Jul 2012 10:31:23 +0000 (UTC)
commit 190477c8aadcf580c3b9573dd4ab3b6974624ca9
Author: FrÃdÃric PÃters <fpeters 0d be>
Date: Thu Jul 12 12:30:19 2012 +0200
goalreport: fix for recent changes in modulesets.py
jhbuild/commands/goalreport.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/jhbuild/commands/goalreport.py b/jhbuild/commands/goalreport.py
index 270572b..f841dfd 100644
--- a/jhbuild/commands/goalreport.py
+++ b/jhbuild/commands/goalreport.py
@@ -386,8 +386,7 @@ class cmd_goalreport(Command):
if options.list_all_modules:
self.module_list = module_set.modules.values()
else:
- self.module_list = module_set.get_module_list(args or config.modules,
- config.skip, process_sysdeps=False)
+ self.module_list = module_set.get_module_list(args or config.modules, config.skip)
results = {}
try:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]