[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Mon Dec 31 11:09:32 CET 2007


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	07/12/31 11:09:32

Modified files:
	cm3/scripts/win/: do-cm3-base.cmd do-cm3-core.cmd do-cm3-min.cmd 
	                  do-cm3-std.cmd do-pkg.cmd pkgcmds.cmd 
	                  pkgmap.cmd sysinfo.cmd 
	cm3/m3-sys/cm3/src/: version.quake 
	cm3/scripts/: sysinfo.sh 
	cm3/scripts/python/: lib.py 
Added files:
	cm3/scripts/win/: do-cm3-front.cmd 

Log message:
	add support in scripts/win/sysinfo.cmd and scripts/python/lib.py for
	reading the default values from sysinfo.sh of:
	CM3VERSION
	CM3VERSIONNUM
	CM3LASTCHANGED
	
	Previously CM3VERSION was duplicated in all three and the others are new.
	
	Really they should probably be in a separate file with a super simple format like so:
	CM3VERSION d5.5.1
	CM3VERSIONNUM 050501
	CM3LASTCHANGED 2007-12-30
	
	add scripts/win/do-cm3-front.cmd
	simplify all of scripts/win/do-cm3-*
	
	add /something/ in m3-sys/cm3/src/version.quake for Win32 time/date,
	just informal, the format varies per locale and it is local time; this is likely good enough
	but we'll see, many other options are very easy, but this is easiest by a bit
	(you can check for \cygwin\bin\date.exe, you can use JScript via cscript.exe, you can
	write a one line C program, you can add a few lines to cm3.exe, you can
	get the formating to match on English/US via %time% %date%)
	
	add __file__ to all Python error messages




More information about the M3commit mailing list