On Wed, Oct 8, 2014 at 5:17 AM, Timo Teras <timo.teras_at_iki.fi> wrote:
> If you have new patchsets, old ones that are rebased, something I missed
> or just other ideas for apk-tools, please reply to this mail.
This works as expected:
# apk add no-such-package
ERROR: unsatisfiable constraints:
no-such-package (missing):
required by: world[no-such-package]
# echo $?
1
But what about this?
# apk del no-such-package
OK: 1264 MiB in 519 packages
# echo $?
0
- Jeff
---
Unsubscribe: alpine-devel+unsubscribe_at_lists.alpinelinux.org
Help: alpine-devel+help_at_lists.alpinelinux.org
---
Received on Wed Oct 08 2014 - 09:06:41 GMT