* hydra: robots.txt, also disallow logs for the actual builds

This commit is contained in:
Rob Vermaas 2010-03-12 08:50:56 +00:00
parent c42c675a42
commit 2278aa87eb

View file

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