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

Bug#898554: marked as done (fakeupstream.cgi: please stop redirecting Adacore website)



Your message dated Wed, 21 Aug 2019 17:17:47 +0200
with message-id <20190821151747.GA1452@nicolasthinkpad>
and subject line should have been closed one year ago
has caused the Debian Bug report #898554,
regarding fakeupstream.cgi: please stop redirecting Adacore website
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
898554: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898554
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Commit https://salsa.debian.org/qa/qa/commit/e391e5b927a44f72d323e5db57e49d4a503ca81f
fixes the issue. Its header says
'Closes: #8985541'
This typo probably explains why the bug has not been closed then.

--- End Message ---

Reply to: