Changeset 1564 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
May 22, 2012, 11:46:10 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Fix typo n rpmbootstrap preventing it to run
  • Fix the detection of setarch call with a more correct regexp
  • New mageia mirror used (similar as mandriva)
  • Add a test script to have a full regression suite before publishing a new version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1561 r1564  
    22592259            $shcmd = "schroot $tp -u $mac -- ";
    22602260        }
    2261         $shcmd = "setarch i386 $shcmd" if (($pbos->{'arch'} =~ /i?86/) && ($arch eq 'x86_64'));
     2261        $shcmd = "setarch i386 $shcmd" if (($pbos->{'arch'} =~ /i[3456]86/) && ($arch eq 'x86_64'));
    22622262        $cpcmd = "sudo /bin/cp -r ";
    22632263        # We need to get the home dir of the target account to deliver in the right place
Note: See TracChangeset for help on using the changeset viewer.