diff options
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
| -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 |
