From 25547675038708e6925849c8caf7ad208d35a4ee Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 5 Sep 2016 11:37:17 -0700 Subject: update Sbuild.piupartsConf docstring --- src/Propellor/Property/Sbuild.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index c05f47e7..102f5387 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -174,10 +174,10 @@ built s@(SbuildSchroot suite arch) mirror = & aliasesLine -- enable ccache and eatmydata for speed & ConfFile.containsIniSetting (schrootConf s) - [ show s ++ "-sbuild" + ( show s ++ "-sbuild" , "command-prefix" , "/var/cache/ccache-sbuild/sbuild-setup,eatmydata" - ] + ) -- if we're building a sid chroot, add useful aliases -- In order to avoid more than one schroot getting the same aliases, we @@ -294,12 +294,12 @@ piupartsConfFor sys = property' ("piuparts schroot conf for " ++ show sys) $ -- piuparts in their @~/.sbuildrc@, which is inconvenient. -- -- To make use of this new schroot config, you can put something like this in --- your ~/.sbuildrc: +-- your ~/.sbuildrc (sbuild 0.71.0 or newer): -- -- > $run_piuparts = 1; -- > $piuparts_opts = [ -- > '--schroot', --- > 'unstable-i386-piuparts', +-- > '%r-%a-piuparts', -- > '--fail-if-inadequate', -- > '--fail-on-broken-symlinks', -- > ]; -- cgit v1.2.3