public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: jturney@sourceware.org
To: cygwin-apps-cvs@sourceware.org
Subject: [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20171008-5-g50b62e9
Date: Wed, 25 Oct 2017 14:29:00 -0000	[thread overview]
Message-ID: <20171025142903.14454.qmail@sourceware.org> (raw)




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=50b62e935a650c63a34c2bc35d725a15f35dd566

commit 50b62e935a650c63a34c2bc35d725a15f35dd566
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Wed Oct 25 12:37:25 2017 +0100

    Don't ignore scan-relarea if it arrives during scan-uploads

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=6b03c67d3a59a9f6687b734729d3c4fd7465bb97

commit 6b03c67d3a59a9f6687b734729d3c4fd7465bb97
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Thu Oct 19 02:56:36 2017 +0100

    Report a count of files being ignored, rather than every pathname being ignored
    
    There can be a lot of files being ignored, so this is can be spammy.


Diff:
---
 calm/uploads.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/calm/uploads.py b/calm/uploads.py
index 886ea29..4b4725d 100644
--- a/calm/uploads.py
+++ b/calm/uploads.py
@@ -233,7 +233,7 @@ def scan(m, all_packages, arch, args):
     # since we warned about files being ignored, warn again
     if ignored > 0 and m.reminders_issued:
         if (time.time() > (m.reminder_time + REMINDER_INTERVAL)):
-            logging.warning("ignored %d files as there is no !ready")
+            logging.warning("ignored %d files as there is no !ready" % ignored)
 
     return ScanResult(error, packages, move, vault, remove, remove_success)
 


                 reply	other threads:[~2017-10-25 14:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20171025142903.14454.qmail@sourceware.org \
    --to=jturney@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.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).