# CentOS-LOCAL.repo # # This file uses a new mirrorlist system developed by Lance Davis for CentOS. # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS updates # unless you are manually picking other mirrors. # # If the mirrorlist= does not work for you, as a fall back you can try the # remarked out baseurl= line instead. # # Version für den Zugriff auf das lokale Centos-Repository [base-LC] name=CentOS-7 - Base baseurl=http://repository.nausch.org/centos/$releasever/os/$basearch/ priority=1 exclude=postfix* gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 #released updates [updates-LC] name=CentOS-7 - Updates baseurl=http://repository.nausch.org/centos/$releasever/updates/$basearch/ priority=1 exclude=postfix* gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 #additional packages that may be useful [extras-LC] name=CentOS-7 - Extras baseurl=http://repository.nausch.org/centos/$releasever/extras/$basearch/ priority=1 gpgcheck=1 enabled = 1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 #additional packages that extend functionality of existing packages [centosplus-LC] name=CentOS-7 - Plus baseurl=http://repository.nausch.org/centos/$releasever/centosplus/$basearch/ priority=2 exclude=postfix* gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7