make sbuild quiet
This commit is contained in:
parent
98d17ee5ed
commit
3deb68c5ec
1 changed files with 2 additions and 2 deletions
4
run.sh
4
run.sh
|
@ -12,7 +12,7 @@ build () {
|
||||||
mkfifo "${tmpdir}/myfifo"
|
mkfifo "${tmpdir}/myfifo"
|
||||||
chmod a+w "${tmpdir}/myfifo"
|
chmod a+w "${tmpdir}/myfifo"
|
||||||
/home/findunusedbd.sh "$tmpdir" &
|
/home/findunusedbd.sh "$tmpdir" &
|
||||||
sbuild --$archall \
|
sbuild --$archall --quiet \
|
||||||
--chroot-setup-commands="/home/findunusedbd.sh chroot-setup $tmpdir" \
|
--chroot-setup-commands="/home/findunusedbd.sh chroot-setup $tmpdir" \
|
||||||
--pre-realbuild-commands="/home/findunusedbd.sh pre-realbuild $tmpdir" \
|
--pre-realbuild-commands="/home/findunusedbd.sh pre-realbuild $tmpdir" \
|
||||||
--post-realbuild-commands="/home/findunusedbd.sh post-realbuild $tmpdir" \
|
--post-realbuild-commands="/home/findunusedbd.sh post-realbuild $tmpdir" \
|
||||||
|
@ -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 --$archall \
|
sbuild --$archall --quiet \
|
||||||
--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
|
||||||
|
|
Loading…
Reference in a new issue