Set Acquire::Check-Valid-Until false in APT config
[grml-live.git] / 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