[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Move man pages to new doc/ directory



Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv5422

Modified Files:
	setup.py TODO MANIFEST.in HACKING 
Log Message:
Move man pages to new doc/ directory

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- setup.py	4 Apr 2004 18:44:07 -0000	1.99
+++ setup.py	10 May 2004 16:46:21 -0000	1.100
@@ -526,10 +526,10 @@
         }
 elif sys.platform != 'win32':
     EXTRA = {
-        'data_files' : [("share/man/man1", ["etc/mixminion.1"]),
-                        ("share/man/man5", ["etc/mixminionrc.5",
-                                      "etc/mixminiond.conf.5"]),
-                        ("share/man/man8", ["etc/mixminiond.8"])]
+        'data_files' : [("share/man/man1", ["doc/mixminion.1"]),
+                        ("share/man/man5", ["doc/mixminionrc.5",
+                                      "doc/mixminiond.conf.5"]),
+                        ("share/man/man8", ["doc/mixminiond.8"])]
         }
 else:
     EXTRA = {}

Index: TODO
===================================================================
RCS file: /home/minion/cvsroot/src/minion/TODO,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- TODO	2 May 2004 18:45:15 -0000	1.214
+++ TODO	10 May 2004 16:46:21 -0000	1.215
@@ -19,7 +19,9 @@
                 o Refactor ClientDirectory to be more modular
                 - Retrying needs to be per-destination, not per-packet.
         - Distributed directories
-        - Bugs
+        . Bugs
+                o Make tests pass with bizarre umasks.  (Try 0077, 0000,
+                  etc.)
                 - Make build process mention where to download openssl if
                   neither wget nor curl is found.
                 - Make client run and unittests not die when there is no
@@ -31,8 +33,6 @@
                   it can confuse the unit tests and maybe worse.  We can
                   catch it by looking at time.gmtime(78969600) and seeing
                   whether we get (1972,7,3,0,0,0) or one second before.
-                - Make tests pass with bizarre umasks.  (Try 0077, 0000,
-                  etc.)
                 - Drop support for pre-0.0.6 servers; Don't generate IPV4Info
                   any more.
         - Documentation
@@ -232,6 +232,7 @@
                 - Only pick from the directory when picking
                   random servers.
                 - Notice Allow/Deny.
+                - Allow 'oneof' elements in paths.
         - UI issues
                 - Notice when out of disk space, die more cleanly.
                   (support max-disk-usage).

Index: MANIFEST.in
===================================================================
RCS file: /home/minion/cvsroot/src/minion/MANIFEST.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- MANIFEST.in	4 Apr 2004 18:55:15 -0000	1.16
+++ MANIFEST.in	10 May 2004 16:46:21 -0000	1.17
@@ -3,7 +3,7 @@
 include contrib/coverage.py
 include etc/mixminiond.conf etc/blacklist.conf etc/countlines.py
 include etc/mixminion.init
-include etc/mixminion.1 etc/mixminionrc.5 etc/mixminiond.8
-include etc/mixminiond.conf.5
+include doc/mixminion.1 doc/mixminionrc.5 doc/mixminiond.8
+include doc/mixminiond.conf.5 doc/tutorial.txt
 # Old versions of distutils miss header files
 include src/_minionlib.h

Index: HACKING
===================================================================
RCS file: /home/minion/cvsroot/src/minion/HACKING,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- HACKING	4 Apr 2004 17:58:28 -0000	1.25
+++ HACKING	10 May 2004 16:46:21 -0000	1.26
@@ -156,6 +156,9 @@
         (Investigate more)
   (Difficulty: moderate.  Invasiveness: moderate.)
 
+- After porting to GnuTLS or NSS, separate out all of the C code to its own
+  process!  Feel free to refactor the code while you're at it.
+
 - We could really use a nymserver.
 
 DESIGN PRINCIPLES: