#54 fedora-review says default mock config is fedora-rawhide-i686 but it's not
Closed: Fixed Opened by jdunn.

"fedora-review --help" says the default mock config used is "fedora-rawhide-i686", but it's actually not. Upon reading the code, the default is actually "fedora-rawhide-i386"

Perhaps the value in the help text should be taken from the defaults set in init.py?


The default value should really be mock's default i. e., the root value in /etc/mock/default.cfg. This is not hard to fix... (done in my branch)

This has been addressed in several commits, the first d45b08e97eb2 and last c8c6eb92a

New code uses the root defined by mock, by default in /etc/mock/default.cfg, otherwise the file generated from mock_config option.

EDIT: Updating commit ids

Metadata