forked from lix-project/hydra
add /status to robots.txt
This commit is contained in:
parent
4c63ccb6bc
commit
6d74064999
|
@ -146,6 +146,7 @@ sub robots_txt : Path('robots.txt') {
|
|||
, uri_for('Build', 'view_log', ["*"], "*")
|
||||
, uri_for('Build', 'view_log', ["*"])
|
||||
, uri_for('Root', 'nar', [], "*")
|
||||
, uri_for('Root', 'status', [])
|
||||
, channelUris('Root', ["*"])
|
||||
, channelUris('Project', ["*", "*"])
|
||||
, channelUris('Jobset', ["*", "*", "*"])
|
||||
|
|
Loading…
Reference in a new issue