mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-05 13:11:31 +00:00
In some cases a single DNF config file is not sufficient to correctly download packages for the mix versions specified by the from and to flags. The --from-repo-url and --to-repo-url flags were added to temporarily override the baseurl value for the specified repo in the DNF config when downloading packages for the from and to versions respectively. Multiple instances of these flags can be used to override additional repo/baseurl pairs. An example flag format is shown below: --from-repo-url <repo>=<URL> --to-repo-url <repo>=<URL> Signed-off-by: John Akre <john.w.akre@intel.com>