forked from lix-project/hydra
* hydra: robots.txt, also disallow logs for the actual builds
This commit is contained in:
parent
c42c675a42
commit
2278aa87eb
|
@ -122,6 +122,8 @@ sub robots_txt : Path('robots.txt') {
|
|||
, uri_for('Build', 'runtimedeps', ["*"])
|
||||
, uri_for('Build', 'deps', ["*"])
|
||||
, uri_for('Build', 'view_nixlog', ["*"], "*")
|
||||
, uri_for('Build', 'view_log', ["*"], "*")
|
||||
, uri_for('Build', 'view_log', ["*"])
|
||||
, channelUris('Root', ["*"])
|
||||
, channelUris('Project', ["*", "*"])
|
||||
, channelUris('Jobset', ["*", "*", "*"])
|
||||
|
|
Loading…
Reference in a new issue