Go to file
Jussi Kukkonen d609ef3c6c Invalidate id cache after script execution
It's common for a pre-install script to do something like
    addgroup -S group 2>/dev/null
When apk installs files after this, it sets the owner/group based on id cache
but currently the id cache is stale and doesn't contain the new group at that
point: instead the file will be installed with gid that the build host
happened to have for that group -- on target this might mean a non-existing
group or a completely different group.

We can't know if the script really did modify id cache contents so make sure
to reset the id cache on every script execution.
2018-07-02 10:06:53 -05:00
libfetch libfetch: support OpenSSL 2018-01-31 20:04:46 +00:00
src Invalidate id cache after script execution 2018-07-02 10:06:53 -05:00
test solver: allow names with only one provider to be autoselected regardless of priority 2018-02-21 15:35:53 +00:00
.gitignore build and use bundled libfetch natively 2017-10-05 16:59:14 +03:00
.travis.yml travis: update alpine-chroot-install to 0.7.0 2018-02-09 01:22:56 +01:00
AUTHORS Initial commit of some stuff written so far. Still in state of flux. Expect 2008-04-17 14:09:13 +00:00
Make.rules build and use bundled libfetch natively 2017-10-05 16:59:14 +03:00
Makefile apk-tools-2.10.0 2018-06-24 17:52:33 +00:00
NEWS Initial commit of some stuff written so far. Still in state of flux. Expect 2008-04-17 14:09:13 +00:00
README Initial commit of some stuff written so far. Still in state of flux. Expect 2008-04-17 14:09:13 +00:00

README