forked from lix-project/hydra
* Don't index any of the logs (mostly because xsltproc can be a huge
resource hog).
This commit is contained in:
parent
28fde34b9c
commit
2a05522189
|
@ -274,7 +274,7 @@ sub robots_txt : Path('robots.txt') {
|
||||||
my @rules =
|
my @rules =
|
||||||
( uri_for('Build', 'buildtimedeps', ["*"])
|
( uri_for('Build', 'buildtimedeps', ["*"])
|
||||||
, uri_for('Build', 'runtimedeps', ["*"])
|
, uri_for('Build', 'runtimedeps', ["*"])
|
||||||
, uri_for('Build', 'view_nixlog', ["*"], "*/tail")
|
, uri_for('Build', 'view_nixlog', ["*"], "*")
|
||||||
, channelUris('Root', ["*"])
|
, channelUris('Root', ["*"])
|
||||||
, channelUris('Project', ["*", "*"])
|
, channelUris('Project', ["*", "*"])
|
||||||
, channelUris('Jobset', ["*", "*", "*"])
|
, channelUris('Jobset', ["*", "*", "*"])
|
||||||
|
|
Loading…
Reference in a new issue