On Sun, 2019-11-10 at 15:44 +0000, Neal Becker wrote:
> dnf --disablerepo=rpmfusion-free-source download --enablerepo=rawhide 
> --source mercurial 


To disable rpmfusion-free-source you need write rpmfusion-free without
"source" [1] as you already notice and to query only rawhide you should
use disable '*' first [2] 


[1] 
dnf --disablerepo=rpmfusion-free download --enablerepo=rawhide --source
mercurial 

[2]
dnf --disablerepo='*' --enablerepo=rawhide,rpmfusion-free,rpmfusion-
nonfree --source download mercurial


-- 
Sérgio M. B.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to