Redirect openstackid tarball URLs to osf namespace

The blanket redirect from tarballs.openstack.org to
tarballs.opendev.org/openstack is only relevant for projects
publishing from the openstack namespace, since our new publication
jobs put content into Git-namespace-specific trees. Start a game of
Whack-a-Mole with the (hopefully few) projects in this situation.

Change-Id: I5d54532ef512df449d62299391d853d30862b7f2
This commit is contained in:
Jeremy Stanley 2020-02-24 20:44:20 +00:00
parent 7fe8a64cdc
commit 89ade11a95

View File

@ -24,6 +24,7 @@
SSLHonorCipherOrder on
RewriteEngine On
RewriteRule ^/openstack/(openstackid/?.*)$ https://tarballs.opendev.org/osf/$1 [L]
RewriteRule ^/?(.*)$ https://tarballs.opendev.org/openstack/$1 [L]
LogLevel warn