This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.22-528-g1a44f14


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  1a44f1433ee4afad10eb4cb1a08d8a86b286cd40 (commit)
      from  c0d6f2a33e1229a96d5d5064b9b04d7d3cd41d9d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=1a44f1433ee4afad10eb4cb1a08d8a86b286cd40

commit 1a44f1433ee4afad10eb4cb1a08d8a86b286cd40
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Tue Nov 10 00:45:41 2015 -0500

    pylintrc: disable reports
    
    I've never found these useful, nor found anyone else who likes them.
    Turn them off by default.

diff --git a/ChangeLog b/ChangeLog
index 39cc8db..2e486ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-11  Mike Frysinger  <vapier@gentoo.org>
+
+	* scripts/pylintrc (reports): Set to no.
+
 2015-11-10  Roland McGrath  <roland@hack.frob.com>
 
 	* elf/dl-load.c (open_verify): Take new argument FD.
diff --git a/scripts/pylintrc b/scripts/pylintrc
index a05ddfd..c92f100 100644
--- a/scripts/pylintrc
+++ b/scripts/pylintrc
@@ -54,7 +54,7 @@ output-format=text
 files-output=no
 
 # Tells whether to display a full report or only the messages
-reports=yes
+reports=no
 
 # Python expression which should return a note less than 10 (10 is the highest
 # note). You have access to the variables errors warning, statement which

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    4 ++++
 scripts/pylintrc |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]