- 06 Sep, 2013 1 commit
-
-
Timo Teräs authored
add also a test case for this
-
- 05 Sep, 2013 1 commit
-
-
Timo Teräs authored
at least debian and musl do this, so let's go along with that.
-
- 28 Aug, 2013 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
This option lets us search for all package with given origin.
-
- 05 Aug, 2013 1 commit
-
-
Natanael Copa authored
apk would try run the trigger even if package failed to install.
-
- 03 Aug, 2013 1 commit
-
-
Timo Teräs authored
-
- 17 Jul, 2013 2 commits
-
-
Natanael Copa authored
We should not disqualify non-selectable packages as it would mark it as dirty, forcing it to reconsider the name again, which could end up in an endless loop. fixes #2135
-
Natanael Copa authored
fixes #2134
-
- 08 Jul, 2013 3 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
- 05 Jul, 2013 1 commit
-
-
Timo Teräs authored
-
- 04 Jul, 2013 2 commits
-
-
Timo Teräs authored
musl does not have those.
-
Timo Teräs authored
for musl compatibility
-
- 02 Jul, 2013 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
- 30 Jun, 2013 2 commits
-
-
Dubiousjim authored
-
Dubiousjim authored
-
- 28 Jun, 2013 4 commits
-
-
Dubiousjim authored
Acked-by:
Natanael Copa <ncopa@alpinelinux.org>
-
Dubiousjim authored
Acked-by:
Natanael Copa <ncopa@alpinelinux.org>
-
Dubiousjim authored
Acked-by:
Natanael Copa <ncopa@alpinelinux.org>
-
Dubiousjim authored
Acked-by:
Natanael Copa <ncopa@alpinelinux.org>
-
- 26 Jun, 2013 1 commit
-
-
Natanael Copa authored
- do not link with -llua. We should not link apk or lua module with it. - default to lua 5.2 - allow override the lua version with LUA_VERSION - allow override the lua pkg-config package with LUA_PC - only add the pkg-config lua --cflags to the lua module
-
- 21 Jun, 2013 3 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
- 20 Jun, 2013 4 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
Mistakenly allowed masked out package to be installed if it was in cache.
-
Timo Teräs authored
fixes #1482
-
- 19 Jun, 2013 10 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
Wildcard matching with no names should match all packages only for info and search applet. "apk del" would otherwise try to delete everything, etc. Fix also interactive mode to ask questions only if we are actually changing something.
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
ref #511
-
Timo Teräs authored
If name N is required, and all providers of A also provide B, it means that only instances of B can be selected that provide N. This is strong help with cases when so:libfoo.so.1 is updated to so:libfoo.so.2 and not everything is recompiled.
-
Natanael Copa authored
Otherwise we cannot override with --no-progress
-
Natanael Copa authored
- let the apk_print functions deal with the forced print itself. We avoid that the callbacks need to deal with the force flag. We can also get rid of the APK_PRINT_PROGRESS_* defines. - let the reader of --progress-fd decide how often things are updated rather than having a fixed granularity off 1/100 (percent) - avoid detect screen size and percent/bar calculations in case the --no-progress was given - track satistics for both the ascii bar and percent info and update bar only if either percent or bar changes. This makes the bar go smoother when width is wider than 100 chars and it makes the percent counter go smooth when screen width is less thann 100 chars. It also simplifies the callbacks as they no longer need to deal with update granularity.
-
Timo Teräs authored
-
Natanael Copa authored
With commit 0a131418 the percent variable became an integer instead of size_t. We fix the format modifier accordingly.
-