SVN: security/cve_reader.py

shadzik shadzik at pld-linux.org
Mon Oct 8 04:25:47 CEST 2007


Author: shadzik
Date: Mon Oct  8 04:25:47 2007
New Revision: 8803

Modified:
   security/cve_reader.py
Log:
- generate RSS only if there actually were new CVE entries found


Modified: security/cve_reader.py
==============================================================================
--- security/cve_reader.py	(original)
+++ security/cve_reader.py	Mon Oct  8 04:25:47 2007
@@ -217,4 +217,5 @@
 #rsync()
 parse()
 genPageFooter()
-genRSS()
+if len(specs):
+	genRSS()


More information about the pld-cvs-commit mailing list