]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* methods/rred.cc:
[apt.git] / doc / examples / configure-index
index ef4cff8a10c0c9f8d0d02ba2193386d99d5512f3..6119d67d081e4f4b392d10b3c19c9c2328ab5923 100644 (file)
@@ -17,6 +17,7 @@
 */
 
 quiet "0";
+quiet::NoUpdate "true"; // never update progress information - included in -q=1
 
 // Options for APT in general
 APT 
@@ -116,9 +117,10 @@ APT
 
   Changelogs
   {
-    // server the provides the changelogs, the code will automatically
-    // append  "/changelogs/pool/%s/%s/%s/%s_%s/changelog" to the uri
-    Server "http://packages.debian.org/";
+    // server the provides the changelogs, the code will assume
+    // the changlogs are in the pool/ under a srcpkg_ver directory 
+    // with the name "changelog"
+    Server "http://packages.debian.org/changelogs";
   }:
 
   // control parameters for cron jobs by /etc/cron.daily/apt
@@ -287,7 +289,7 @@ Acquire
     lzma "lzma";
     gz "gzip";
 
-    Order { "gz"; "lzma"; "bz2"; };
+    Order { "uncompressed"; "gz"; "lzma"; "bz2"; };
   };
 
   Languages