From 96d18cb17248d29d12e020825320507391a0fce9 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Thu, 29 Nov 2018 14:55:06 -0600 Subject: [PATCH] Add arch-design to redirect ignore list The openstack/arch-design repo is being restored and maintained by the Operations Documentation SIG. At least for now, this information will not be cycle based and should not be redirected from its base URL to /latest. This adds the repo to the list to be ignored for .htaccess redirects. Change-Id: Ie07f184d2a2ed23cfd4dcb60222fd383505e1273 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 a032a20784..4665ac7eca 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -411,6 +411,7 @@ _IGNORED_REPOS = [ 'openstack/contributor-guide', 'openstack/operations-guide', 'openstack/ha-guide', + 'openstack/arch-design', ] # List of infra repos that publish to the normal location (/REPO/) and