From d4ad2ab2f10b5146d7ec26372b944e5eb79b5e54 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 20 May 2016 08:00:45 +0900 Subject: fix example sbuild config --- src/Propellor/Property/Sbuild.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor') 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 -- cgit v1.2.3