lorax/src
Chris Lumens 05091d221a Return an error if /modules/info doesn't return anything.
Unfortunately, this isn't very useful if /modules/info is provided with
multiple modules.  yum doesn't traceback when doPackageLists is given
something that doesn't exist.  It just returns an empty list.  If
/modules/info is given just one module and yum gives us an empty list,
it's easy to say what happened.  If /modules/info is given several
modules and just one does not exist, we will not be able to detect that.

Fixing this would require doing more yum operations, which is likely to
slow things down and isn't the direction I want to be going.

(cherry picked from commit 8e948e4a4d)
2018-08-06 17:00:56 -07:00
..
bin If the help subcommand is given, print the help output. 2018-07-18 16:35:48 -07:00
composer composer-cli: Add support for Group to blueprints diff 2018-08-06 17:00:56 -07:00
pylorax Return an error if /modules/info doesn't return anything. 2018-08-06 17:00:56 -07:00
sbin Log and exit on metadata update errors at startup 2018-07-18 16:44:44 -07:00