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() _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
