xbps-install(1): do not exit if pkg is up-to-date in dry-run mode.

Close #145
This commit is contained in:
Juan RP
2016-02-05 11:27:40 +01:00
parent 0fa676f50c
commit b759ca4b07
3 changed files with 36 additions and 1 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.52 (???):
* xbps-install(1): in dry-run mode, do not stop after processing a package
that is already up-to-date. Fixes #145.
See https://github.com/voidlinux/xbps/issues/145
* libxbps: package INSTALL/REMOVE scripts are now executed via
posix_spawn(3), replacing vfork(3).