← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~xnox/launchpad-buildd/verbose-buildlogs into lp:launchpad-buildd

 

Dimitri John Ledkov has proposed merging lp:~xnox/launchpad-buildd/verbose-buildlogs into lp:launchpad-buildd.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~xnox/launchpad-buildd/verbose-buildlogs/+merge/225871
-- 
https://code.launchpad.net/~xnox/launchpad-buildd/verbose-buildlogs/+merge/225871
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~xnox/launchpad-buildd/verbose-buildlogs into lp:launchpad-buildd.
=== modified file 'sbuild-package'
--- sbuild-package	2014-06-25 01:50:28 +0000
+++ sbuild-package	2014-07-07 17:47:48 +0000
@@ -38,6 +38,10 @@
 # values from /etc/default/locale.
 export LANG=C LC_ALL=C LANGUAGE=
 
+# Set DH_VERBOSE which controls verbose build-logs since debhelper
+# 9.20140613ubuntu1 for supported build-systems.
+export DH_VERBOSE=1
+
 # On multi-guest PPA hosts, the per-guest overlay sometimes gets out of
 # sync, and we notice this by way of a corrupted .lp-sbuildrc.  We aren't going
 # to be able to build anything in this situation, so immediately return


Follow ups