From: David Kalnischkies Date: Wed, 15 Oct 2014 17:11:45 +0000 (+0200) Subject: ignore Acquire::GzipIndexes for cdrom sources X-Git-Tag: 1.1.exp7~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/70b63c573fc532f7e1a9de82eb81385a8cca0cec?hp=70b63c573fc532f7e1a9de82eb81385a8cca0cec ignore Acquire::GzipIndexes for cdrom sources We do not support compressed indexes for cdrom sources as we rewrite some of them, so supporting it correctly could be hard. What we do instead in the meantime is probably disabling it for cdrom sources. ---