Changeset 1928 in ProjectBuilder for 0.12.7


Ignore:
Timestamp:
Jan 2, 2015, 12:04:57 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • Fix archlist computation now that deb also include arch
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 0.12.7/pb/bin/pb

    r1926 r1928  
    38103810                    my $archp = pb_get_pkg_arch($pb,$pbos);
    38113811                    $theorlist{"$pbos->{'name'}/$pbos->{'version'}/$pbrealpkgdeb"."_$pbver-$pbtag"."_$archp"} = 0;
    3812                     $archlist{"$pbos->{'name'}/$pbos->{'version'}/$pbrealpkgdeb"."_$pbver-$pbtag"} = "$archp";
     3812                    $archlist{"$pbos->{'name'}/$pbos->{'version'}/$pbrealpkgdeb"."_$pbver-$pbtag"."_$archp"} = "$archp";
    38133813                } elsif ($pbos->{'type'} eq "ebuild") {
    38143814                    my $prefix = "-r";
     
    39503950                # Skip as excluded
    39513951                next if ($found == 1);
    3952                 pb_log(0,"Package NOT found for $t\n");
     3952                pb_log(0,"Package NOT found for $t ($os-$ver-$arch)\n");
    39533953                # Avoid duplicates in list
    39543954                next if ($vmbuildlist =~ /$os-$ver-$arch/);
     
    45254525}
    45264526
    4527 # return list of all distributins supported, comma separated
     4527# return list of all distributions supported, comma separated
    45284528sub pb_get_distros {
    45294529
Note: See TracChangeset for help on using the changeset viewer.