Add an "--ignore-unknown" global option to zypper.
authorCyril Roelandt <tipecaml@gmail.com>
Fri, 30 Nov 2012 00:46:09 +0000 (01:46 +0100)
committerMichael Andres <ma@suse.de>
Wed, 5 Dec 2012 15:49:48 +0000 (16:49 +0100)
commitcdf3877d5fc2c8fd5ee0d51cbfca07ce6f27a625
tree1e286eec383511372b9689bbc89db9a1d89d455f
parent01f30ccaeac91cc6d59ecda946e3e63fe76c95d8
Add an "--ignore-unknown" global option to zypper.

If zypper is given this option and cannot find a package, it will neither
return an error code greater than 0 nor fail to process other packages. This is
especially useful when running zypper from a shell script with the
"--non-interactive" global option.

This currently only applies to the "install", "remove", "source install" and
"update" commands, but could easily be extended to other commands.
doc/zypper.8
src/Zypper.cc
src/Zypper.h
src/misc.cc