X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.variables;h=092588198b28e82d0066bbc949f79edb986bf3f2;hb=b2b264a9ae6c5d3ded689e9b76eb50fc15758f69;hp=c4efabebfd05e92bda5863c4ea80c6d360019f74;hpb=32063f01897651692754f8a2a0f189fa7c1f3c64;p=dak.git diff --git a/config/debian/dinstall.variables b/config/debian/dinstall.variables index c4efabeb..09258819 100644 --- a/config/debian/dinstall.variables +++ b/config/debian/dinstall.variables @@ -52,3 +52,6 @@ for suite in testing unstable; do codename=${codename##* } extimportdists="${extimportdists} ${codename}" done + +# Common wget options +wgetopts="-t2 -T20 -q -N --ca-directory=/etc/ssl/ca-debian"