SVN: security/cve_reader.py

shadzik shadzik at pld-linux.org
Sat Oct 20 19:47:07 CEST 2007


Author: shadzik
Date: Sat Oct 20 19:47:07 2007
New Revision: 8832

Modified:
   security/cve_reader.py
Log:
- if we need to get commits.log via rscync, we have to do it before parsing that file :)


Modified: security/cve_reader.py
==============================================================================
--- security/cve_reader.py	(original)
+++ security/cve_reader.py	Sat Oct 20 19:47:07 2007
@@ -290,5 +290,5 @@
 
 
 # now call them
-main()
 #rsync()
+main()


More information about the pld-cvs-commit mailing list