From: Christian Hofstaedtler Date: Wed, 30 Nov 2011 11:26:20 +0000 (+0100) Subject: Set Acquire::Check-Valid-Until false in APT config X-Git-Tag: v0.17.0~27 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=089498055fe5211265f9bf555409c45827299fbf;hp=27a16607b684dde18edd5727b44e4dc0ca02d79a Set Acquire::Check-Valid-Until false in APT config Needed for snapshot.debian.org. --- diff --git a/etc/grml/fai/config/files/etc/apt/apt.conf.d/15grml-live/GRMLBASE b/etc/grml/fai/config/files/etc/apt/apt.conf.d/15grml-live/GRMLBASE index aa23109..a3a0b07 100644 --- a/etc/grml/fai/config/files/etc/apt/apt.conf.d/15grml-live/GRMLBASE +++ b/etc/grml/fai/config/files/etc/apt/apt.conf.d/15grml-live/GRMLBASE @@ -1,7 +1,10 @@ // Installed via ${GRML_FAI_CONFIG}/config/files/etc/apt/apt.conf.d/15grml-live/GRMLBASE // work around http://trac.lighttpd.net/trac/ticket/657 -Acquire::http::Pipeline-Depth 0; // added by grml-live" +Acquire::http::Pipeline-Depth 0; // added by grml-live // Recommends just pull in way tooooo much packages, so disable it: APT::Install-Recommends false; // added by grml-live + +// Build may refer to snapshot.debian.org, which expires +Acquire::Check-Valid-Until false; // added by grml-live