Thread: Busted links in commit emails

Busted links in commit emails

From
Tom Lane
Date:
The last few messages in pgsql-committers show links like

Details
-------
https://git.postgresql.org/pg/commitdiff/643428c54b95d472c6d949c3c3c11f347e371a2b

which yields a 404.  The correct link seems to be

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=643428c54b95d472c6d949c3c3c11f347e371a2b

Not sure what changed ...

            regards, tom lane



Re: Busted links in commit emails

From
Magnus Hagander
Date:
On Mon, Dec 28, 2020 at 4:08 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
The last few messages in pgsql-committers show links like

Details
-------
https://git.postgresql.org/pg/commitdiff/643428c54b95d472c6d949c3c3c11f347e371a2b

which yields a 404.  The correct link seems to be

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=643428c54b95d472c6d949c3c3c11f347e371a2b

Not sure what changed ...

Ugh. Configuration error on my part with some changes made yesterday, and then the incorrect result ended up getting cached.

The link in the mail is correct -- but it's supposed to result in a redirect to that gitweb link. Which it now does again.

Thanks for the report!
 
--

Re: Busted links in commit emails

From
Tom Lane
Date:
Magnus Hagander <magnus@hagander.net> writes:
> On Mon, Dec 28, 2020 at 4:08 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> https://git.postgresql.org/pg/commitdiff/643428c54b95d472c6d949c3c3c11f347e371a2b
>> which yields a 404.  The correct link seems to be

> The link in the mail is correct -- but it's supposed to result in a
> redirect to that gitweb link. Which it now does again.
> Thanks for the report!

Yup, all good again.  Thanks for the quick fix!

            regards, tom lane