lorax/src
Brian C. Lane 1c6b083260 Try all packages when installpkg --optional is used.
Also sort the expanded list of packages so that any failures will
be consistent instead of depending on the randomness of a set().
And add better logging when things fail.

The core issue is that repodata may have packages that match globs, but
they cannot actually be installed (eg. sigrok-firmware). This can cause
*some* of the globbed packages to be installed before hitting the
failure package.

With this change it will log the expanded list of packages if a glob is
used. It will skip any packages that fail to install when using
--optional with the glob, and continue to install the rest.

Related: rhbz#1440417
2017-05-30 09:47:37 -07:00
..
bin image-minimizer: Fix argument parsing 2016-03-29 09:44:53 -07:00
pylorax Try all packages when installpkg --optional is used. 2017-05-30 09:47:37 -07:00
sbin Add --noverifyssl to lorax (#1430483) 2017-03-08 13:27:22 -08:00