diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-07-30 18:57:29 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-08-01 15:33:48 -0400 |
| commit | 012564beb0a14d16d23b78c1f278e75d8cdd91aa (patch) | |
| tree | 7421e58187ed16f536437b1945c716b85495742a /src | |
| parent | 2cf65bdfe27e12d70760ee668dcfc49cd1538c78 (diff) | |
drop --fail-on-broken-symlinks from sample .sbuildrc
Too many false positives.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 1 |
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 = ""; |
