diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-19 15:07:34 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-19 15:07:34 +0900 |
| commit | 5a01b810141e78791782d2abe2cf56d40dbc7099 (patch) | |
| tree | 9d21810b6c2a66f71726aa9847776726fa47ca59 /src/Propellor | |
| parent | daf5bd929143aec4ef5654eb50a1d99a6214672a (diff) | |
execute modes on ccache sbuild setup script
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 3a8f72a0..ac48041d 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -200,6 +200,8 @@ ccachePrepared = propertyList "sbuild group ccache configured" $ props , "" , "exec \"$@\"" ] + & File.mode "/var/cache/ccache-sbuild/sbuild-setup" + (combineModes (readModes ++ executeModes)) -- | Block network access during builds -- |
