summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2017-11-19 18:16:58 -0700
committerSean Whitton2017-11-19 18:16:58 -0700
commit09b92db54d800ce0f94fa0ab4c657446758d5274 (patch)
treef2ee9bbc75eac734eaf01b1692db051b36245d72 /src/Propellor/Property/Sbuild.hs
parent05e5308ee7cef99b24b4f9d9755e5488f8d92a39 (diff)
slightly improve readability of sample usage
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-rw-r--r--src/Propellor/Property/Sbuild.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index df306b1c..dffeaa22 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -23,11 +23,11 @@ Suggested usage in @config.hs@:
> mybox = host "mybox.example.com" $ props
> & osDebian (Stable "stretch") X86_64
> & Apt.useLocalCacher
-> & Sbuild.built Sbuild.UseCcache unstableSchroot
+> & sidSchrootBuilt
> & Sbuild.usableBy (User "spwhitton")
> & Schroot.overlaysInTmpfs
> where
-> unstableSchroot = props
+> sidSchrootBuilt = Sbuild.built Sbuild.UseCcache $ props
> & osDebian Unstable X86_32
> & Sbuild.update `period` Weekly (Just 1)
> & Sbuild.useHostProxy mybox