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 =
|
my @rules =
|
||||||
( uri_for('Build', 'buildtimedeps', ["*"])
|
( uri_for('Build', 'buildtimedeps', ["*"])
|
||||||
, uri_for('Build', 'runtimedeps', ["*"])
|
, uri_for('Build', 'runtimedeps', ["*"])
|
||||||
|
, uri_for('Build', 'deps', ["*"])
|
||||||
, uri_for('Build', 'view_nixlog', ["*"], "*")
|
, uri_for('Build', 'view_nixlog', ["*"], "*")
|
||||||
, channelUris('Root', ["*"])
|
, channelUris('Root', ["*"])
|
||||||
, channelUris('Project', ["*", "*"])
|
, channelUris('Project', ["*", "*"])
|
||||||
|
|
Loading…
Reference in a new issue