projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[scrips] feeds: extend 'search' to lookup in source package names too
[openwrt.git]
/
scripts
/
feeds
diff --git
a/scripts/feeds
b/scripts/feeds
index
dd0a6c2
..
4b53fd1
100755
(executable)
--- a/
scripts/feeds
+++ b/
scripts/feeds
@@
-173,7
+173,7
@@
sub search_feed {
foreach my $substr (@substr) {
my $match;
- foreach my $key (qw(name title description)) {
+ foreach my $key (qw(name title description
src
)) {
$pkg->{$key} and $substr and $pkg->{$key} =~ m/$substr/i and $match = 1;
}
$match or undef $pkgmatch;
This page took
0.018911 seconds
and
4
git commands to generate.