From 4cff60a441c2e5e0940d2e86b0a1bca49ab95ae1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 27 Sep 2012 16:35:35 -0400 Subject: [PATCH] Now we should rewally be ready for release. --- Makefile | 2 +- NEWS | 2 +- irkerhook.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d836d4e..8e01420 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ clean: rm -f irkerd.1 irker-*.tar.gz *~ rm -f SHIPPER.* *.html -PYLINTOPTS = --rcfile=/dev/null --reports=n --include-ids=y --disable="C0103,C0111,C0301,R0201,R0902,R0903,E1101,W0621,W0702" +PYLINTOPTS = --rcfile=/dev/null --reports=n --include-ids=y --disable="C0103,C0111,C0301,R0201,R0902,R0903,E1101,W0201,W0621,W0702" pylint: @pylint --output-format=parseable $(PYLINTOPTS) irkerd @pylint --output-format=parseable $(PYLINTOPTS) irkerhook.py diff --git a/NEWS b/NEWS index 3e1df48..8ab0826 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ irker history -1.0 @ +1.0 @ 2012-09-27 First production version, somewhat rushed by the sudden death of cia.vc. diff --git a/irkerhook.py b/irkerhook.py index 74554b5..25a10fb 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -174,7 +174,7 @@ if __name__ == "__main__": notify = True channels = "" commit = "" - repository= "" + repository = "" for (switch, val) in options: if switch == '-n': notify = False -- 2.26.2