hydra: nar was replaced, so also move in robots.txt

This commit is contained in:
Rob Vermaas 2010-07-30 10:17:47 +00:00
parent 0802559b03
commit dda064bc8c

View file

@ -115,7 +115,6 @@ sub robots_txt : Path('robots.txt') {
return return
( uri_for($controller, 'closure', $bindings, "*") ( uri_for($controller, 'closure', $bindings, "*")
, uri_for($controller, 'manifest', $bindings) , uri_for($controller, 'manifest', $bindings)
, uri_for($controller, 'nar', $bindings, "*")
, uri_for($controller, 'pkg', $bindings, "*") , uri_for($controller, 'pkg', $bindings, "*")
, uri_for($controller, 'nixexprs', $bindings) , uri_for($controller, 'nixexprs', $bindings)
, uri_for($controller, 'channel_contents', $bindings) , uri_for($controller, 'channel_contents', $bindings)
@ -132,6 +131,7 @@ sub robots_txt : Path('robots.txt') {
, uri_for('Build', 'view_nixlog', ["*"], "*") , uri_for('Build', 'view_nixlog', ["*"], "*")
, uri_for('Build', 'view_log', ["*"], "*") , uri_for('Build', 'view_log', ["*"], "*")
, uri_for('Build', 'view_log', ["*"]) , uri_for('Build', 'view_log', ["*"])
, uri_for('Root', 'nar', [], "*")
, channelUris('Root', ["*"]) , channelUris('Root', ["*"])
, channelUris('Project', ["*", "*"]) , channelUris('Project', ["*", "*"])
, channelUris('Jobset', ["*", "*", "*"]) , channelUris('Jobset', ["*", "*", "*"])