Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
whohas
openbsd-cache-results-557724.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openbsd-cache-results-557724.patch of Package whohas
For OpenBSD, use @name to loop through a cached list, not @repos which is never populated. Status: sent upstream Reported: http://bugs.debian.org/557724 Author: Jonathan Wiltshire <debian@jwiltshire.org.uk> --- a/program/whohas +++ b/program/whohas @@ -666,7 +666,7 @@ sub openbsd_older { close OUT; } my $matcher = $_[0]; - for (my $i = 0; $i < @repos; $i++) { + for (my $i = 0; $i < @names; $i++) { if ($names[$i] =~ /$matcher/i) { &pretty_print($cols,@columns,$distroname,$names[$i],$versions[$i],$sizes[$i],$dates[$i],$repos[$i],$urls[$i]); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor