* Don't index any of the logs (mostly because xsltproc can be a huge

resource hog).
This commit is contained in:
Eelco Dolstra 2009-04-14 12:40:00 +00:00
parent 28fde34b9c
commit 2a05522189

View file

@ -274,7 +274,7 @@ sub robots_txt : Path('robots.txt') {
my @rules =
( uri_for('Build', 'buildtimedeps', ["*"])
, uri_for('Build', 'runtimedeps', ["*"])
, uri_for('Build', 'view_nixlog', ["*"], "*/tail")
, uri_for('Build', 'view_nixlog', ["*"], "*")
, channelUris('Root', ["*"])
, channelUris('Project', ["*", "*"])
, channelUris('Jobset', ["*", "*", "*"])