summaryrefslogtreecommitdiff
path: root/.sbuildrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-06-20 14:09:19 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-06-20 14:09:19 +0900
commit555697b38e383eaa12b900effad551b8efe64c71 (patch)
treea8842989d4a24bb4c02fe3f9bdd0128121b2e3cc /.sbuildrc
parent182339cbc2fb7e27439a1cb7735cb78292efddf9 (diff)
downloaddotfiles-555697b38e383eaa12b900effad551b8efe64c71.tar.gz
tweak sbuild failure conditions
Diffstat (limited to '.sbuildrc')
-rw-r--r--.sbuildrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.sbuildrc b/.sbuildrc
index ed457c67..890b4444 100644
--- a/.sbuildrc
+++ b/.sbuildrc
@@ -8,7 +8,7 @@ $build_arch_all = 1;
$distribution = 'unstable';
$run_lintian = 1;
-$lintian_opts = ['--allow-root', '--color=always']; # might also pass: +EIL +pedantic
+$lintian_opts = ['--allow-root', '--color=always', '--fail-on-warnings']; # might also pass: +EIL +pedantic
# TODO detect or specify in a var at top of file the architecture in the following
$run_piuparts = 1;
@@ -16,7 +16,7 @@ $piuparts_opts = [
'--schroot',
'unstable-i386-piuparts',
'--fail-if-inadequate',
- '--fail-on-broken-symlinks',
+ # '--fail-on-broken-symlinks', # too many false positives
];
$external_commands = {