Re: [yocto] Add redirect git.y.o/git/... -> /...
Carlos Alberto Lopez Perez <[email protected]> Fri, 10 Jul 2026 11:16:58 +0200
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Organization | Igalia S.L. |
| Message-ID | <[email protected]> |
On 30/06/2026 08:30, Jörg Sommer via lists.yoctoproject.org wrote: > Hi, > > would it be possible to set up a permanent redirect from > https://git.yoctoproject.org/git/(.*) to https://git.yoctoproject.org/$1? We > have some older releases that can no longer be built because the /git/ > repositories can no longer be found. It would be great if such a redirect > could be set up. > > > Best regards, Jörg > +1 We have been also bitten by this [1] I usually don't complain in public, but this time I have to voice my frustration about how git.yoctoproject.org is handled. First it was the removal of the git:// access, and now the path to the repositories changes (/$repo instead of /git/$repo) without a redirect in place. There are CIs, automated process and repos everywhere than depends on this URIs, please when doing changes like this try to do an extra effort to keep the old URIs also working if possible. Thanks. [1] https://bugs.webkit.org/show_bug.cgi?id=319082