Skip to content

Commit

Permalink
Fix verbose output of sbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Oct 31, 2023
1 parent a61db9d commit d8f7d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function build_pkg {
rm -rf .git

ici_label update_repo || return 1
SBUILD_OPTS="--chroot=sbuild --no-clean-source --no-run-lintian --dist=$DEB_DISTRO $EXTRA_SBUILD_OPTS"
SBUILD_OPTS="--verbose --chroot=sbuild --no-clean-source --no-run-lintian --dist=$DEB_DISTRO $EXTRA_SBUILD_OPTS"
ici_label "${SBUILD_QUIET[@]}" sg sbuild -c "sbuild $SBUILD_OPTS" || return 4

"${CCACHE_QUIET[@]}" ici_label ccache -sv || return 1
Expand Down

0 comments on commit d8f7d89

Please sign in to comment.