After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 788993 - broken redirection for {git -> gitlab}.gnome.org for migrated modules
broken redirection for {git -> gitlab}.gnome.org for migrated modules
Status: RESOLVED FIXED
Product: sysadmin
Classification: Infrastructure
Component: Git
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
Depends on:
Blocks:
 
 
Reported: 2017-10-14 18:33 UTC by Christian Persch
Modified: 2017-10-16 10:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2017-10-14 18:33:31 UTC
For modules that have migrated to gitlab, the git browse link redirection appears broken. E.g. this link found on bug 746592 comment 13:

https://git.gnome.org/browse/nautilus/tree/src/nautilus-desktop-canvas-view.c?id=c1f7d50f7ace6790169301d948b41efeb5ef63ca#n491

which now redirects to

https://gitlab.gnome.org/GNOME/nautilus/tree/master/src/nautilus-desktop-canvas-view.c?id=c1f7d50f7ace6790169301d948b41efeb5ef63ca#n491

which is 404.
Comment 1 Andrea Veri 2017-10-16 08:52:56 UTC
Should be fixed. Thanks for reporting and please let us know in case more of these appear.
Comment 2 Christian Persch 2017-10-16 10:52:10 UTC
The line number anchor needs to be rewritten too. git.g.o uses #n$NUM format, while gitlab appears to use #L$NUM .