about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2015-06-24 01:13:10 +0000
committerEric Wong <e@80x24.org>2015-06-24 01:57:45 +0000
commit20dc3c8ac405b784ff82c4ef65c2e14e6032aef6 (patch)
treec1fde7a3bf303866015cef2d0026c1f636334980
parentc32f1d06e0c82c09f79fa61447e1acb6b900e84e (diff)
downloadmogilefs-client-20dc3c8ac405b784ff82c4ef65c2e14e6032aef6.tar.gz
Remove old, out-of-date references and clarify that we use
email.
-rw-r--r--HACKING16
1 files changed, 5 insertions, 11 deletions
diff --git a/HACKING b/HACKING
index f3c7de8..8ad216a 100644
--- a/HACKING
+++ b/HACKING
@@ -7,16 +7,14 @@
 * Follow conventions set in existing code, don't add hard runtime
   dependencies outside of the standard Ruby library.
 
-* Do not hesitate to send plain-text(-only) email to Eric Wong at
-  mailto:normalperson@yhbt.net about anything not covered in
-  the documentation or mailing list archives.  General MogileFS
-  topics can go to the public mailing list at mailto:mogile@googlegroups.com
-  You may still email Wong directly if you do not trust the corporation
-  that hosts the public mailing list.
+* Do not hesitate to send plain-text(-only) email to the public list
+  at mailto:mogilefs-client-public@bogomips.org about anything not covered
+  in the documentation or mailing list archives.  General MogileFS
+  topics can go on the the mailing list at mailto:mogile@googlegroups.com
 
 * Use "git format-patch" and "git send-email" for sending patches.
 
-* Use "git request-pull" as a guideline for formatting pull-requests.
+* Use "git request-pull" as a guideline for formatting pull-request emails.
 
 * Test with the latest upstream MogileFS and Ruby versions.
 
@@ -24,10 +22,6 @@
   with a single host and device using a SQLite backend if you
   have "mogdbsetup", "mogilefsd", and "mogstored" in your PATH.
 
-* Setting MOG_TEST_TRACKERS= to a comma-delimited list of trackers
-  can enable additional integration tests against a live tracker
-  (with multiple devices/hosts).
-
 * Tests may be run in parallel using GNU make:
 
   make -j6 test