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

Bug#799597: fakeupstream.cgi: please add a redirector for Adacore website



Package: qa.debian.org
Followup-For: Bug #799597

Hello.
Please consider this very short patch instead of the previous one.
726a727,736
> # http://libre.adacore.com/download/configurations
> # http://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=adacore
> elsif( $upstream_param =~ m%^adacore$% )
> {
> 	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]{40})\">\\s*<span class=\"art-file-name\">($file_char_re+\\.(?:$suffix_re))</span>\\s*</a>"
> 	} );
> }
> 

Reply to: