diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-12-14 12:07:24 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-12-14 12:07:24 +0100 |
commit | dc4002d8c3c687e6614d01b34e4b6aa929411ea9 (patch) | |
tree | 8a842af457cfb159741b6c84ee7ab6fc094b88e7 /doc/examples | |
parent | 7570b65d5eae54c51689121a317351a1cd42e64d (diff) | |
parent | 19ec5723caa6ea6ab196a9e960c769ded4ee0d28 (diff) |
* merged with apt--mvo
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/configure-index | 6 | ||||
-rw-r--r-- | doc/examples/sources.list | 12 |
2 files changed, 10 insertions, 8 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 5b3c1a55c..55edd77e5 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -245,6 +245,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 @@ -260,7 +264,7 @@ Debug pkgDPkgProgressReporting "false"; pkgOrderList "false"; pkgAutoRemove "false"; // show information about automatic removes - + BuildDeps "false"; pkgInitialize "false"; // This one will dump the configuration space NoLocking "false"; Acquire::Ftp "false"; // Show ftp command traffic diff --git a/doc/examples/sources.list b/doc/examples/sources.list index a958899ae..9af1c3c4c 100644 --- a/doc/examples/sources.list +++ b/doc/examples/sources.list @@ -1,11 +1,9 @@ # See sources.list(5) for more information, especialy # Remember that you can only use http, ftp or file URIs # CDROMs are managed through the apt-cdrom tool. -deb http://us.archive.ubuntu.com/ubuntu dapper main restricted -deb-src http://us.archive.ubuntu.com/ubuntu dapper main restricted +deb http://http.us.debian.org/debian stable main contrib non-free +deb http://security.debian.org stable/updates main contrib non-free -deb http://security.ubuntu.com/ubuntu dapper-security main restricted -deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted - -deb http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted -deb-src http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted +# Uncomment if you want the apt-get source function to work +#deb-src http://http.us.debian.org/debian stable main contrib non-free +#deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free |