def config()

in reflink.py [0:0]


    def config(self):
        if self.base.conf.downloadonly:
            return
        # yumdownloader uses the DownloadCommand plugin. We'll assume any
        # command that starts with "Download" wants the un-transcoded package
        if self.cli.command.__class__.__name__.lower().startswith("download"):
            return
        if os.path.exists(TRANSCODER):
            os.environ["LIBREPO_TRANSCODE_RPMS"] = f"{TRANSCODER} SHA256"
            # T76079288
            rpm.addMacro("_pkgverify_level", "none")