-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fedora: dnfdragora doesn't respect /etc/dnf/vars #209
Comments
My dnfdaemon version is 0.3.20, which is the latest version in Fedora 36,
dnfdragora version is 2.1.2, which is also the latest version in Fedora 36
Angelo Naselli ***@***.***> 于2022年10月13日周四 05:11写道:
… Well dnfdragora does not use that at all. dnfdaemon could/should do it. I
wonder if this is a duplicate of issue #208
<#208> that has been fixed
in dnfdaemon here <manatools/dnfdaemon#57>. Which
version of both, dnfdaemon and dnfdragora arw you using?
—
Reply to this email directly, view it on GitHub
<#209 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPLTYNVXIR7BSRG2MV5GELWC4SPVANCNFSM6AAAAAARDANQ6Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Well that change is into https://github.com/manatools/dnfdaemon/releases/tag/0.3.22 if you could test it i would know if the problem is the same. |
Using /etc/dnf/vars works for me, but DNF_VAR_* environment variables don't. Therefore, some repositories that work fine with |
According to dnf manual, users can change certain variables by creating a file using the variable name as file name.
I created
/etc/dnf/vars/releasever
then usingecho 37 > /etc/dnf/vars/releasever
If I run
dnf makecache
, dnf will use "37" as the value of "releasever", however, dnfdragora doesn't respect this variable value.The text was updated successfully, but these errors were encountered: