pacman/src/pacman
Nagy Gabor 902dfe5900 Change Y/n to y/N with REMOVE_PKGS (remove_unresolvable) callback
The main reason for this change is that scripts could not catch the removed
targets with -S --noconfirm (the return value was 0). So the effect of a
pacman command may have differed from the expected one. Moreover, for my
taste the default no answer is better (I wanted to install the specified
targets, not a subset of them).

I had to change some pactest files as well, because now the default behavior
is not to remove unresolvable targets. In fact, the only pactest file that
tested this feature was ignore005.py.

Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu>
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-09-08 21:54:51 -05:00
..
.gitignore Remove pacman.static build from build files 2008-07-15 19:05:24 -05:00
Makefile.am Remove pacman.static build from build files 2008-07-15 19:05:24 -05:00
callback.c Change Y/n to y/N with REMOVE_PKGS (remove_unresolvable) callback 2009-09-08 21:54:51 -05:00
callback.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
conf.c Add a fetch callback to allow front-end download support 2009-07-22 21:27:46 -05:00
conf.h Add a fetch callback to allow front-end download support 2009-07-22 21:27:46 -05:00
deptest.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
package.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
package.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
pacman.c use strreplace in the xfercommand code 2009-09-07 15:16:47 -05:00
pacman.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
query.c query.c : return 1 when no package match 2009-08-18 20:37:54 -05:00
remove.c Check package arch before installing 2009-09-06 15:51:25 -05:00
sync.c Allow '-Su foo' operation 2009-09-08 21:45:17 -05:00
upgrade.c Check package arch before installing 2009-09-06 15:51:25 -05:00
util.c rewrite strreplace 2009-09-07 15:16:50 -05:00
util.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00