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. 26dbb50c4d88c58f52aa3464cd1eed3eb4160831
Date: Fri, 08 Apr 2016 10:40:00 -0000	[thread overview]
Message-ID: <20160408104048.29520.qmail@sourceware.org> (raw)




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

commit 26dbb50c4d88c58f52aa3464cd1eed3eb4160831
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Fri Apr 8 11:34:04 2016 +0100

    Shuffle logging level of suppressed reminder
    
    Shuffle the logging level of the message about apparently forgotten uploaded
    files, emitted on every run, which is supposed to be suppresed from
    maintainer mail, down to DEBUG


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

diff --git a/uploads.py b/uploads.py
index 7aac67e..0df5d39 100644
--- a/uploads.py
+++ b/uploads.py
@@ -130,7 +130,7 @@ def scan(m, all_packages, args):
             if os.path.getmtime(fn) > mtime:
                 if mtime == 0:
                     reminders = True
-                    lvl = logging.INFO
+                    lvl = logging.DEBUG
 
                     # if more than REMINDER_INTERVAL has elapsed since we warned
                     # about files being ignored, warn again


                 reply	other threads:[~2016-04-08 10:40 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=20160408104048.29520.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).