hydra: disallow robots.txt for root and project all builds page

This commit is contained in:
Rob Vermaas 2010-10-19 08:34:13 +00:00
parent 42750364de
commit 431656546e

View file

@ -147,6 +147,8 @@ sub robots_txt : Path('robots.txt') {
, uri_for('Build', 'view_log', ["*"])
, uri_for('Root', 'nar', [], "*")
, uri_for('Root', 'status', [])
, uri_for('Root', 'all', [])
, uri_for('Project', 'all', ["*"])
, channelUris('Root', ["*"])
, channelUris('Project', ["*", "*"])
, channelUris('Jobset', ["*", "*", "*"])