From daf5bd929143aec4ef5654eb50a1d99a6214672a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 19 May 2016 15:05:38 +0900 Subject: wiki credit --- src/Propellor/Property/Sbuild.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Property/Sbuild.hs') 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" -- cgit v1.2.3