Changeset 290


Ignore:
Timestamp:
12/13/07 01:08:48 (6 years ago)
Author:
bruno
Message:

this tst info has to be a per project notion

Location:
devel
Files:
2 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"; 
  • devel/pbconf/pb.pb

    r289 r290  
    7070 
    7171# Is it a test version 
    72 testpkg project-builder 
     72testver pb 
    7373 
    7474# Hash of default package/package directory 
Note: See TracChangeset for help on using the changeset viewer.