From 16d661affe14aa52b4ec41e692c76582dc0395f3 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 14 Oct 2020 11:48:38 +0000 Subject: [PATCH] Switch openstack/compute-hyperv->x tarball redir When moving unofficial repositories out of the openstack git namespace, compute-hyperv was included because it was not under the governance of any official team or SIG. Later the OpenStack Winstackers team adopted it and we moved it back into the openstack git namespace. More recently, when moving and redirecting tarballs site content/URLs based on the original git namespace moves, we failed to take into account that this project had moved back into the openstack git namespace. Undo the redirect, and then the old tarballs will be moved manually to match. Change-Id: I208d3196ac38ccfbad6269a75848339c95e08c2b --- playbooks/roles/static/files/50-tarballs.opendev.org.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/roles/static/files/50-tarballs.opendev.org.conf b/playbooks/roles/static/files/50-tarballs.opendev.org.conf index c9e1e54a95..e52a381678 100644 --- a/playbooks/roles/static/files/50-tarballs.opendev.org.conf +++ b/playbooks/roles/static/files/50-tarballs.opendev.org.conf @@ -26,7 +26,6 @@ RewriteRule "^/openstack/cloudpulse(.*?)$" "/x/cloudpulse$1" [R=301,L] RewriteRule "^/openstack/cloudv-ostf-adapter(.*?)$" "/x/cloudv-ostf-adapter$1" [R=301,L] RewriteRule "^/openstack/collectd-openstack-plugins(.*?)$" "/x/collectd-openstack-plugins$1" [R=301,L] - RewriteRule "^/openstack/compute-hyperv(.*?)$" "/x/compute-hyperv$1" [R=301,L] RewriteRule "^/openstack/conveyor(.*?)$" "/x/conveyor$1" [R=301,L] RewriteRule "^/openstack/craton-dashboard(.*?)$" "/x/craton-dashboard$1" [R=301,L] RewriteRule "^/openstack/cursive(.*?)$" "/x/cursive$1" [R=301,L]