From c84f1cd0f4cdbe06f644d8ecf92e8fa847a3b2ec Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 22 Aug 2018 13:52:43 +0200 Subject: [PATCH] Redirect zuul pages to zuul-ci.org Some more repos now life on zuul-ci.org, redirect content. Change-Id: I16c85ebcda2846121f3c06a959ae2310ea32cee7 --- www/.htaccess | 12 ++++++++++++ www/redirect-tests.txt | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/www/.htaccess b/www/.htaccess index 0aaef7306e..6d19baa3fd 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -220,6 +220,18 @@ redirectmatch 301 /infra/nodepool/feature/zuulv3(.*)$ https://zuul-ci.org/docs/n {{ deep_links('/infra/nodepool', 'https://zuul-ci.org/docs/nodepool/$1') }} # End redirect zuul to zuul-ci.org +# Redirect zuul-base-jobs to zuul-ci.org +{{ deep_links('/infra/zuul-base-jobs', 'https://zuul-ci.org/docs/zuul-base-jobs/$1') }} +# End redirect zuul-base-jobs to zuul-ci.org + +# Redirect zuul-jobs to zuul-ci.org +{{ deep_links('/infra/zuul-jobs', 'https://zuul-ci.org/docs/zuul-jobs/$1') }} +# End redirect zuul-jobs to zuul-ci.org + +# Redirect zuul-sphinx to zuul-ci.org +{{ deep_links('/infra/zuul-sphinx', 'https://zuul-ci.org/docs/zuul-sphinx/$1') }} +# End redirect zuul-sphinx to zuul-ci.org + # Redirect from python-openstacksdk to openstacksdk {{ rename_project('python-openstacksdk', 'openstacksdk') }} # End redirect for openstacksdk diff --git a/www/redirect-tests.txt b/www/redirect-tests.txt index 6d42bebca9..fd835f4af7 100644 --- a/www/redirect-tests.txt +++ b/www/redirect-tests.txt @@ -249,6 +249,18 @@ {{ deep_links('/infra/nodepool', 'https://zuul-ci.org/docs/nodepool') }} # End redirect nodepool to zuul-ci.org +# Redirect zuul-base-jobs to zuul-ci.org +{{ deep_links('/infra/zuul-base-jobs', 'https://zuul-ci.org/docs/zuul-base-jobs') }} +# End redirect zuul-base-jobs to zuul-ci.org + +# Redirect zuul-jobs to zuul-ci.org +{{ deep_links('/infra/zuul-jobs', 'https://zuul-ci.org/docs/zuul-jobs') }} +# End redirect zuul-jobs to zuul-ci.org + +# Redirect zuul-sphinx to zuul-ci.org +{{ deep_links('/infra/zuul-sphinx', 'https://zuul-ci.org/docs/zuul-sphinx') }} +# End redirect zuul-sphinx to zuul-ci.org + # Redirect from python-openstacksdk to openstacksdk {{ rename_project('python-openstacksdk', 'openstacksdk') }} # End redirect for openstacksdk