Changeset 1603 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder/Base.pm


Ignore:
Timestamp:
May 27, 2012, 1:49:49 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • pbtest now uses debian-6.0 has the correct distro name and points to mandriva 2011.0
  • pbtest now first umounts potential remaining /proc FS left from previous run and has a build dep fo deb on gcc
  • pb: removes a useless chown in it which was always failing
  • Fix errors in mageia deps
  • Fix typo in Base.pm
  • rpmbootstrap needs aaa_base for VE seyup with zypper, in order to add passwd file e.g.
File:
1 edited

Legend:

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

    r1602 r1603  
    166166    pb_log(0,"OK\n") if ($res == 0);
    167167    return($res)
    168     }
     168}
    169169
    170170my $cwd = getcwd;
     
    181181    } else {
    182182        pb_log(0,"ERROR running command ($cmd) with cwd=$cwd, pid=$$");
     183    }
    183184} else {
    184185    pb_log(0,"OK\n") if ((! defined $verbose) || ($verbose ne "quiet"));
Note: See TracChangeset for help on using the changeset viewer.