- Apr 25, 2014
-
-
Timo Teräs authored
basically this makes packager's life simpler as there is no need to list the subpkg names in replaces. this was also very error prone and tedious job to do properly.
-
- Apr 14, 2014
-
- Apr 10, 2014
-
-
Timo Teräs authored
most notable in error report from 'del' applet
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
- Apr 04, 2014
-
-
Timo Teräs authored
noticeable fixes upgrading of packages which get pulled in only by install_if rule. this also simplifies the inheritance calculation for packages, as well as the place where it is done for install_if triggered packages.
-
Timo Teräs authored
'available' really means 'available in one or more configured repository'. Cache is not a repository we track, so those are only available for installation, but not available as preferred to be installed from repository. fixes #2831.
- Mar 12, 2014
-
-
Timo Teräs authored
fixes #2113
-
Timo Teräs authored
-
Timo Teräs authored
This implements a new protected path flag '!' to include always matching entries in the backup mode (overlay). This is also turned on for etc/apk to include everything there in overlay, because the full list of repositories and signing keys need to be in overlay - just getting them from a package is not enough during bootstrap.
- Mar 11, 2014
-
-
Timo Teräs authored
-
- Mar 07, 2014
-
-
Timo Teräs authored
-
- Feb 03, 2014
-
-
Natanael Copa authored
-
Timo Teräs authored
-
- Jan 06, 2014
-
-
Natanael Copa authored
This reverts commit a99bedba.
-
Natanael Copa authored
Simply print the default arch and exit. This is so scripts don't need to parse the output of -V.
-
- Dec 10, 2013
-
-
Natanael Copa authored
Prevent the progressbar and status messages to mess up stdout.
-
- Dec 05, 2013
-
-
Natanael Copa authored
Makes it more useful whith pipes.
-
- Oct 11, 2013
-
-
Timo Teräs authored
stdout is the proper place for it. this also fixes the progress bar in musl, which seems to not support using line buffering for stderr.
-
- Oct 02, 2013
-
-
Timo Teräs authored
-
- Oct 01, 2013
-
-
Timo Teräs authored
http://ewontfix.com/11/
- Sep 20, 2013
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
- Sep 10, 2013
-
-
Timo Teräs authored
to not run any per-package scripts. useful for managing buildroot when cross-compiling.
- Sep 06, 2013
-
-
Timo Teräs authored
add also a test case for this
-
- Sep 05, 2013
-
-
Timo Teräs authored
at least debian and musl do this, so let's go along with that.
-
- Aug 28, 2013
-
-
Natanael Copa authored
-
Natanael Copa authored
This option lets us search for all package with given origin.
-
- Aug 05, 2013
-
-
Natanael Copa authored
apk would try run the trigger even if package failed to install.
-
- Aug 03, 2013
-
-
Timo Teräs authored
-
- Jul 17, 2013
-
-
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
-
- Jul 08, 2013
-
-
Timo Teräs authored