[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#898554: fakeupstream.cgi: please stop redirecting Adacore website



Package: qa.debian.org
Severity: minor
Tags: patch

Hello.

The redirector for AdaCore packages is hard to maintain
 (their website uses various indirections and hashes, the format changes many times a year)
for a very small benefit (they release exactly once a year).
Please consider the attached patch and remove the related stanza.

Thanks.
Description: give up redirecting AdaCore website
 There is a regular predictible release each year,
 and the website is restructured more often than that.
Author: Nicolas Boulenguez <nicolas@debian.org>

--- a/fakeupstream.cgi
+++ b/fakeupstream.cgi
@@ -699,17 +699,6 @@
 	exit 0;
 }
 
-# http://libre.adacore.com/download/configurations
-# http://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=adacore/xmlada
-# Projects: asis aunit aws florist gnatcoll gprbuild gps gtkada xmlada
-elsif( $upstream_param =~ m%^adacore/($project_char_re+)$% )
-{
-	process_request( {
-		'webpages_urls_ref' => [ 'http://libre.adacore.com/download/configurations' ],
-		'download_url_file_re' => "<a href=\"(http://mirrors\\.cdn\\.adacore\\.com/art/[0-9a-f]+)\">\\s*<span class=\"art-file-name\">($1(?:-gpl)?-[0-9.]+-src\\.(?:$suffix_re))</span>\\s*</a>",
-	} );
-}
-
 # https://tracker.debian.org/pkg/node-stringmap
 # https://github.com/olov/stringmap/
 # https://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=github_commits_package_json/olov/stringmap

Reply to: