X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fqueue_rss.py;h=4c1b45866cde3a5832a871c41bd734d81a85fbcf;hb=16f731a893f0ba036a995c25b8b5f3490394070e;hp=ce72d65afd5e4fbaa2bba9d71ad8c7a7687c021b;hpb=341d9545f774cbc087fca66c1fe4fc2b82487290;p=dak.git diff --git a/tools/queue_rss.py b/tools/queue_rss.py index ce72d65a..4c1b4586 100755 --- a/tools/queue_rss.py +++ b/tools/queue_rss.py @@ -17,8 +17,8 @@ import PyRSS2Gen from debian_bundle.deb822 import Changes -inrss_filename = "changes_in.rss" -outrss_filename = "changes_out.rss" +inrss_filename = "NEW_in.rss" +outrss_filename = "NEW_out.rss" db_filename = "status.db" parser = OptionParser()