Changeset 315 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Distribution.pm


Ignore:
Timestamp:
Feb 10, 2008, 6:40:37 AM (16 years ago)
Author:
Bruno Cornec
Message:

Backup of local dev. cms2pkg compiles but doesn't work and even remove the SVN :-(
pb_log added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Distribution.pm

    r287 r315  
    212212        my $found = 0;
    213213        my $ptr = $distro_similar{$d};
    214         #print $LOG "amb: ".Dumper($ptr)."\n" if ($debug >= 1);
     214        #pb_log(2,$LOG "amb: ".Dumper($ptr)."\n" if ($debug >= 1);
    215215        $release = "unknown";
    216216        foreach my $dd (@$ptr) {
    217             #print $LOG "check $dd\n" if ($debug >= 1);
     217            #pb_log(2,$LOG "check $dd\n" if ($debug >= 1);
    218218            # Try to check pattern
    219219            if (defined $distro_match{$dd}) {
    220                 #print $LOG "cmp: $distro_match{$dd} - vs - $tmp\n" if ($debug >= 1);
     220                #pb_log(2,$LOG "cmp: $distro_match{$dd} - vs - $tmp\n" if ($debug >= 1);
    221221                ($release) = $tmp =~ m/$distro_match{$dd}/m;
    222222                if ((defined $release) && ($release ne "unknown")) {
Note: See TracChangeset for help on using the changeset viewer.