diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-11-27 12:07:06 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-11-27 12:07:06 +0100 |
commit | c70496f94c8a16072b0b7a7906dec4b1aa4f306e (patch) | |
tree | 1ddfab318b1fcdd698541d442a39fbb98797e2c2 /doc | |
parent | 65d71b381cc326bdf5310d8a2ea5b3f0d0307f63 (diff) |
* apt-pkg/deb/dpkgpm.cc:
- added "Dpkg::StopOnError" variable that controls if apt
will abort on errors from dpkg
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 0f0abc30c..73e20aa43 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -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 |