Changeset 1255 in ProjectBuilder
- Timestamp:
- Mar 12, 2011, 12:52:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r1249 r1255 2778 2778 my $vmhost; 2779 2779 2780 # Prepare the key to be used and transfered remotely 2781 $keyfile = pb_ssh_get(1); 2782 2780 2783 if ($vtype =~ /(v|r)m/) { 2781 # Prepare the key to be used and transfered remotely2782 $keyfile = pb_ssh_get(1);2783 2784 2784 my ($vmport); 2785 2785 ($vmhost,$vmport) = pb_conf_get($vtype."host",$vtype."port"); … … 2863 2863 EOF 2864 2864 # TODO: Level of portability of these cmds ? Critical now for RM 2865 # TODO: Check existence before adding to avoid errors 2865 2866 print SCRIPT << "EOF"; 2866 2867 pb_system("/usr/sbin/groupadd $pbac->{$ENV{'PBPROJ'}}","Adding group $pbac->{$ENV{'PBPROJ'}}");
Note:
See TracChangeset
for help on using the changeset viewer.