DNF repo config file
by mackowiakp from LinuxQuestions.org on (#6HF53)
Is it possible to make a DNF repository for a project:
Code:https://github.com/AlizaMedicalImaging/AlizaMSIn Fedora version.
I'm trying a file like this:
Code:[alizams]
name=alizams
baseurl=https://github.com/AlizaMedicalImaging/AlizaMS
repo_gpgcheck=0
enabled=1
gpgcheck=0
sslcacert=/etc/pki/tls/certs/ca-bundle.crtBut it gives an error about the missing repodata/repomd.xml file
Please forgive me for what may be a trivial question, but I'm just starting with DNF.
Code:https://github.com/AlizaMedicalImaging/AlizaMSIn Fedora version.
I'm trying a file like this:
Code:[alizams]
name=alizams
baseurl=https://github.com/AlizaMedicalImaging/AlizaMS
repo_gpgcheck=0
enabled=1
gpgcheck=0
sslcacert=/etc/pki/tls/certs/ca-bundle.crtBut it gives an error about the missing repodata/repomd.xml file
Please forgive me for what may be a trivial question, but I'm just starting with DNF.