From 79acb87c2c52d6ad071ad30bd2afb82fc4a2635a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 21 May 2016 09:15:29 +0900 Subject: need piuparts installed if using my .sbuildrc --- src/Propellor/Property/Sbuild.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 19949974..21fdbfe2 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -8,6 +8,7 @@ Build and maintain schroots for use with sbuild. Suggested usage in @config.hs@: +> & Apt.installed ["piuparts"] > & Sbuild.builtFor (System (Debian Unstable) "i386") > & Sbuild.updatedFor (System (Debian Unstable) "i386") `period` Weekly 1 > & Sbuild.usableBy (User "spwhitton") @@ -255,8 +256,9 @@ ccachePrepared = propertyList "sbuild group ccache configured" $ props blockNetwork :: Property Linux blockNetwork = Firewall.rule Firewall.OUTPUT Firewall.Filter Firewall.DROP $ Firewall.GroupOwner (Group "sbuild") - `mappend` Firewall.NotDestination + <> Firewall.NotDestination [Firewall.IPWithNumMask (IPv4 "127.0.0.1") 8] + `requires` installed -- sbuild group must exist -- ==== utility functions ==== -- cgit v1.2.3