Re: Broken GitWeb
Hin-Tak Leung <[email protected]>
| Newsgroups | gmane.comp.emulators.wine.devel |
|---|---|
| Message-ID | <[email protected]> |
FWIW, github keeps many automated mirrors of open-source projects: https://github.com/wine-mirror/wine
On Thursday 18 July 2024 at 11:25:10 BST, Jimi Huotari <[email protected]> wrote:
On Wed, 17 Jul 2024 22:11:02 +0200
"M. GOUJON" <[email protected]> wrote:
> Hi everyone,
>
> It appears Wine GitWeb
> <https://source.winehq.org/git/wine.git/?a=shortlog> page is broken
> since Monday, returning a 403 Forbidden error.
> I know there is also the GitLab version
> <https://gitlab.winehq.org/wine/wine/-/commits/master> but I prefer the
> old one.
>
> Can someone have a look and fix the (permission) issue?
>
> Thanks in advance,
> Regards
Since it seems to be intentional, and I'm not a big fan of certain things
regarding gitlab myself (infinite scroll, JavaScript requirement, ...),
I'll probably start making more use of a local clone for what I used
the gitweb instance for.
Additionally, I was informed/reminded of 'git instaweb', which will offer
a rather similar, if not identical experience while using a local clone,
which will also be free of any connection issues (if the clone is
acceptably up to date that is). :]