[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: switch to HTTPS: URLs in Coreutils source and doc
From: |
Jim Meyering |
Subject: |
Re: switch to HTTPS: URLs in Coreutils source and doc |
Date: |
Sun, 12 Nov 2017 09:15:40 -0800 |
On Sun, Nov 12, 2017 at 7:34 AM, Bernhard Voelker
<address@hidden> wrote:
> On 11/06/2017 03:38 PM, Jim Meyering wrote:
>>
>> diff --git a/bootstrap b/bootstrap
>> index 85b85c530..03057c378 100755
>> --- a/bootstrap
>> +++ b/bootstrap
>> @@ -792,7 +792,7 @@ symlink_to_dir()
>> # aren't confused into doing unnecessary builds. Conversely, if
>> the
>> # existing symlink's timestamp is older than the source, make it
>> afresh,
>> # so that broken tools aren't confused into skipping needed
>> builds. See
>> -
>> #<https://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00326.html>.
>> + #<https://lists.gnu.org/r/bug-gnulib/2011-05/msg00326.html>.
>
> Sorry, I'm a bit late ...
>
> bootstrap is sync'ed from gnulib. Do you intend to do the same there, too?
Thanks.
I've just done that:
maint: shorten https://lists.gnu.org/archive/html/... links
Each /archive/html/ part can be replace with /r/.
Run this to induce the change:
git grep -l archive/html|xargs perl -pi -e 's,/archive/html/,/r/,g'