summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2016-05-19 15:05:38 +0900
committerSean Whitton2016-05-19 15:05:38 +0900
commitdaf5bd929143aec4ef5654eb50a1d99a6214672a (patch)
tree4e2cc3261e14aaa3b32268d9b5dab6ab9e954626 /src/Propellor/Property/Sbuild.hs
parent5856c13d338ada5354721b4141e788b7961ffacf (diff)
wiki credit
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 1d009f41..3a8f72a0 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -184,6 +184,7 @@ keypairGenerated = check (not <$> doesFileExist secKeyFile) $ go
`assume` MadeChange
secKeyFile = "/var/lib/sbuild/apt-keys/sbuild-key.sec"
+-- another script from wiki.d.o/sbuild
ccachePrepared :: Property DebianLike
ccachePrepared = propertyList "sbuild group ccache configured" $ props
& (Group "sbuild") `Ccache.hasGroupCache` "2G"