diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-11-18 13:08:32 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-11-18 13:08:32 -0700 |
| commit | ab68426ab1cd4331b57e02af082a7e0541efc32f (patch) | |
| tree | d11ca5813bc0b2fb2c8be7a47e3ac80f3593e407 /src | |
| parent | f5a822272f140612a4f5e01e4b5255bfd3b95dc0 (diff) | |
export Sbuild.useHostProxy
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 3063ddd4..cffe2f5f 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -54,7 +54,9 @@ module Propellor.Property.Sbuild ( -- * Creating and updating sbuild schroots UseCcache(..), built, + -- * Properties for use inside sbuild schroots update, + useHostProxy, -- * Global sbuild configuration -- blockNetwork, keypairGenerated, |
