* hydra: add deps list to pages not to be indexed by google etc

This commit is contained in:
Rob Vermaas 2010-01-22 14:44:09 +00:00
parent b615135825
commit eec5838a7e

View file

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