From 6d740649996a9b6b90982965eb7c9feb7f4532eb Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Fri, 3 Sep 2010 09:17:54 +0000 Subject: [PATCH] add /status to robots.txt --- 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 8d736d62..d937a5f1 100644 --- a/src/lib/Hydra/Controller/Root.pm +++ b/src/lib/Hydra/Controller/Root.pm @@ -146,6 +146,7 @@ sub robots_txt : Path('robots.txt') { , uri_for('Build', 'view_log', ["*"], "*") , uri_for('Build', 'view_log', ["*"]) , uri_for('Root', 'nar', [], "*") + , uri_for('Root', 'status', []) , channelUris('Root', ["*"]) , channelUris('Project', ["*", "*"]) , channelUris('Jobset', ["*", "*", "*"])