This is an automated email from the ASF dual-hosted git repository.

gcruz pushed a commit to branch gc/8521
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/gc/8521 by this push:
     new 1211f90dd fixup! 8521 noindex on empty tickets pages and added tickets 
app to be excluded by default for site maps
1211f90dd is described below

commit 1211f90dd4f5ebfa09ed3b20b9989dd04ebb8ef9
Author: Guillermo Cruz <[email protected]>
AuthorDate: Thu Sep 28 14:36:06 2023 -0600

    fixup! 8521 noindex on empty tickets pages and added tickets app to be 
excluded by default for site maps
---
 Allura/allura/scripts/create_sitemap_files.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Allura/allura/scripts/create_sitemap_files.py 
b/Allura/allura/scripts/create_sitemap_files.py
index fc2b630ac..624f65d09 100644
--- a/Allura/allura/scripts/create_sitemap_files.py
+++ b/Allura/allura/scripts/create_sitemap_files.py
@@ -166,7 +166,7 @@ class CreateSitemapFiles(ScriptTask):
                             default=None, nargs='*', metavar='N')
         parser.add_argument('--exclude-tools', dest='exclude_tools',
                             help="URL prefix of excluded neighborhood(s)",
-                            default=['link', 'git', 'hg', 'svn', 'tickets'],
+                            default=['link', 'git', 'hg', 'svn'],
                             nargs='*', metavar='TOOL')
         parser.add_argument('--url-dir', dest='url_dir',
                             default='/allura_sitemap',

Reply via email to