respect arch-all setting

This commit is contained in:
josch 2014-06-23 12:26:18 +02:00
parent 62b3b41c9e
commit ddcc703154

2
run.sh
View file

@ -32,7 +32,7 @@ check () {
unusedbdname=`basename $dscname .dsc`.${archall}.unusedbd unusedbdname=`basename $dscname .dsc`.${archall}.unusedbd
while read bd; do while read bd; do
# now run sbuild with "findunusedbd.sh equivs" creating a fake equivs package # now run sbuild with "findunusedbd.sh equivs" creating a fake equivs package
sbuild --no-arch-all \ sbuild --$archall \
--chroot-setup-commands="/home/findunusedbd.sh equivs $bd" \ --chroot-setup-commands="/home/findunusedbd.sh equivs $bd" \
"$dscname" "$dscname"
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then