Changeset 1606 in ProjectBuilder for devel/pb/t


Ignore:
Timestamp:
May 28, 2012, 3:41:43 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Adds pbstoponerr option in conf file to allow to overwrite the default which is back to not stopping on errors as it perturbates VE and VM build for themoment, as not all commands are expected to succeed systematically.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/t/pbtest

    r1605 r1606  
    346346
    347347# need tobe part of group video for KVM
    348 sudocmd "grep -Eq '^video:' /etc/group | grep $PBUSER"
     348sudocmd "grep -Eq '^video:' /etc/group" | grep $PBUSER
    349349if [ $? -ne 0 ]; then
    350350    sudocmd "perl -pi -e 's|^(video:.*)$|$1,$ENV{'PBUSER'}|' /etc/shadow"
Note: See TracChangeset for help on using the changeset viewer.