Now we should rewally be ready for release.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 27 Sep 2012 20:35:35 +0000 (16:35 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 27 Sep 2012 20:35:35 +0000 (16:35 -0400)
Makefile
NEWS
irkerhook.py

index d836d4e6b521a6f6f4670a063f022a8ebed20504..8e014203851a5b00b8f2babea4e32f7d48e71b5b 100644 (file)
--- 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 3e1df48ac96a5f4e49129726a3dc50b70e73a8a5..8ab0826ea6232ee51ca3c4292a4515e1a6f33693 100644 (file)
--- 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.
 
 
index 74554b51550a2f4e0f9c78094195dd24a36b70ec..25a10fb929de7d14f67804a38e57575d1a686526 100755 (executable)
@@ -174,7 +174,7 @@ if __name__ == "__main__":
     notify = True
     channels = ""
     commit = ""
-    repository= ""
+    repository = ""
     for (switch, val) in options:
         if switch == '-n':
             notify = False