SVN: security/cve_reader.py

shadzik shadzik at pld-linux.org
Fri Nov 2 20:11:17 CET 2007


Author: shadzik
Date: Fri Nov  2 20:11:17 2007
New Revision: 8974

Modified:
   security/cve_reader.py
Log:
- when line matches remove the spec too


Modified: security/cve_reader.py
==============================================================================
--- security/cve_reader.py	(original)
+++ security/cve_reader.py	Fri Nov  2 20:11:17 2007
@@ -144,6 +144,7 @@
 						date = p[3]
 						return real_rev + " " + date
 						f.close()
+						os.remove("%s%s" % (CVSMODULE, spec))
 						break
 					ind = ind + 1
 		f.close()


More information about the pld-cvs-commit mailing list