Show
Ignore:
Timestamp:
05/18/08 16:43:17 (4 years ago)
Author:
Ted Faber <faber@…>
Children:
6115f88f769592cd476593781950d69304b3a3a0
Parents:
ad5639c6bf5190c89314874d131d0ab87bce0078
git-committer:
Ted Faber <faber@isi.edu> / 2008-05-18T23:43:17Z+0000
Message:

one more try

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • fedkit/splitter.pl

    rad5639c rbd6e48a  
    466466 
    467467    if ( ! $? ) { 
    468         print "Parsing /tmp/splitter.$$\n"; 
    469468        &parse_testbeds_filename("/tmp/splitter.$$", $tbparams) || 
    470469            ($rv =  "Error reading fedd output: $!\n"); 
     
    632631            # Second try access command, implicitly directly contact testbed 
    633632            push(@cmds,"$fedd_client -t " .  
     633                $tbparams->{$tb}->{'uri'} .  " -u " . 
     634                $tbparams->{$tb}->{'uri'} .  " -T $ENV{HOME}/cacert.pem ". 
     635                "-l $tb $proj" . (@nodes ? " -n " : " ") . 
     636                join(" -n ", @nodes)); 
     637            # Third try access command, implicitly directly contact testbed 
     638            # using only federated id. 
     639            push(@cmds,"$fedd_client -f -a -t " .  
    634640                $tbparams->{$tb}->{'uri'} .  " -u " . 
    635641                $tbparams->{$tb}->{'uri'} .  " -T $ENV{HOME}/cacert.pem ".