add /status to robots.txt

This commit is contained in:
Rob Vermaas 2010-09-03 09:17:54 +00:00
parent 4c63ccb6bc
commit 6d74064999

View file

@ -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', ["*", "*", "*"])