commit a719ac4b9ef690fb1549e1a35b51cca775a7134a Author: Ian Wienand Date: Thu Oct 15 09:11:49 2020 +1100 tarballs: remove incorrect redirects We found a couple of projects that were initially moved under "x/" but then moved back under "openstack/" later. The original scripts didn't take this into account (I5bf2ddf09b3df71a3428a8a0c535b131ecbc0bca has been updated to note this). The affected projects have been moved back manually on AFS, and this corrects the website redirects. Change-Id: I59ba05923ec5aa1ca8fed337b6384064b3038836 diff --git a/playbooks/roles/static/files/50-tarballs.opendev.org.conf b/playbooks/roles/static/files/50-tarballs.opendev.org.conf index e52a381..fb3b87b 100644 --- a/playbooks/roles/static/files/50-tarballs.opendev.org.conf +++ b/playbooks/roles/static/files/50-tarballs.opendev.org.conf @@ -75,7 +75,6 @@ RewriteRule "^/openstack/iotronic(.*?)$" "/x/iotronic$1" [R=301,L] RewriteRule "^/openstack/ironic-staging-drivers(.*?)$" "/x/ironic-staging-drivers$1" [R=301,L] RewriteRule "^/openstack/jenkins-job-builder(.*?)$" "/jjb/jenkins-job-builder$1" [R=301,L] - RewriteRule "^/openstack/kayobe(.*?)$" "/x/kayobe$1" [R=301,L] RewriteRule "^/openstack/kingbird-dashboard(.*?)$" "/x/kingbird-dashboard$1" [R=301,L] RewriteRule "^/openstack/kingbird(.*?)$" "/x/kingbird$1" [R=301,L] RewriteRule "^/openstack/kite(.*?)$" "/x/kite$1" [R=301,L] @@ -154,7 +153,6 @@ RewriteRule "^/openstack/poppy(.*?)$" "/x/poppy$1" [R=301,L] RewriteRule "^/openstack/proliantutils(.*?)$" "/x/proliantutils$1" [R=301,L] RewriteRule "^/openstack/promstat(.*?)$" "/x/promstat$1" [R=301,L] - RewriteRule "^/openstack/pyeclib(.*?)$" "/x/pyeclib$1" [R=301,L] RewriteRule "^/openstack/pyghmi(.*?)$" "/x/pyghmi$1" [R=301,L] RewriteRule "^/openstack/pynotedb(.*?)$" "/opendev/pynotedb$1" [R=301,L] RewriteRule "^/openstack/pypi-mirror(.*?)$" "/opendev/pypi-mirror$1" [R=301,L] @@ -236,7 +234,6 @@ RewriteRule "^/openstack/vmware-nsx-tempest-plugin(.*?)$" "/x/vmware-nsx-tempest-plugin$1" [R=301,L] RewriteRule "^/openstack/vmware-nsx(.*?)$" "/x/vmware-nsx$1" [R=301,L] RewriteRule "^/openstack/vmware-vspc(.*?)$" "/x/vmware-vspc$1" [R=301,L] - RewriteRule "^/openstack/whitebox-tempest-plugin(.*?)$" "/x/whitebox-tempest-plugin$1" [R=301,L] RewriteRule "^/openstack/windmill(.*?)$" "/windmill/windmill$1" [R=301,L] RewriteRule "^/openstack/wsme(.*?)$" "/x/wsme$1" [R=301,L] RewriteRule "^/openstack/yaml2ical(.*?)$" "/opendev/yaml2ical$1" [R=301,L]