From: Eric S. Raymond Date: Thu, 27 Sep 2012 20:35:35 +0000 (-0400) Subject: Now we should rewally be ready for release. X-Git-Tag: 1.0~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4cff60a441c2e5e0940d2e86b0a1bca49ab95ae1;p=irker.git Now we should rewally be ready for release. --- 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