Author: rob
Date: Wed Oct 13 12:35:34 2010
New Revision: 24263
URL: https://svn.nixos.org/websvn/nix/?rev=24263&sc=1

Log:
hydra: missing property

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

Modified: hydra/trunk/src/lib/Hydra/Controller/Admin.pm
==============================================================================
--- hydra/trunk/src/lib/Hydra/Controller/Admin.pm       Wed Oct 13 12:32:57 
2010        (r24262)
+++ hydra/trunk/src/lib/Hydra/Controller/Admin.pm       Wed Oct 13 12:35:34 
2010        (r24263)
@@ -104,6 +104,7 @@
     my $maxconcurrent = trim $c->request->params->{"maxconcurrent"};
     my $speedfactor   = trim $c->request->params->{"speedfactor"};
     my $ssh_key       = trim $c->request->params->{"ssh_key"};
+    my $options       = trim $c->request->params->{"options"};
     my $systems       = $c->request->params->{"systems"} ; 
        
     error($c, "Invalid or empty username.") if $username eq "";
@@ -116,6 +117,7 @@
         , maxconcurrent => $maxconcurrent
         , speedfactor => $speedfactor
         , ssh_key => $ssh_key
+        , options => $options
         });
     $machine->buildmachinesystemtypes->delete_all;
     if(ref($systems) eq 'ARRAY') {
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to