diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-11-19 18:16:58 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-11-19 18:16:58 -0700 |
| commit | 09b92db54d800ce0f94fa0ab4c657446758d5274 (patch) | |
| tree | f2ee9bbc75eac734eaf01b1692db051b36245d72 /src | |
| parent | 05e5308ee7cef99b24b4f9d9755e5488f8d92a39 (diff) | |
slightly improve readability of sample usage
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 4 |
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 |
