X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Fremovals.pl;h=062600bd86fb94b52edf2fc94deaf51fe1e6ca08;hb=9a7ce31a554b7ac0079ab54b1a029eabd78b4b31;hp=d4855ff693d5a9bb91f52a879fa6f7e21d86bf82;hpb=26127c32273ec9aa520aff834993ebf5504dfdc1;p=dak.git diff --git a/tools/removals.pl b/tools/removals.pl index d4855ff6..062600bd 100755 --- a/tools/removals.pl +++ b/tools/removals.pl @@ -26,7 +26,7 @@ use XML::RSS; use POSIX qw(strftime); use CGI qw/:standard/; -open REMOVALS, " '1.0'); $rss->channel( title => "Removals from Debian", - link => "http://ftp-master.debian.org/removals.txt", + link => "http://backports-master.debian.org/removals.txt", description => "List of all the removals from Debian's archives", dc => { date => POSIX::strftime ("%FT%R+00:00",gmtime()), @@ -70,7 +70,7 @@ for my $removal (@removals ) { chomp($link); $rss->add_item(title => "$reason", - link => "http://ftp-master.debian.org/removals.txt?" . $link, + link => "http://backports-master.debian.org/removals.txt?" . $link, description => qq[
$body
], dc => { creator => "$ftpmaster",