From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: scripts/lib/
Date: Fri, 6 Jan 2012 16:38:01 +0000 (UTC) [thread overview]
Message-ID: <3c92deed7336c728b70aed7e3948154f2032f2f2.kent@gentoo> (raw)
commit: 3c92deed7336c728b70aed7e3948154f2032f2f2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jan 6 06:11:56 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jan 6 06:11:56 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3c92deed
[scripts] fix various post( to search endpoints due to weird server-side changes
---
scripts/lib/metacpan.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/lib/metacpan.pm b/scripts/lib/metacpan.pm
index 702a2a9..cad98a7 100644
--- a/scripts/lib/metacpan.pm
+++ b/scripts/lib/metacpan.pm
@@ -102,7 +102,7 @@ sub find_dist_all {
$opts->{mangle}->( $q, );
}
- my $results = mcpan->post( file => $q );
+ my $results = mcpan->post( "file/_search" => $q );
if ( not $opts->{notrim} ) {
$results->{hits}->{hits} = [ grep { _skip_result( $_, $module ) } @{ $results->{hits}->{hits} } ];
@@ -173,7 +173,7 @@ sub find_release {
query => { constant_score => $filter },
};
my @query = (
- release => $q
+ "release/_search" => $q
);
if ( $opts->{mangle} ) {
next reply other threads:[~2012-01-06 16:38 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-06 16:38 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-10-04 20:19 [gentoo-commits] proj/perl-overlay:master commit in: scripts/lib/ Kent Fredric
2014-10-04 20:19 Kent Fredric
2014-10-01 9:44 Kent Fredric
2014-10-01 9:44 Kent Fredric
2014-07-24 2:12 Kent Fredric
2014-08-20 11:03 ` Kent Fredric
2014-07-24 2:12 Kent Fredric
2014-08-20 11:03 ` Kent Fredric
2014-07-24 2:12 Kent Fredric
2013-05-01 22:23 Kent Fredric
2013-05-01 22:23 Kent Fredric
2013-04-26 19:59 Kent Fredric
2013-02-24 6:00 Kent Fredric
2013-02-10 12:18 Kent Fredric
2013-02-09 13:27 Kent Fredric
2013-02-05 12:24 Kent Fredric
2012-07-31 17:10 Kent Fredric
2012-07-31 17:10 Kent Fredric
2012-06-10 7:17 Kent Fredric
2012-04-06 20:43 Kent Fredric
2012-03-27 9:30 Kent Fredric
2012-03-03 11:58 Kent Fredric
2012-02-28 21:55 Kent Fredric
2012-02-28 21:55 Kent Fredric
2012-02-28 12:02 Kent Fredric
2012-02-27 21:01 Kent Fredric
2012-02-23 7:05 Kent Fredric
2012-02-23 7:05 Kent Fredric
2012-02-15 10:58 Kent Fredric
2011-11-14 2:57 Kent Fredric
2011-10-31 8:46 Kent Fredric
2011-10-25 19:46 Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3c92deed7336c728b70aed7e3948154f2032f2f2.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox