Changeset 290 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
Dec 13, 2007, 1:08:48 AM (16 years ago)
Author:
Bruno Cornec
Message:

this tst info has to be a per project notion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r289 r290  
    551551
    552552    print $LOG "Sources handled ($cmt): $src\n" if ($debug >= 0);
    553     my ($sshhost,$sshlogin,$sshdir,$sshport,$vmtmout,$testpkg) = pb_conf_get($host,$login,$dir,$port,$tmout,"testpkg");
     553    my ($sshhost,$sshlogin,$sshdir,$sshport,$vmtmout,$testver) = pb_conf_get($host,$login,$dir,$port,$tmout,"testver");
    554554    my $mac = "$sshlogin->{$ENV{'PBPROJ'}}\@$sshhost->{$ENV{'PBPROJ'}}";
    555555    # Overwrite account value if passed as parameter
     
    566566    } elsif ($cmt eq "Packages") {
    567567        $tdir = "$sshdir->{$ENV{'PBPROJ'}}/$ddir/$dver";
    568         if (defined $testpkg->{$pbpkg}) {
     568        if (defined $testver->{$ENV{'PBPROJ'}}) {
    569569            # This is a test pkg => target dir is under test
    570570            $tdir .= "/test";
Note: See TracChangeset for help on using the changeset viewer.