config-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] Revise the diagnostic output produced when config.guess fail


From: Zack Weinberg
Subject: Re: [PATCH] Revise the diagnostic output produced when config.guess fails.
Date: Tue, 14 May 2024 13:26:03 -0400
User-agent: Cyrus-JMAP/3.11.0-alpha0-455-g0aad06e44-fm-20240509.001-g0aad06e4

On Tue, May 14, 2024, at 12:31 PM, Dmitry V. Levin wrote:
>> > On Tue, May 14, 2024 at 10:34:11AM -0400, Zack Weinberg wrote:
>> >> --- /dev/null     2024-05-14 09:16:42.181936154 -0400
>> >> +++ .htaccess     2024-05-14 09:32:57.063158152 -0400
>> >> @@ -0,0 +1,4 @@
>> >> +Redirect permanent /software/config/config.guess 
>> >> https://git.savannah.gnu.org/cgit/config.git/plain/config.guess
>> >> +Redirect permanent /software/config/config.sub   
>> >> https://git.savannah.gnu.org/cgit/config.git/plain/config.sub
>> >> +Redirect permanent /software/config/index.html   
>> >> https://savannah.gnu.org/projects/config
>> >> +Redirect permanent /software/config/             
>> >> https://savannah.gnu.org/projects/config
>
> Applied, thanks.

Unfortunately I seem to have gotten it partially wrong; www.gnu.org
now bounces *every* URL of the form
https://www.gnu.org/software/config/xxxxx to
https://savannah.gnu.org/projects/config, ignoring the more specific
directives.  Apache's documentation is not very clear but I *think*
the problem is the last line.  Can you please delete

Redirect /software/config/             https://savannah.gnu.org/projects/config

commit, and then either test yourself that

  curl -L -O https://www.gnu.org/software/config/config.guess

creates a file named 'config.guess' whose contents are a shell script
and not an HTML page, or else let me know that I should repeat my
testing?

we regret the inconvenience
zw



reply via email to

[Prev in Thread] Current Thread [Next in Thread]