diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-07-15 09:13:23 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-07-15 09:13:23 -0700 |
| commit | 4fbee5d7bd50b75aac51f9bce4f0a232bd5e2d3e (patch) | |
| tree | e35105f37886a7edbf9dacf38cc07a526505d5c5 /src/Propellor/Property/Sbuild.hs | |
| parent | f173da0c9e7e7221aa77cfa3247ebfb941204e05 (diff) | |
tweak sbuild haddock
Don't suggest enabling an apt cacher by running propellor inside the schroot,
since we now have Apt.proxy.
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 08246d27..a1db861f 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -52,9 +52,9 @@ propellor spin pulls in a lot of dependencies. This could defeat using sbuild to determine if you've included all necessary build dependencies in your source package control file. -Nevertheless, the chroot that @sbuild-createchroot(1)@ creates might -not meet your needs. For example, you might need to enable an apt -cacher. In that case you can do something like this in @config.hs@: +Nevertheless, the chroot that @sbuild-createchroot(1)@ creates might not meet +your needs. For example, you might need to enable apt's https support. In that +case you can do something like this in @config.hs@: > & Sbuild.built (System (Debian Linux Unstable) X86_32) `before` mySetup > where |
