diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-17 11:21:36 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-17 11:21:36 -0700 |
| commit | 0d8ad9f5bcf96fc713dc9029307169ce1473cd55 (patch) | |
| tree | 6e5fe250a16f9ec79d0177199764a174ab5a3a81 /src | |
| parent | 363d23e9b84d7411f19a6dd7a77b14ea60b16007 (diff) | |
export the correct properties
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 13 |
1 files changed, 11 insertions, 2 deletions
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) |
