From 2a05522189b166fd96928c81f747812f5c57c5af Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 14 Apr 2009 12:40:00 +0000 Subject: [PATCH] * Don't index any of the logs (mostly because xsltproc can be a huge resource hog). --- src/lib/Hydra/Controller/Root.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Hydra/Controller/Root.pm b/src/lib/Hydra/Controller/Root.pm index 4edd9bac..d211eafb 100644 --- a/src/lib/Hydra/Controller/Root.pm +++ b/src/lib/Hydra/Controller/Root.pm @@ -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', ["*", "*", "*"])