Documentation tweak.
[irker.git] / hacking.txt
index 583113f3e046977069ce5525cbe3910fee9536d2..a6e0ba56e44a01eb564e2f843c749e39d0d5094b 100644 (file)
@@ -33,15 +33,17 @@ type switch. It can deduce the repo type by looking, so it should.
 
 == Release procedure ==
 
-1. Do 'make pylint' to audit the code.
+1. Check for merge requests at https://gitorious.org/irker
 
-2. Run irkerd and irkerhook.py; look at #irker on freenode to verify.
+2. Do 'make pylint' to audit the code.
 
-3. Bump the version numbers in irkerd and irkerhook.py
+3. Run irk with a sample message; look at #irker on freenode to verify.
 
-4. Update the NEWS file
+4. Bump the version numbers in irkerd and irkerhook.py
 
-5. make dist; make release
+5. Update the NEWS file
+
+6. make release
 
 == Thanks where due == 
 
@@ -53,9 +55,6 @@ Subversion support in irkerhook.py.
 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.