Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | show our broken packages message in 'apt' solver | David Kalnischkies | 2014-06-18 | 4 | -117/+134 |
| | |||||
* | fix SubstVar to be usable as a replace_all method | David Kalnischkies | 2014-06-18 | 2 | -7/+49 |
| | | | | | | | The name suggests that it is supposed to substitute a variable with a value, but we tend to use it in a more liberal replace_all() fashion, but this breaks if either of the parameters is empty or more importantly if two "variable" occurrences follow each other directly. | ||||
* | don't send pkg from an unknown architecture via EDSP | David Kalnischkies | 2014-06-18 | 1 | -0/+7 |
| | | | | | | | | APT's cache can include packages from architectures dpkg has no knowledge about and can therefore not be installed for e.g. to allow easy lookups. There is no point in telling external solvers about them though and some of them might even be really talkative about ignoring them if we do. | ||||
* | use P_ instead of ngettext to compiling with --disable-nls | Fredrik Fornwall | 2014-06-18 | 1 | -1/+1 |
| | | | | Closes: 751857 | ||||
* | add missing comma in SEE ALSO of apt-secure manpage | Konstantin Manna | 2014-06-18 | 10 | -17/+17 |
| | | | | Closes: 748506 | ||||
* | fix two german manpage spelling mistakes | Konstantin Manna | 2014-06-18 | 1 | -2/+2 |
| | | | | Closes: 751635 | ||||
* | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | 2014-06-18 | 1 | -1/+4 |
|\ | |||||
| * | Tell the user if no updates are available after apt update | Michael Vogt | 2014-06-18 | 1 | -1/+4 |
| | | | | | | | | | | | | Thanks to Jakub Wilk for the suggestion. Closes: #751388 | ||||
* | | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | 2014-06-18 | 1 | -1/+1 |
|\| | |||||
| * | test/integration/test-essential-force-loopbreak: fix on non-amd64 systems | Michael Vogt | 2014-06-12 | 1 | -1/+1 |
| | | |||||
* | | Updated translation of german documentation | Chris Leick | 2014-06-17 | 1 | -60/+61 |
| | | |||||
* | | Check for gtest's header before building. | Michele Orrù | 2014-06-17 | 1 | -4/+11 |
| | | | | | | | | | | Add AC_CHECK_HEADER directive for gtest, and report a fatal error message if not found. | ||||
* | | fix test-apt-ftparchive-cachedb-lp1274466 and apt-internal-solver tests | Michael Vogt | 2014-06-11 | 3 | -3/+5 |
| | | |||||
* | | fix autopkgtest tests | Michael Vogt | 2014-06-11 | 4 | -2/+5 |
|/ | |||||
* | really release 1.0.4 | Michael Vogt | 2014-06-10 | 46 | -47/+47 |
| | |||||
* | release 1.0.4 | Michael Vogt | 2014-06-10 | 47 | -7488/+8779 |
| | |||||
* | apt-private/private-output.cc: fix cppcheck output | Michael Vogt | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | fix test/integration/test-apt-ftparchive-cachedb-lp1274466 in travis | Michael Vogt | 2014-06-10 | 2 | -5/+5 |
| | |||||
* | use pkgSrcRecords::Step() instead of Next() | Michael Vogt | 2014-06-10 | 3 | -5/+5 |
| | |||||
* | prepare 1.0.4 upload | Michael Vogt | 2014-06-10 | 1 | -0/+41 |
| | |||||
* | Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sid | Michael Vogt | 2014-06-10 | 3 | -0/+36 |
|\ | |||||
| * | show upgradable packages after apt update | Michael Vogt | 2014-05-22 | 3 | -0/+36 |
| | | | | | | | | Closes: 748389 | ||||
* | | Merge remote-tracking branch ↵ | Michael Vogt | 2014-06-10 | 4 | -0/+51 |
|\ \ | | | | | | | | | | 'mvo/bugfix/apt-get-source-unauthenticated-warning' into debian/sid | ||||
| * | | Show unauthenticated warning for source packages as well | Michael Vogt | 2014-06-02 | 4 | -0/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This will show the same unauthenticated warning for source packages as for binary packages and will not download a source package if it is unauthenticated. This can be overridden with --allow-unauthenticated Closes: #749795 | ||||
* | | | Merge remote-tracking branch 'mvo/bugfix/lp1274466-cache' into debian/sid | Michael Vogt | 2014-06-10 | 5 | -11/+129 |
|\ \ \ | |||||
| * | | | Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466) | Michael Vogt | 2014-06-04 | 5 | -11/+129 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'mvo/feature/srcrec-enum2' into debian/sid | Michael Vogt | 2014-06-10 | 2 | -15/+31 |
|\ \ \ \ | |||||
| * | | | | add pkgSrcRecords::Next() to step through all the pkgSrcRecords | Michael Vogt | 2014-06-09 | 2 | -15/+31 |
| |/ / / | |||||
* | | | | support Acquire::GzipIndexes in dumpavail | David Kalnischkies | 2014-06-10 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | Closes: 742835 | ||||
* | | | | separate implementation from declaration of TryTo{Install,Remove} | David Kalnischkies | 2014-06-09 | 2 | -149/+148 |
| | | | | | | | | | | | | | | | | Git-Dch: Ignore | ||||
* | | | | do not revert candidate for protected packages | David Kalnischkies | 2014-06-07 | 2 | -1/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In commit 21b3eac8 I promoted the check for installable dependencies to a pre-install check, which also reverts to a known good candidate (the installed version) if it fails. This revert was done even for user requested candidate switches which disabled our Broken detection so that install requests which are impossible to satisfy do not fail anymore, but print an (incomplete) solution proposal and then exit successfully. Closes: 745046 | ||||
* | | | | Italian program translation update | Milo Casagrande | 2014-06-07 | 1 | -78/+99 |
| | | | | | | | | | | | | | | | | Closes: 750009 | ||||
* | | | | cmdline/apt-helper.cc: use less generic description/short-description | Michael Vogt | 2014-06-06 | 1 | -1/+2 |
| | | | | |||||
* | | | | use 'native' instead of 'amd64' as pkg arch | David Kalnischkies | 2014-05-30 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | Git-Dch: Ignore | ||||
* | | | | update symbols files | David Kalnischkies | 2014-05-30 | 2 | -21/+33 |
| | | | | | | | | | | | | | | | | Git-Dch: ignore | ||||
* | | | | show current/total testcase statistic also in concise mode | David Kalnischkies | 2014-05-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Git-Dch: Ignore | ||||
* | | | | support parsing EDSP requests Architecture{,s} stanza | David Kalnischkies | 2014-05-30 | 3 | -0/+78 |
| | | | | | | | | | | | | | | | | | | | | | | | | Adds also a small testcase for EDSP Git-Dch: Ignore | ||||
* | | | | without a filename we can't stat pipes | David Kalnischkies | 2014-05-30 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EDSP code uses pipes opened via an FD as sources and later for those files modification times and filesize are read - but never really used again. The result we get from FileFd is probably wrong, but as we don't use it anyway, we just don't fallback if we have nothing to fallback to Git-Dch: Ignore | ||||
* | | | | print error stack on failure of 'apt' solver | David Kalnischkies | 2014-05-30 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | Git-Dch: ignore | ||||
* | | | | check exit status of external solvers | David Kalnischkies | 2014-05-30 | 2 | -10/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | Solvers are supposed to exit successfully even if they haven't found a solution, but a solver which fails drastically (like e.g. segfaults) should be detected and dealt with accordingly instead of ignored. | ||||
* | | | | if Resolver fails, do not continue even if not broken | David Kalnischkies | 2014-05-30 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can happen if the request is already a well-formed request all by itself (e.g. the package has no dependencies), but the resolver found a reason to not accept it as solution. Our edsp 'dump' solver e.g. shouldn't be able to trigger install, which it does otherwise. | ||||
* | | | | Merge EDSP 0.5 w/ multi-arch support for external solvers | David Kalnischkies | 2014-05-30 | 2 | -10/+54 |
|\ \ \ \ | |_|/ / |/| | | | | | | | "I am going to merge it tomorrow…" | ||||
| * | | | EDSP: add APT-Release field to Package stanzas | Stefano Zacchiroli | 2014-05-04 | 2 | -2/+23 |
| | | | | |||||
| * | | | EDSP: add Source field to Package stanzas | Stefano Zacchiroli | 2014-05-04 | 1 | -0/+6 |
| | | | | |||||
| * | | | EDSP: add Architecture(s) multi-arch fields to the Request stanza | Stefano Zacchiroli | 2014-05-04 | 2 | -1/+21 |
| | | | | |||||
| * | | | EDSP: bump protocol version to 0.5 | Stefano Zacchiroli | 2014-05-04 | 2 | -3/+3 |
| | | | | |||||
| * | | | EDSP doc: fix typo in Request stanza description | Stefano Zacchiroli | 2014-05-04 | 1 | -6/+3 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | 2014-05-29 | 10 | -13/+42 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Fix warning about uninitialized variable | Michael Vogt | 2014-05-28 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Reported-By: clang++ -Werror | ||||
| * | | | Fix uninitialized value | Michael Vogt | 2014-05-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Reported-By: scan-build |