public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: scripts/, scripts/lib/
Date: Fri,  6 Apr 2012 20:43:01 +0000 (UTC)	[thread overview]
Message-ID: <1333727595.f1aad2cfb0e119e0af0d02685e5e56501a9be794.kent@gentoo> (raw)

commit:     f1aad2cfb0e119e0af0d02685e5e56501a9be794
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr  6 15:53:15 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr  6 15:53:15 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f1aad2cf

[scripts] Reduce size limit to 5000, as its upstreams maximum

---
 scripts/lib/metacpan.pm |    2 +-
 scripts/package_log.pl  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/lib/metacpan.pm b/scripts/lib/metacpan.pm
index ccc267a..f3191ef 100644
--- a/scripts/lib/metacpan.pm
+++ b/scripts/lib/metacpan.pm
@@ -126,7 +126,7 @@ sub find_dist_all {
       ),
       { 'file.date' => 'desc' },
     ],
-    size => 9999,
+    size => 5000,
   };
 
   if ( not defined $opts->{method}

diff --git a/scripts/package_log.pl b/scripts/package_log.pl
index 0528d93..34f4934 100755
--- a/scripts/package_log.pl
+++ b/scripts/package_log.pl
@@ -92,7 +92,7 @@ $search->{sort} = [
   #   { 'author' => 'asc', },
   { 'date' => 'desc', },
 ];
-$search->{size} = 10000;
+$search->{size} = 5000;
 
 $search->{fields} = [qw( author name date distribution version )];
 



             reply	other threads:[~2012-04-06 20:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-06 20:43 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-05-01 22:23 [gentoo-commits] proj/perl-overlay:master commit in: scripts/, scripts/lib/ Kent Fredric
2012-04-08 23:12 Kent Fredric
2012-04-08 23:11 Kent Fredric
2012-02-25 22:14 Kent Fredric
2012-02-24  7:13 Kent Fredric
2012-01-06 16:38 Kent Fredric
2011-11-11 14:38 Kent Fredric
2011-10-31  2:48 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=1333727595.f1aad2cfb0e119e0af0d02685e5e56501a9be794.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