- 12 May, 2014 1 commit
-
-
Timo Teräs authored
the dynamic applet registration never worked with PIE, and as a temporary hack -nopie was added to default link flags in 2008. this commit reworks the applet registration mechanism to something that is compatible with PIE, and removes the hack. finally!
-
- 25 Apr, 2014 1 commit
-
-
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.
-
- 14 Apr, 2014 1 commit
-
-
Timo Teräs authored
-
- 10 Apr, 2014 4 commits
-
-
Timo Teräs authored
most notable in error report from 'del' applet
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
- 04 Apr, 2014 3 commits
-
-
Timo Teräs authored
-
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.
-
- 12 Mar, 2014 4 commits
-
-
Timo Teräs authored
-
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.
-
- 11 Mar, 2014 1 commit
-
-
Timo Teräs authored
-
- 07 Mar, 2014 1 commit
-
-
Timo Teräs authored
-
- 03 Feb, 2014 2 commits
-
-
Natanael Copa authored
-
Timo Teräs authored
-
- 06 Jan, 2014 2 commits
-
-
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.
-
- 10 Dec, 2013 1 commit
-
-
Natanael Copa authored
Prevent the progressbar and status messages to mess up stdout.
-
- 05 Dec, 2013 1 commit
-
-
Natanael Copa authored
Makes it more useful whith pipes.
-
- 11 Oct, 2013 1 commit
-
-
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.
-
- 02 Oct, 2013 1 commit
-
-
Timo Teräs authored
-
- 01 Oct, 2013 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
http://ewontfix.com/11/
-
- 20 Sep, 2013 3 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
- 10 Sep, 2013 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
to not run any per-package scripts. useful for managing buildroot when cross-compiling.
-
- 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
-
-
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
-
fixes #2134
-
- 08 Jul, 2013 1 commit
-
-
Timo Teräs authored
-