irkerd: Split imported modules onto their own lines
[irker.git] / hacking.txt
index 253a2c621299c57432be5888e10a9764794af7d8..3c1b336d60e1a64cf04c03cb6f5020a0f8614dba 100644 (file)
@@ -17,7 +17,7 @@ to mine data from repositories and sets the format of notifications.
 === If you think the mechanism needs an option, think again ===
 
 Because irkerhook.py does policy, it takes policy options. Because
-irkerd is pure mechanism. it shouldn't need any.  If you think it
+irkerd is pure mechanism, it shouldn't need any.  If you think it
 does, you have almost certainly got a bug in your thinking.  Fix
 that before you modify code.
 
@@ -33,31 +33,30 @@ type switch. It can deduce the repo type by looking, so it should.
 
 == Release procedure ==
 
-1. Check for merge requests at gitorious
+1. Check for merge requests at https://gitorious.org/irker
 
 2. Do 'make pylint' to audit the code.
 
-3. Run irkerd and irkerhook.py; look at #irker on freenode to verify.
+3. Run irk with a sample message; look at #irker on freenode to verify.
 
 4. Bump the version numbers in irkerd and irkerhook.py
 
 5. Update the NEWS file
 
-6. make dist; make release
+6. make release
 
 == Thanks where due == 
 
-Daniel Franke <dfoxfranke@gmail.com> performed a security audit of irkerd.
-
 Alexander van Gessel (AI0867) <ai0867@gmail.com> contributed the
-Subversion support in irkerhook.py.
+Subversion support in irkerhook.py. Since the 1.0 release he has 
+kept as close an eye on the code as the author and has fixed at least
+as many bugs.
+
+Daniel Franke <dfoxfranke@gmail.com> performed a security audit of irkerd.
 
 Georg Brandl <georg@python.org> contributed the Mercurial support in
 irkerhook.py and explained how to make Control-C work right.
 
-Peter Scott <pjscott@iastate.edu> contributed the original greenlet
-support.
-
 Laurent Bachelier <laurent@bachelier.name> fixed the Makefile so it 
 wouldn't break stuff and wrote the first version of the external 
 filtering option.