Changeset 1749 in ProjectBuilder for devel/pb


Ignore:
Timestamp:
May 5, 2013, 3:39:12 AM (11 years ago)
Author:
Bruno Cornec
Message:

r5242@localhost: bruno | 2013-04-29 00:15:12 +0200

  • Improve 1 message from system
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1733 r1749  
    18301830            $cmd .= " $chkopt" if (defined $chkopt);
    18311831            $cmd .= " $made";
    1832             my $ret = pb_system("$cmd","Checking validity of rpms with $chkcmd","mayfail");
     1832            my $ret = pb_system("$cmd","Checking validity of rpms with $chkcmd","mayfailverbose");
    18331833            pb_log(0,"ERROR: when checking packages validity\n") if ($ret ne 0);
    18341834        }
Note: See TracChangeset for help on using the changeset viewer.