summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2016-05-20 08:00:45 +0900
committerSean Whitton2016-05-20 08:00:45 +0900
commitd4ad2ab2f10b5146d7ec26372b944e5eb79b5e54 (patch)
treed8dfc4186f976cbacf32db486872a9526aeaf342 /src/Propellor/Property/Sbuild.hs
parentd96ad0a71c95066980fd65cb9d8cc0b662c669e3 (diff)
fix example sbuild config
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-rw-r--r--src/Propellor/Property/Sbuild.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index 92e76e08..19949974 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -8,8 +8,8 @@ Build and maintain schroots for use with sbuild.
Suggested usage in @config.hs@:
-> & Sbuild.builtFor ((Debian Unstable) "i386")
-> & Sbuild.updatedFor ((Debian Unstable) "i386") `period` Weekly
+> & Sbuild.builtFor (System (Debian Unstable) "i386")
+> & Sbuild.updatedFor (System (Debian Unstable) "i386") `period` Weekly 1
> & Sbuild.usableBy (User "spwhitton")
> & Sbuild.shareAptCache
> & Sbuild.blockNetwork