X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Fqueue_rss.py;h=9fc5f429115dd24f1d95886de8b92e82c57d2a8c;hb=b612f3da207fa0d75a5d3b204ac8f02bb244231a;hp=7b33121761ad876204e8edf20ca4c7ad76cacdd5;hpb=7c71bb32ccfdb08c440bbcfca9a433f1be0b2285;p=dak.git diff --git a/tools/queue_rss.py b/tools/queue_rss.py index 7b331217..9fc5f429 100755 --- a/tools/queue_rss.py +++ b/tools/queue_rss.py @@ -18,8 +18,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()