Description of problem: COMMAND: koji runroot --use-shell --task-id --channel-override=compose --package=strace --package=lorax --mount=/mnt/koji/compose/rawhide/Fedora-Rawhide-20160929.n.2 f26-build x86_64 'rm -f /var/lib/rpm/__db*; rm -rf /var/cache/yum/*; set -x; rm -rf /mnt/koji/compose/rawhide/Fedora-Rawhide-20160929.n.2/work/x86_64/buildinstall/Workstation && lorax --product=Fedora --version=Rawhide --release=Rawhide --source=file:///mnt/koji/compose/rawhide/Fedora-Rawhide-20160929.n.2/work/x86_64/repo --variant=Workstation --noupgrade --buildarch=x86_64 --volid=Fedora-WS-dvd-x86_64-rawh --installpkgs=fedora-productimg-workstation /mnt/koji/compose/rawhide/Fedora-Rawhide-20160929.n.2/work/x86_64/buildinstall/Workstation' ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 15864497 + rm -rf /mnt/koji/compose/rawhide/Fedora-Rawhide-20160929.n.2/work/x86_64/buildinstall/Workstation + lorax --product=Fedora --version=Rawhide --release=Rawhide --source=file:///mnt/koji/compose/rawhide/Fedora-Rawhide-20160929.n.2/work/x86_64/repo --variant=Workstation --noupgrade --buildarch=x86_64 --volid=Fedora-WS-dvd-x86_64-rawh --installpkgs=fedora-productimg-workstation /mnt/koji/compose/rawhide/Fedora-Rawhide-20160929.n.2/work/x86_64/buildinstall/Workstation Traceback (most recent call last): File "/usr/sbin/lorax", line 273, in <module> main() File "/usr/sbin/lorax", line 92, in main os.path.dirname(opts.logfile)) File "/usr/sbin/lorax", line 214, in get_dnf_base_object repo = dnf.repo.Repo(repo_name, cachedir) File "/usr/lib/python3.5/site-packages/dnf/repo.py", line 460, in __init__ super(Repo, self).__init__(section=name, parent=parent_conf) File "/usr/lib/python3.5/site-packages/dnf/conf/config.py", line 890, in __init__ self._add_option('enabled', inherit(parent._get_option('enabled'))) AttributeError: 'str' object has no attribute '_get_option' dnf-2 just landed apparently breaking lorax in the process
https://github.com/rhinstaller/lorax/pull/162