Set Acquire::Check-Valid-Until false in APT config
authorChristian Hofstaedtler <ch@grml.org>
Wed, 30 Nov 2011 11:26:20 +0000 (12:26 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Wed, 30 Nov 2011 11:26:40 +0000 (12:26 +0100)
Needed for snapshot.debian.org.

etc/grml/fai/config/files/etc/apt/apt.conf.d/15grml-live/GRMLBASE

index aa23109..a3a0b07 100644 (file)
@@ -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