From 82b6437df5379b1b8fe5f5d1569b5a7c33c3d9f7 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 24 Aug 2016 21:22:27 -0700 Subject: fix documentation of recent sbuild changes --- src/Propellor/Property/Sbuild.hs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/Propellor') diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index da801ed0..e9863923 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -7,10 +7,9 @@ Maintainer: Sean Whitton Build and maintain schroots for use with sbuild. For convenience we set up several enhancements, such as ccache and -eatmydata. This means we have to assume that the version of sbuild -available is at least 0.71.0, and that you want to build packages for -a Debian release strictly newer than squeeze, or for Ubuntu releases -newer than or equal to trusty. +eatmydata. This means we have to assume that you want to build +packages for a Debian release strictly newer than squeeze, or for +Buntish releases newer than or equal to trusty. Suggested usage in @config.hs@: @@ -22,7 +21,7 @@ Suggested usage in @config.hs@: > & Sbuild.shareAptCache > & Schroot.overlaysInTmpfs -In @~/.sbuildrc@: +In @~/.sbuildrc@ (sbuild 0.71.0 or newer): > $run_piuparts = 1; > $piuparts_opts = [ @@ -56,7 +55,7 @@ cacher. In that case you can do something like this in @config.hs@: > & Apt.installed ["apt-transport-https"] -} --- Also see the --setup-only option of sbuild-creatchroot +-- Also see the --setup-only option of sbuild-createchroot module Propellor.Property.Sbuild ( -- * Creating and updating sbuild schroots -- cgit v1.2.3