From 4437f1cf5918d94e488dd0e013d2fca9c94af7ab Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Thu, 18 Jun 2020 10:36:57 -0500 Subject: [PATCH] Include mox3 for retirement redirect This adds openstack/mox3 to the list of retired projects to get the docs landed page redirected to the README file of the repo stating the current status of the project. Depends-on: https://review.opendev.org/736731 Change-Id: I14b8268e71e3b579d74c287dd89e00c70eafe406 Signed-off-by: Sean McGinnis --- tools/www-generator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/www-generator.py b/tools/www-generator.py index 9154dd726f..c1f05eec5a 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -477,6 +477,7 @@ _RETIRED_REPOS = [ 'openstack/syntribos', 'openstack/tricircle' 'openstack/tripleo-incubator', + 'openstack/mox3', ]