X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=blobdiff_plain;f=tools%2Fqueue_rss.py;fp=tools%2Fqueue_rss.py;h=da74a0dfae7a1b45bb5d8c4f4478945ffd2d4bb6;hp=fc1ad3deb0f1c57d7bc02d4db6b6b375f474a807;hb=c8182c171aa569945e899566fdf6492cfb166d71;hpb=8c4bea5aa2f27ae38e564e5f954f33372c8f97ae diff --git a/tools/queue_rss.py b/tools/queue_rss.py index fc1ad3de..da74a0df 100755 --- a/tools/queue_rss.py +++ b/tools/queue_rss.py @@ -42,12 +42,12 @@ class Status: def __init__(self): self.feed_in = PyRSS2Gen.RSS2( title = "Packages entering NEW", - link = "http://ftp-master.debian.org/new.html", + link = "https://ftp-master.debian.org/new.html", description = "Debian packages entering the NEW queue" ) self.feed_out = PyRSS2Gen.RSS2( title = "Packages leaving NEW", - link = "http://ftp-master.debian.org/new.html", + link = "https://ftp-master.debian.org/new.html", description = "Debian packages leaving the NEW queue" ) self.queue = {} @@ -138,7 +138,7 @@ def add_rss_item(status, msg, direction): (cgi.escape(msg['Description']), cgi.escape(msg['Changes'])) - link = "http://ftp-master.debian.org/new/%s_%s.html" % \ + link = "https://ftp-master.debian.org/new/%s_%s.html" % \ (msg['Source'], msg['Version']) feed.items.insert(0,