Changeset bd6e48a for fedkit/splitter.pl


Ignore:
Timestamp:
May 18, 2008 4:43:17 PM (16 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
6115f88
Parents:
ad5639c
Message:

one more try

File:
1 edited

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 ".
Note: See TracChangeset for help on using the changeset viewer.