forked from lix-project/hydra
Fix robots.txt
This commit is contained in:
parent
d5db1d3bc1
commit
41bc918382
1 changed files with 2 additions and 1 deletions
|
@ -162,7 +162,8 @@ sub robots_txt : Path('robots.txt') {
|
||||||
# robots.txt. Note: wildcards are not universally supported in
|
# robots.txt. Note: wildcards are not universally supported in
|
||||||
# robots.txt, but apparently Google supports them.
|
# robots.txt, but apparently Google supports them.
|
||||||
my @rules =
|
my @rules =
|
||||||
( uri_for($c, 'Build', 'deps', ["*"])
|
( uri_for($c, 'Build', 'build_deps', ["*"])
|
||||||
|
, uri_for($c, 'Build', 'runtime_deps', ["*"])
|
||||||
, uri_for($c, 'Build', 'view_nixlog', ["*"], "*")
|
, uri_for($c, 'Build', 'view_nixlog', ["*"], "*")
|
||||||
, uri_for($c, 'Build', 'view_log', ["*"], "*")
|
, uri_for($c, 'Build', 'view_log', ["*"], "*")
|
||||||
, uri_for($c, 'Build', 'view_log', ["*"])
|
, uri_for($c, 'Build', 'view_log', ["*"])
|
||||||
|
|
Loading…
Reference in a new issue