summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2016-05-21 21:53:33 +0900
committerSean Whitton2016-05-21 21:53:33 +0900
commit8a23d2a3aeceb824fb71df4e88010fa6cbd20c0a (patch)
tree693f0b3066816a5f240c0a6ae6a2edd3512d824a /src/Propellor/Property/Sbuild.hs
parent0126f29fd30a01f5122b83cd4f6d98c9b7f9d632 (diff)
describe Sbuild.shareAptCache
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-rw-r--r--src/Propellor/Property/Sbuild.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index 0449425c..01e106be 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -288,6 +288,7 @@ piupartsConf s u = go
shareAptCache :: Property DebianLike
shareAptCache = File.containsLine "/etc/schroot/sbuild/fstab" aptCacheLine
`requires` installed
+ `describe` "sbuild schroots share host apt cache"
aptCacheLine :: String
aptCacheLine = "/var/cache/apt/archives /var/cache/apt/archives none rw,bind 0 0"