From 4fbee5d7bd50b75aac51f9bce4f0a232bd5e2d3e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 15 Jul 2017 09:13:23 -0700 Subject: tweak sbuild haddock Don't suggest enabling an apt cacher by running propellor inside the schroot, since we now have Apt.proxy. --- src/Propellor/Property/Sbuild.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Propellor/Property') 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 -- cgit v1.2.3