From: Eric Wong <e@80x24.org>
To: meta@public-inbox.org
Subject: [PATCH 2/2] scripts/import_slrnspool: cleanup progress messages
Date: Wed, 2 May 2018 20:58:25 +0000 [thread overview]
Message-ID: <20180502205825.16159-3-e@80x24.org> (raw)
In-Reply-To: <20180502205825.16159-1-e@80x24.org>
Stop showing redundant slashes and stop showing progress
for messages which do not exist.
---
scripts/import_slrnspool | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/import_slrnspool b/scripts/import_slrnspool
index ab79e79..1a7d77a 100755
--- a/scripts/import_slrnspool
+++ b/scripts/import_slrnspool
@@ -59,12 +59,13 @@ my $n = get_min();
my $ok;
my $max_gap = 200000;
my $max = $n + $max_gap;
+$spool =~ s!/+\z!!;
for (; $exit == 0 && $n < $max; $n++) {
my $fn = "$spool/$n";
- print STDERR $fn, "\n";
open(my $fh, '<', $fn) or next;
$max = $n + $max_gap;
+ print STDERR $fn, "\n";
my $mime = PublicInbox::MIME->new(eval { local $/; <$fh> });
my $hdr = $mime->header_obj;
--
EW
prev parent reply other threads:[~2018-05-02 20:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-02 20:58 [PATCH 0/2] import_slrnspool updates Eric Wong
2018-05-02 20:58 ` [PATCH 1/2] scripts/import_slrnspool: support v2 repos Eric Wong
2018-05-02 20:58 ` Eric Wong [this message]
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
List information: https://public-inbox.org/README
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180502205825.16159-3-e@80x24.org \
--to=e@80x24.org \
--cc=meta@public-inbox.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).