summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Whitton2016-08-24 21:22:27 -0700
committerSean Whitton2016-08-25 19:17:12 -0700
commit82b6437df5379b1b8fe5f5d1569b5a7c33c3d9f7 (patch)
treefd226901d2b2ae585dea409ee37323e880c7aa0c /src
parent578ab11e721f2f85658451d23f2f4978118b9254 (diff)
fix documentation of recent sbuild changes
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/Sbuild.hs11
1 files changed, 5 insertions, 6 deletions
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 <spwhitton@spwhitton.name>
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