]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
gitlab_pages: Fix 'maven' redirect
authorPeter Krempa <pkrempa@redhat.com>
Wed, 7 Feb 2024 13:28:28 +0000 (14:28 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 8 Feb 2024 15:48:46 +0000 (16:48 +0100)
The redirect to the 'maven' repository of libvirt doesn't work currently
for libvirt pages as the ':splat' replacement doesn't match due to a
missing '/'.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
.gitlab_pages_redirects

index baa94384ba92d0106e81641bd2f4f24ae3f397a8..ab215619111a99c7db52950f7f17148ed120583a 100644 (file)
@@ -7,7 +7,7 @@
 # Redirects to the download server
 /libvirt/sources/* https://download.libvirt.org/:splat 301
 /libvirt/ruby/download/* https://download.libvirt.org/ruby/:splat 301
-/libvirt/maven2/org/libvirt* https://download.libvirt.org/maven2/org/libvirt/:splat 301
+/libvirt/maven2/org/libvirt/* https://download.libvirt.org/maven2/org/libvirt/:splat 301
 
 # Redirects to subproject pages
 /libvirt/ruby/* https://ruby.libvirt.org/:splat 301