summaryrefslogtreecommitdiff
path: root/cmdline/apt-report-mirror-failure
Commit message (Collapse)AuthorAgeFilesLines
* * merge the remaining Ubuntu change:Michael Vogt2010-06-091-0/+5
| | | | | | | | | | | | | | | | | | | | - on gpg verification failure warn and restore the last known good state - on failure display the IP of the server (useful for servers that use round robin DNS) - support Original-Maintainer in RewritePackageOrder - enable cdrom autodetection via libudev by default - show messsage about Vcs in use when apt-get source is run for packages maintained in a Vcs - better support transitional packages with mark auto-installed. when the transitional package is in "oldlibs" the new package is not marked auto installed (same is true for section metapackages) - provide new "deb mirror://archive.foo/mirrors.list sid main" method expects a list of mirrors (generated on the server e.g. via geoip) and will use that, including cycle on failure - write apport crash file on package failure (disabled by default on debian until apport is available) - support mirror failure reporting (disabled by default on debian)
* cmdline/apt-report-mirror-failure: port to latest python-aptMichael Vogt2010-06-021-1/+1
|
* * methods/mirror.cc:Michael Vogt2009-03-191-1/+1
| | | | - when download the mirror file and the server is down, return a propper error message (LP: #278635)
* * apt-pkg/acquire-item.cc:Michael Vogt2007-02-061-2/+2
| | | | | | | | | | | | - default to "/usr/lib/apt/apt-report-mirror-failure" * cmdline/apt-report-mirror-failure: - no default comit url for now * debian/rules: - move apt-report-mirror-failure into /usr/lib/apt * doc/examples/configure-index: - more documentation * methods/mirror.cc: - updated TODO
* * apt-pkg/acquire-item.cc:Michael Vogt2007-02-051-2/+3
| | | | | | - use FailReason in pkgAcquire::Item::Failed when available * methods/mirror.cc: - move some debug output into if(Debug)
* * get the mirror failure stuff really workingMichael Vogt2007-02-011-2/+2
|
* * commited the latest mirror failure detection codeMichael Vogt2007-02-011-0/+23