forked from lix-project/hydra
* hydra: add deps list to pages not to be indexed by google etc
This commit is contained in:
parent
b615135825
commit
eec5838a7e
|
@ -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', ["*", "*"])
|
||||
|
|
Loading…
Reference in a new issue