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

[SCM] Debian package checker branch, master, updated. 2.5.0-rc2-122-g12888e8



The following commit has been merged in the master branch:
commit 3a4667f8d296e37a1f312b25fa752c5488ef1a52
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Jan 22 11:05:35 2011 +0100

    Revert "Conditionally leave the collection-reap loop"
    
    This reverts commit ab148dcdd00a1878e0947827ab3168511e5eba04, since
    it prevents collecting the override information.  See
    http://lists.debian.org/debian-lint-maint/2011/01/msg00176.html

diff --git a/frontend/lintian b/frontend/lintian
index a0f7637..c1d1119 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -1186,9 +1186,9 @@ foreach my $pkg_info ($schedule->get_all) {
 
 	    $map->satisfy('coll-' . $coll);
 
-	    # If that node allowed us to start on another, then we
-	    # leave this loop.
-	    last unless ($map->selectable());
+	    # give a chance to other jobs to finish while we
+	    # process other stuff:
+	    last;
 	}
 
 	unless ($no_override or $loaded_overrides) {

-- 
Debian package checker


Reply to: