mgautier.fr repository configuration

Translations :

The repository mgautier.fr is my small personnel repository.

It contains the few rpms I've done for Fedora. The dependency to this repository are standard Fedora repository and the http://rpmfusion.org/ repository.

Automatic configuration of yum

To automatically configure yum to use mgautier.fr, use the following command: rpm -Uvh http://rpms.mgautier.fr/fedora/mgautier-repo.rpm

Manual configuration of yum

To manually configure yum, create the file /etc/yum.repos.d/mgautier.repo with the following content :

[mgautier]
name=RPM mgautier for Fedora $releasever
baseurl=http://rpms.mgautier.fr/fedora/$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://rpms.mgautier.fr/fedora/RPM-GPG-KEY-mgautier.fr
failovermethod=priority

Signature (GPG Key)

My GPG key is here The fingerprint is : cf9e1b02-4b4b923b

Proudly powered by pelican, and obviously python!