[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] Bulletproof make process; add generic CLI code



Update of /home/minion/cvsroot/src/minion/contrib
In directory moria.seul.org:/tmp/cvs-serv12164/contrib

Modified Files:
	.cvsignore 
Log Message:
Bulletproof make process; add generic CLI code

HACKING:
	Improve accuracy of build instructions

Makefile:
	- Search for the right python command *very* carefully
	- Detect missing ./contrib/openssl/libcrypto.a
	- Add 'download-openssl', 'build-openssl', and 'install-openssl' 
          targets. (Can't test download-openssl yet, since it openssl.org 
          seems to be down at the moment.)

setup.py:
	- Remove old ssl related stuff
	
Modules.py:
	- Rename classes

Main.py:
	- New file for generic CLI code to set up PYTHONPATH and launch 
          other modules.

testSupport:
	- New file for shhared code between test.py and benchmark.py
	- Add beginnings of simplified 'testing' module
	- Move mix_mktemp into testSupport

benchmark.py, test.py:
	- Add new CLI logic
	- Remove straggling unlink/rmdir calls.
	
	



Index: .cvsignore
===================================================================
RCS file: /home/minion/cvsroot/src/minion/contrib/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .cvsignore	29 May 2002 03:52:13 -0000	1.1
+++ .cvsignore	25 Aug 2002 03:48:47 -0000	1.2
@@ -1 +1 @@
-openssl
+openssl*