~ubuntu-branches/ubuntu/vivid/apt/vivid-updates

« back to all changes in this revision

Viewing changes to doc/examples/configure-index

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-11-03 08:57:11 UTC
  • mfrom: (1.4.99 sid)
  • Revision ID: package-import@ubuntu.com-20141103085711-6nrav9fwghgdgkch
Tags: 1.0.9.3ubuntu1
* Merged from debian/sid, remaining changes:
  - patch for apt cross-building, see http://bugs.debian.org/666772
  - ubuntu changelog download handling
  - apt-key net-update/apt-xapian-index
  - git-buildpackage config adjustments
  - ubuntu keyring

Show diffs side-by-side

added added

removed removed

Lines of Context:
414
414
   FlushSTDIN "true";
415
415
 
416
416
   // Control the size of the command line passed to dpkg.
417
 
   MaxBytes 1024;
418
 
   MaxArgs 350;
 
417
   MaxArgBytes 32768;
 
418
   MaxArgs 8192;
419
419
 
420
420
   // controls if apt will apport on the first dpkg error or if it 
421
421
   // tries to install as many packages as possible