Autorefresh not enabled by default #183
Unanswered
RafaelLinux
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The config file where you can change that values is [opi]
backend = zypp
use_releasever_var = true
new_repo_auto_refresh = true
list_in_reverse = false And when I invoke opi:
I get the repo with autorefresh enabled (content of [X11_Utilities]
name=X11:Utilities
baseurl=https://download.opensuse.org/repositories/X11:/Utilities/openSUSE_Tumbleweed/
enabled=1
type=rpm-md
gpgcheck=1
gpgkey=https://download.opensuse.org/repositories/X11:/Utilities/openSUSE_Tumbleweed/repodata/repomd.xml.key
autorefresh=1 To show, what value your variable has internally (note that python uses
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For me "opi" has become the tool to install everything I need that is not in openSUSE repositories. I usually use it after every new openSUSE installation, I use the "
-nm
" parameters and I want all added repositories to have enabled "refresh".However, with each new installation, I notice that the "refresh" appears as disabled in the repositories it adds.
In your website it says that by default, the value
new_repo_auto_refresh=true
, because I have not assigned its value previously. However, the "refresh" is not being activated in the added repositories.Am I doing something wrong? Is
new_repo_auto_refresh
an environment variable to assign inbashrc
?Beta Was this translation helpful? Give feedback.
All reactions