- 18 Jun, 2013 7 commits
-
-
Timo Teräs authored
to show different versions of package and the repositories from which it is available from.
-
Timo Teräs authored
-
Timo Teräs authored
ref #511
-
Timo Teräs authored
-
Natanael Copa authored
-
Timo Teräs authored
if all packages named N provide the virtual package, list only the name N instead of all packages providing it.
-
Timo Teräs authored
-
- 17 Jun, 2013 8 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
no need to muldiv all the time, just pass the current amount of bytes done, and let callbacks use that directly.
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
instead use prefix for temporary files.
-
Timo Teräs authored
-
Timo Teräs authored
Fixes also 'fetch' applet to prefer copying/linking to files from cache if possible.
-
Timo Teräs authored
-
- 15 Jun, 2013 2 commits
-
-
Timo Teräs authored
So same package it is possible to not match same package multiple times. Use generation count, so this is handled cleanly during recursion, like in the use case of search applet.
-
Timo Teräs authored
and remove the now unused apk_dep_is_materialized_or_provided which was superceded by apk_dep_analyze.
-
- 14 Jun, 2013 3 commits
-
-
Timo Teräs authored
and add the provided version information to the conflicts. fixes the final test case that was broken. hooray.
-
Timo Teräs authored
-
Timo Teräs authored
-
- 13 Jun, 2013 11 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
use the new apk_pkg_foreach_reverse_dependency helper to find the reverse dependencies properly.
-
Timo Teräs authored
... in the error printing and the package deletion.
-
Timo Teräs authored
Instead of the dependency oriented logic, switch to print them for each package or name needed. Might give a bit more readable errors now. There's still few corner cases that proper error is not output, which are cought by the test cases.
-
Timo Teräs authored
mostly useful for reboot, when all packages are not available.
-
Timo Teräs authored
- try harder to not change anything during self-upgrade - also honor locking to packages that where earlier used in merging common dependencies - clarify upgrade applet help messages
-
Timo Teräs authored
Fix also pinning test cases to be more sane.
-
Timo Teräs authored
Handle properly per-name preference flags, and add test cases for testing those via fix applet.
-
Timo Teräs authored
Implementing basic dependency handling, install_if and awareness of pinning.
-
Natanael Copa authored
-
- 12 Jun, 2013 2 commits
-
-
Ariadne Conill authored
This reverts commit a2d873a7.
-
Ariadne Conill authored
-
- 11 Jun, 2013 1 commit
-
- 03 Jun, 2013 1 commit
-
-
Timo Teräs authored
-
- 30 May, 2013 2 commits
-
-
Timo Teräs authored
fixes #1476 Instead of: ERROR: Index generation failed: Success The following is now printed: ERROR: Metadata for package timo-1.0-r0 is too long. ERROR: Index generation failed: No buffer space available
-
Timo Teräs authored
make cache a special kind of repository, and automatically cache special packages (virtual packages, or ones installed from command line). add test cases for handling virtual packages. fixes #1617.
-
- 29 May, 2013 2 commits
-
-
Timo Teräs authored
fixes #1578
-
Timo Teräs authored
fixes #1714
-
- 29 Apr, 2013 1 commit
-
-
Timo Teräs authored
We are having so many packages that they might overflow otherwise. "ERROR: Preference overflow" was already reported.
-