- Timestamp:
- May 18, 2008 4:43:17 PM (16 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
- Children:
- 6115f88
- Parents:
- ad5639c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedkit/splitter.pl
rad5639c rbd6e48a 466 466 467 467 if ( ! $? ) { 468 print "Parsing /tmp/splitter.$$\n";469 468 &parse_testbeds_filename("/tmp/splitter.$$", $tbparams) || 470 469 ($rv = "Error reading fedd output: $!\n"); … … 632 631 # Second try access command, implicitly directly contact testbed 633 632 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 " . 634 640 $tbparams->{$tb}->{'uri'} . " -u " . 635 641 $tbparams->{$tb}->{'uri'} . " -T $ENV{HOME}/cacert.pem ".
Note: See TracChangeset
for help on using the changeset viewer.