]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* add --dsc-only option, thanks to K. Richard Pixley
[apt.git] / doc / examples / configure-index
index b87e8503049e8ced9ce112aa9a55a57936fb2126..73e20aa435c7be50c4871cd7b7bf154e05c9640b 100644 (file)
@@ -237,6 +237,10 @@ DPkg
    // Control the size of the command line passed to dpkg.
    MaxBytes 1024;
    MaxArgs 350;
+
+   // controls if apt will apport on the first dpkg error or if it 
+   // tries to install as many packages as possible
+   StopOnError "true";
 }
 
 /* Options you can set to see some debugging text They correspond to names
@@ -247,9 +251,11 @@ Debug
   pkgDepCache::AutoInstall "false"; // what packages apt install to satify dependencies
   pkgAcquire "false";
   pkgAcquire::Worker "false";
+  pkgAcquire::Auth "false";
   pkgDPkgPM "false";
   pkgDPkgProgressReporting "false";
   pkgOrderList "false";
+  BuildDeps "false";
   
   pkgInitialize "false";   // This one will dump the configuration space
   NoLocking "false";