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:
parent
7fe8a64cdc
commit
89ade11a95
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user