More robot exclusions
This commit is contained in:
parent
80116b648e
commit
ea815d55b8
|
@ -166,9 +166,12 @@ sub robots_txt : Path('robots.txt') {
|
|||
, uri_for($c, 'Root', 'nar', [], "*")
|
||||
, uri_for($c, 'Root', 'status', [])
|
||||
, uri_for($c, 'Root', 'all', [])
|
||||
, uri_for($c, 'Root', 'queue', [])
|
||||
, uri_for($c, 'API', 'scmdiff', [])
|
||||
, uri_for($c, 'API', 'logdiff', [],"*", "*")
|
||||
, uri_for($c, 'Project', 'all', ["*"])
|
||||
, uri_for($c, 'Jobset', 'all', ["*", "*"])
|
||||
, uri_for($c, 'Job', 'all', ["*", "*", "*"])
|
||||
, channelUris($c, 'Root', ["*"])
|
||||
, channelUris($c, 'Project', ["*", "*"])
|
||||
, channelUris($c, 'Jobset', ["*", "*", "*"])
|
||||
|
|
Loading…
Reference in a new issue