From 089498055fe5211265f9bf555409c45827299fbf Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Wed, 30 Nov 2011 12:26:20 +0100 Subject: [PATCH] Set Acquire::Check-Valid-Until false in APT config Needed for snapshot.debian.org. --- etc/grml/fai/config/files/etc/apt/apt.conf.d/15grml-live/GRMLBASE | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.1.4