Summary
I am trying to use dnf_config_manager in an air-gapped environment and it's failing due to the dnf repolist --all --verbose command inside the get_repo_states function attempting to query the internet for updated repository metadata
I think it would be useful to include some way of saying either, use the existing cache, or skip the errors
After a bit of googling I found the dnf repolist argument --setopt=skip_if_unavailable=True which may help
Thanks,
Josh
Issue Type
Feature Idea
Component Name
dnf_config_manager
Additional Information
Code of Conduct
Summary
I am trying to use dnf_config_manager in an air-gapped environment and it's failing due to the
dnf repolist --all --verbosecommand inside the get_repo_states function attempting to query the internet for updated repository metadataI think it would be useful to include some way of saying either, use the existing cache, or skip the errors
After a bit of googling I found the dnf repolist argument
--setopt=skip_if_unavailable=Truewhich may helpThanks,
Josh
Issue Type
Feature Idea
Component Name
dnf_config_manager
Additional Information
Code of Conduct