jhbuild r1838 - in trunk: . jhbuild



Author: fpeters
Date: Fri Jan 18 16:38:53 2008
New Revision: 1838
URL: http://svn.gnome.org/viewvc/jhbuild?rev=1838&view=rev

Log:
* jhbuild/moduleset.py: fixed skip option, broken by new build
ordering method.



Modified:
   trunk/ChangeLog
   trunk/jhbuild/moduleset.py

Modified: trunk/jhbuild/moduleset.py
==============================================================================
--- trunk/jhbuild/moduleset.py	(original)
+++ trunk/jhbuild/moduleset.py	Fri Jan 18 16:38:53 2008
@@ -142,6 +142,10 @@
             if i+1 == len(asked_modules): 
                 break
 
+        for skipped in skip:
+            if self.modules.get(skipped) in ordered:
+                ordered.remove(self.modules[skipped])
+
         return ordered
     
     def get_full_module_list(self, skip=[]):



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