diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-21 20:09:31 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-21 20:09:31 +0900 |
| commit | 4a53b158a2b6ca5e64f45058b2e26fe0a0c579e9 (patch) | |
| tree | e989ae54936c1b281465594fd887aefcb94e9180 /src/Propellor/Property/Sbuild.hs | |
| parent | 10f3c2db21a4b5c53d2575977cc1228fb71c9bc8 (diff) | |
update Sbuild.hs for new Ccache.hs
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 996b5619..ecf33712 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -240,7 +240,7 @@ keypairGenerated = check (not <$> doesFileExist secKeyFile) $ go -- another script from wiki.d.o/sbuild ccachePrepared :: Property DebianLike ccachePrepared = propertyList "sbuild group ccache configured" $ props - & Group "sbuild" `Ccache.hasGroupCache` "2G" + & Group "sbuild" `Ccache.hasGroupCache` (Ccache.MaxSize "2G") & "/etc/schroot/sbuild/fstab" `File.containsLine` "/var/cache/ccache-sbuild /var/cache/ccache-sbuild none rw,bind 0 0" & "/var/cache/ccache-sbuild/sbuild-setup" `File.hasContent` |
