]> git.donarmstrong.com Git - debbugs.git/commitdiff
stop calculating the source for all packages
authorDon Armstrong <don@donarmstrong.com>
Sun, 19 Aug 2018 20:38:46 +0000 (13:38 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 19 Aug 2018 20:38:46 +0000 (13:38 -0700)
Debbugs/Status.pm

index 797bbdde1d87695547af231e98effc25ea7d279a..f539781495c297c64a54239823411da2a0c328b1 100644 (file)
@@ -1401,13 +1401,6 @@ sub get_bug_statuses {
         $status->{package} = '' if not defined $status->{package};
         $status->{"package"} =~ s/\s*$//;
 
-        $status->{source} = binary_to_source(binary=>[split /\s*,\s*/, $status->{package}],
-                                             source_only => 1,
-                                             cache => $bin_to_src_cache,
-                                             defined $param{schema}?
-                                             (schema => $param{schema}):(),
-                                            );
-
         $status->{"package"} = 'unknown' if ($status->{"package"} eq '');
         $status->{"severity"} = 'normal' if (not defined $status->{severity} or $status->{"severity"} eq '');