- Timestamp:
- Jul 12, 2012 6:00:41 PM (12 years ago)
- Branches:
- compt_changes, master
- Children:
- b745876
- Parents:
- 4ffa6f8
- Location:
- fedkit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fedkit/active_config.pl
r4ffa6f8 r87b1a06 48 48 49 49 print "Waiting for ssh on $peer\n"; 50 # XXX: should be $ssh_port? 50 51 gateway_lib::wait_for_port($peer, 22, 60*60) || 51 52 die "ssh never came up on $peer\n"; -
fedkit/gateway_lib.pm
r4ffa6f8 r87b1a06 79 79 $sleep = 5 unless $sleep; 80 80 my $rv; 81 82 # If the name is an IP address, skip this. 83 return if $name =~ /^[\d\.]+$/; 81 84 82 85 while (!$rv) {
Note: See TracChangeset
for help on using the changeset viewer.