forked from lix-project/hydra
hydra: disallow robots.txt for root and project all builds page
This commit is contained in:
parent
42750364de
commit
431656546e
|
@ -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', ["*", "*", "*"])
|
||||
|
|
Loading…
Reference in a new issue