Update git.zuul-ci.org redirects
zuul and nodepool now life in opendev, avoid double redirects and redirect directly to final location. Change-Id: Ia55d76b24f07ec64cb55055955c4549f3706a95b
This commit is contained in:
parent
173118e471
commit
a6480bcefb
@ -10,7 +10,7 @@ RewriteRule "^(cgit/|)(airship-.*)$" "$1openstack/$2" [L]
|
||||
RewriteCond %{HTTP_HOST} ^git\.starlingx\.io$ [NC]
|
||||
RewriteRule "^(cgit/|)(stx-.*)$" "$1openstack/$2" [L]
|
||||
RewriteCond %{HTTP_HOST} ^git\.zuul-ci\.org$ [NC]
|
||||
RewriteRule "^(cgit/|)((nodepool|zuul).*)$" "$1openstack-infra/$2" [L]
|
||||
RewriteRule "^(cgit/|)((nodepool|zuul).*)$" "$1zuul/$2" [L]
|
||||
|
||||
###################################
|
||||
# summary
|
||||
|
@ -14,7 +14,7 @@ RewriteRule "^/(cgit/|)(airship-.*)$" "/$1openstack/$2"
|
||||
RewriteCond %{HTTP_HOST} ^git\.starlingx\.io$ [NC]
|
||||
RewriteRule "^/(cgit/|)(stx-.*)$" "/$1openstack/$2"
|
||||
RewriteCond %{HTTP_HOST} ^git\.zuul-ci\.org$ [NC]
|
||||
RewriteRule "^/(cgit/|)((nodepool|zuul).*)$" "/$1openstack-infra/$2"
|
||||
RewriteRule "^/(cgit/|)((nodepool|zuul).*)$" "/$1zuul/$2"
|
||||
|
||||
###################################
|
||||
# summary
|
||||
|
@ -137,7 +137,8 @@ git_redirects = (
|
||||
('git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=a6f9b1551baf5f680c05f4fa69ac926f8a0a3f81',
|
||||
'https://opendev.org/openstack/tripleo-ansible/commit/a6f9b1551baf5f680c05f4fa69ac926f8a0a3f81'),
|
||||
('git.starlingx.io/stx-tools', 'https://opendev.org/openstack/stx-tools'),
|
||||
('git.zuul-ci.org/zuul', 'https://opendev.org/openstack-infra/zuul'),
|
||||
('git.zuul-ci.org/zuul', 'https://opendev.org/zuul/zuul'),
|
||||
('git.zuul-ci.org/nodepool', 'https://opendev.org/zuul/nodepool'),
|
||||
('git.airshipit.org/airship-in-a-bottle', 'https://opendev.org/openstack/airship-in-a-bottle'),
|
||||
('git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt',
|
||||
'https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt')
|
||||
|
Loading…
Reference in New Issue
Block a user