diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-19 15:05:38 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-19 15:05:38 +0900 |
| commit | daf5bd929143aec4ef5654eb50a1d99a6214672a (patch) | |
| tree | 4e2cc3261e14aaa3b32268d9b5dab6ab9e954626 /src/Propellor | |
| parent | 5856c13d338ada5354721b4141e788b7961ffacf (diff) | |
wiki credit
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 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" |
