diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-21 21:53:33 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-21 21:53:33 +0900 |
| commit | 8a23d2a3aeceb824fb71df4e88010fa6cbd20c0a (patch) | |
| tree | 693f0b3066816a5f240c0a6ae6a2edd3512d824a /src/Propellor | |
| parent | 0126f29fd30a01f5122b83cd4f6d98c9b7f9d632 (diff) | |
describe Sbuild.shareAptCache
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 1 |
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" |
