Merge "Update git.starlingx/git.airship redirects"
This commit is contained in:
commit
b0f81dc7b9
@ -6,9 +6,9 @@ RewriteRule "^(.*)$" "/$1?%1h=%2/%3%4" [N]
|
|||||||
|
|
||||||
# Map whitelabeled project git sites with repository prefixes
|
# Map whitelabeled project git sites with repository prefixes
|
||||||
RewriteCond %{HTTP_HOST} ^git\.airshipit\.org$ [NC]
|
RewriteCond %{HTTP_HOST} ^git\.airshipit\.org$ [NC]
|
||||||
RewriteRule "^(cgit/|)(airship-.*)$" "$1openstack/$2" [L]
|
RewriteRule "^(cgit/|)airship-(.*)$" "$1airship/$2" [L]
|
||||||
RewriteCond %{HTTP_HOST} ^git\.starlingx\.io$ [NC]
|
RewriteCond %{HTTP_HOST} ^git\.starlingx\.io$ [NC]
|
||||||
RewriteRule "^(cgit/|)(stx-.*)$" "$1openstack/$2" [L]
|
RewriteRule "^(cgit/|)stx-(.*)$" "$1starlingx/$2" [L]
|
||||||
RewriteCond %{HTTP_HOST} ^git\.zuul-ci\.org$ [NC]
|
RewriteCond %{HTTP_HOST} ^git\.zuul-ci\.org$ [NC]
|
||||||
RewriteRule "^(cgit/|)((nodepool|zuul).*)$" "$1zuul/$2" [L]
|
RewriteRule "^(cgit/|)((nodepool|zuul).*)$" "$1zuul/$2" [L]
|
||||||
|
|
||||||
|
@ -10,9 +10,9 @@ RewriteRule "^/(.*)$" "/$1?%1h=%2/%3%4" [N]
|
|||||||
|
|
||||||
# Map whitelabeled project git sites with repository prefixes
|
# Map whitelabeled project git sites with repository prefixes
|
||||||
RewriteCond %{HTTP_HOST} ^git\.airshipit\.org$ [NC]
|
RewriteCond %{HTTP_HOST} ^git\.airshipit\.org$ [NC]
|
||||||
RewriteRule "^/(cgit/|)(airship-.*)$" "/$1openstack/$2"
|
RewriteRule "^/(cgit/|)airship-(.*)$" "/$1airship/$2"
|
||||||
RewriteCond %{HTTP_HOST} ^git\.starlingx\.io$ [NC]
|
RewriteCond %{HTTP_HOST} ^git\.starlingx\.io$ [NC]
|
||||||
RewriteRule "^/(cgit/|)(stx-.*)$" "/$1openstack/$2"
|
RewriteRule "^/(cgit/|)stx-(.*)$" "/$1starlingx/$2"
|
||||||
RewriteCond %{HTTP_HOST} ^git\.zuul-ci\.org$ [NC]
|
RewriteCond %{HTTP_HOST} ^git\.zuul-ci\.org$ [NC]
|
||||||
RewriteRule "^/(cgit/|)((nodepool|zuul).*)$" "/$1zuul/$2"
|
RewriteRule "^/(cgit/|)((nodepool|zuul).*)$" "/$1zuul/$2"
|
||||||
|
|
||||||
|
@ -136,10 +136,10 @@ git_redirects = (
|
|||||||
('git.openstack.org/openstack/nova', 'https://opendev.org/openstack/nova'),
|
('git.openstack.org/openstack/nova', 'https://opendev.org/openstack/nova'),
|
||||||
('git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=a6f9b1551baf5f680c05f4fa69ac926f8a0a3f81',
|
('git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=a6f9b1551baf5f680c05f4fa69ac926f8a0a3f81',
|
||||||
'https://opendev.org/openstack/tripleo-ansible/commit/a6f9b1551baf5f680c05f4fa69ac926f8a0a3f81'),
|
'https://opendev.org/openstack/tripleo-ansible/commit/a6f9b1551baf5f680c05f4fa69ac926f8a0a3f81'),
|
||||||
('git.starlingx.io/stx-tools', 'https://opendev.org/openstack/stx-tools'),
|
('git.starlingx.io/stx-tools', 'https://opendev.org/starlingx/tools'),
|
||||||
('git.zuul-ci.org/zuul', 'https://opendev.org/zuul/zuul'),
|
('git.zuul-ci.org/zuul', 'https://opendev.org/zuul/zuul'),
|
||||||
('git.zuul-ci.org/nodepool', 'https://opendev.org/zuul/nodepool'),
|
('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.airshipit.org/airship-armada', 'https://opendev.org/airship/armada'),
|
||||||
('git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt',
|
('git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt',
|
||||||
'https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt')
|
'https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt')
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user