[jhbuild] goalreport: don't use partial_build, don't check for system modules



commit 09234b9d7390bb231f78e777944b4d488b6a44d4
Author: FrÃdÃric PÃters <fpeters 0d be>
Date:   Fri May 11 09:37:03 2012 +0200

    goalreport: don't use partial_build, don't check for system modules

 jhbuild/commands/goalreport.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/commands/goalreport.py b/jhbuild/commands/goalreport.py
index 494bfb0..556603d 100644
--- a/jhbuild/commands/goalreport.py
+++ b/jhbuild/commands/goalreport.py
@@ -371,12 +371,14 @@ class cmd_goalreport(Command):
         self.load_false_positives(options.falsepositivesfile)
 
         config.devhelp_dirname = options.devhelp_dirname
+        config.partial_build = False
 
         module_set = jhbuild.moduleset.load(config)
         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)
+            self.module_list = module_set.get_module_list(args or config.modules,
+                            config.skip, process_sysdeps=False)
 
         results = {}
         try:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]