From 0d8ad9f5bcf96fc713dc9029307169ce1473cd55 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 17 May 2016 11:21:36 -0700 Subject: export the correct properties --- src/Propellor/Property/Sbuild.hs | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'src/Propellor/Property/Sbuild.hs') diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index bd43073d..d2a55b7b 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -37,8 +37,17 @@ sbuild environment as standardised as possible. -- If you wanted to do it with Propellor.Property.Debootstrap, note that -- sbuild-createchroot has a --setup-only option --- TODO export useful properties only -module Propellor.Property.Sbuild where +module Propellor.Property.Sbuild ( + -- * Creating and updating sbuild schroots + SbuildSchroot(..), + builtFor, + built, + updated, + updatedFor, + -- * Global sbuild configuration + shareAptCache, + usableBy, +) where import Propellor.Base import Debootstrap (extractSuite) -- cgit v1.2.3