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