From 2278aa87eb58c83ebbbd437dabff011985aca7cc Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Fri, 12 Mar 2010 08:50:56 +0000 Subject: [PATCH] * hydra: robots.txt, also disallow logs for the actual builds --- src/lib/Hydra/Controller/Root.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/Hydra/Controller/Root.pm b/src/lib/Hydra/Controller/Root.pm index 600e33c3..e2b83521 100644 --- a/src/lib/Hydra/Controller/Root.pm +++ b/src/lib/Hydra/Controller/Root.pm @@ -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', ["*", "*", "*"])