summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2017-07-15 12:53:56 -0700
committerSean Whitton2017-07-15 12:53:56 -0700
commit8a61b0a706dfde9f5ecef40775c9534c6a18773c (patch)
tree36c310fff1262b24c464c9c7d6b679fac7d8d684 /src/Propellor/Property/Sbuild.hs
parent6d43cd37c8a4b48aaca26cd2fa5db7b05df3751a (diff)
fix ordering of arguments to piuparts in sample .sbuildrc
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-rw-r--r--src/Propellor/Property/Sbuild.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index 57dead3c..1b83a6dc 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -34,8 +34,8 @@ In @~/.sbuildrc@ (sbuild 0.71.0 or newer):
> $run_piuparts = 1;
> $piuparts_opts = [
-> '--schroot',
> '--no-eatmydata',
+> '--schroot',
> '%r-%a-sbuild',
> '--fail-if-inadequate',
> '--fail-on-broken-symlinks',