Author: rob
Date: Tue Oct 19 08:34:13 2010
New Revision: 24361
URL: https://svn.nixos.org/websvn/nix/?rev=24361&sc=1

Log:
hydra: disallow robots.txt for root and project all builds page

Modified:
   hydra/trunk/src/lib/Hydra/Controller/Root.pm

Modified: hydra/trunk/src/lib/Hydra/Controller/Root.pm
==============================================================================
--- hydra/trunk/src/lib/Hydra/Controller/Root.pm        Tue Oct 19 08:19:46 
2010        (r24360)
+++ hydra/trunk/src/lib/Hydra/Controller/Root.pm        Tue Oct 19 08:34:13 
2010        (r24361)
@@ -147,6 +147,8 @@
         , uri_for('Build', 'view_log', ["*"])
         , uri_for('Root', 'nar', [], "*")
         , uri_for('Root', 'status', [])
+        , uri_for('Root', 'all', [])
+        , uri_for('Project', 'all', ["*"])
         , channelUris('Root', ["*"])
         , channelUris('Project', ["*", "*"])
         , channelUris('Jobset', ["*", "*", "*"])
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to