- Timestamp:
- Feb 24, 2011, 10:34:06 AM (14 years ago)
- Location:
- devel/pb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r1217 r1218 1512 1512 my $conf = "sshconf"; 1513 1513 my $tmout = undef; 1514 my $tm = undef; 1514 1515 my $path = undef; 1515 1516 if ($cmt =~ /^VM/) { … … 1615 1616 } 1616 1617 if ($cmt =~ /^(V|R)M/) { 1617 ($vtmout) = pb_conf_get_if($tmout);1618 $vtmout = pb_distro_get_param($pbos,pb_conf_get_if($tmout)); 1618 1619 } 1619 1620 my $remhost = $sshhost->{$ENV{'PBPROJ'}}; … … 1847 1848 my $tm = ""; 1848 1849 if ($cmt =~ /^(V|R)M/) { 1849 $tm = "sleep $vtmout ->{$v}" if (defined $vtmout);1850 $tm = "sleep $vtmout" if (defined $vtmout); 1850 1851 } 1851 1852 -
devel/pb/lib/ProjectBuilder/Filter.pm
r1206 r1218 203 203 pb_log(3,"DEBUG($tuple) filtering PBMULTISRC\n"); 204 204 my $i = 1; 205 if (defined $pb->{' patches'}->{$tuple}) {205 if (defined $pb->{'sources'}->{$tuple}) { 206 206 foreach my $p (split(/,/,$pb->{'sources'}->{$tuple})) { 207 207 pb_log(3,"DEBUG($tuple) Adding source $i ".basename($p)."\n");
Note:
See TracChangeset
for help on using the changeset viewer.