jhbuild r2800 - in trunk: . jhbuild/commands



Author: fpeters
Date: Thu Apr 16 06:16:39 2009
New Revision: 2800
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2800&view=rev

Log:
* jhbuild/commands/checkbranches.py: don't skip modules when checking
for branches.



Modified:
   trunk/ChangeLog
   trunk/jhbuild/commands/checkbranches.py

Modified: trunk/jhbuild/commands/checkbranches.py
==============================================================================
--- trunk/jhbuild/commands/checkbranches.py	(original)
+++ trunk/jhbuild/commands/checkbranches.py	Thu Apr 16 06:16:39 2009
@@ -45,8 +45,7 @@
             branch = branch.replace('gnome-suites-', 'gnome-')
 
         module_set = jhbuild.moduleset.load(config)
-        module_list = module_set.get_module_list(args or config.modules,
-                                                 config.skip)
+        module_list = module_set.get_module_list(args or config.modules)
         for mod in module_list:
             if mod.type in ('meta', 'tarball'):
                 continue



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