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

[SCM] Debian package checker branch, master, updated. 2.5.1-84-geb1c186



The following commit has been merged in the master branch:
commit d92a9916431ab542725564049a359ac1a2a01bec
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Jul 12 13:47:56 2011 +0200

    Removed some useless reads/writes of %running_jobs

diff --git a/frontend/lintian b/frontend/lintian
index c5c798d..c1a3885 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -1514,7 +1514,6 @@ sub unpack_group {
 	    }
 	    debug_msg(1, "Reap done jobs ... unpack $pkg_name $pkg_ver ($pkg_type)");
 	}
-	%running_jobs = ();
 
 	if ($action eq 'check') {
 	    # We only need this if we are checking the package later
@@ -1560,10 +1559,6 @@ sub process_group {
 	    }
 	}
 
-	# Kill pending jobs, if any
-	Lintian::Command::Simple::kill(\%running_jobs);
-	%running_jobs = ();
-
 	debug_msg(1, "Base directory in lab: $base");
 
 	# chdir to base directory
@@ -1633,7 +1628,6 @@ sub process_group {
 	$lpkg->update_status_file($LINTIAN_VERSION);
 
     } # end foreach my $proc ($group->get_processable())
-    %running_jobs = ();
 
     return 1;
 }

-- 
Debian package checker


Reply to: