From eec5838a7e600cf7f46cc0678ac59b45d4927b3b Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Fri, 22 Jan 2010 14:44:09 +0000 Subject: [PATCH] * hydra: add deps list to pages not to be indexed by google etc --- src/lib/Hydra/Controller/Root.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/Hydra/Controller/Root.pm b/src/lib/Hydra/Controller/Root.pm index 3e56cf6e..c7fe52cb 100644 --- a/src/lib/Hydra/Controller/Root.pm +++ b/src/lib/Hydra/Controller/Root.pm @@ -116,6 +116,7 @@ sub robots_txt : Path('robots.txt') { my @rules = ( uri_for('Build', 'buildtimedeps', ["*"]) , uri_for('Build', 'runtimedeps', ["*"]) + , uri_for('Build', 'deps', ["*"]) , uri_for('Build', 'view_nixlog', ["*"], "*") , channelUris('Root', ["*"]) , channelUris('Project', ["*", "*"])