Ignore:
Timestamp:
Nov 10, 2010, 1:52:09 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Fix sbx2ssh call
  • Improve yum-arch call
File:
1 edited

Legend:

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

    r1071 r1102  
    180180            ($release) = $tmp =~ m/$distro_match->{$d}/m;
    181181        } else {
    182             print STDERR "Unable to find $d version in $r\n";
     182            print STDERR "Unable to find $d version in $r (non-ambiguous)\n";
    183183            print STDERR "Please report to the maintainer bruno_at_project-builder.org\n";
    184184            $release = "unknown";
     
    215215        }
    216216        if ($found == 0) {
    217             print STDERR "Unable to find $d version in $r\n";
     217            print STDERR "Unable to find $d version in $r (ambiguous)\n";
    218218            print STDERR "Please report to the maintainer bruno_at_project-builder.org\n";
    219219            $release = "unknown";
Note: See TracChangeset for help on using the changeset viewer.