summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2017-07-30 18:57:29 -0700
committerJoey Hess2017-08-01 15:33:48 -0400
commit012564beb0a14d16d23b78c1f278e75d8cdd91aa (patch)
tree7421e58187ed16f536437b1945c716b85495742a /src/Propellor/Property/Sbuild.hs
parent2cf65bdfe27e12d70760ee668dcfc49cd1538c78 (diff)
drop --fail-on-broken-symlinks from sample .sbuildrc
Too many false positives.
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-rw-r--r--src/Propellor/Property/Sbuild.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index 0306e339..0b2ac211 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -37,7 +37,6 @@ In @~/.sbuildrc@ (sbuild 0.71.0 or newer):
> '--schroot',
> '%r-%a-sbuild',
> '--fail-if-inadequate',
-> '--fail-on-broken-symlinks',
> ];
>
> $autopkgtest_root_args = "";