From 8a61b0a706dfde9f5ecef40775c9534c6a18773c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 15 Jul 2017 12:53:56 -0700 Subject: fix ordering of arguments to piuparts in sample .sbuildrc --- src/Propellor/Property/Sbuild.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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', -- cgit v1.2.3