You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
794 B
31 lines
794 B
7 years ago
|
[centos-6-base]
|
||
|
name=CentOS-6 - Base
|
||
|
baseurl=http://repo/repo/centos/6/os/$basearch/
|
||
|
gpgcheck=1
|
||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
|
||
|
enabled=1
|
||
|
|
||
|
#released updates
|
||
|
[centos-6-updates]
|
||
|
name=CentOS-6 - Updates
|
||
|
baseurl=http://repo/repo/centos/6/updates/$basearch/
|
||
|
gpgcheck=1
|
||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
|
||
|
enabled=1
|
||
|
|
||
|
#additional packages that may be useful
|
||
|
[centos-6-extras]
|
||
|
name=CentOS-6 - Extras
|
||
|
baseurl=http://repo/repo/centos/6/extras/$basearch/
|
||
|
gpgcheck=1
|
||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
|
||
|
enabled=1
|
||
|
|
||
|
#additional packages that extend functionality of existing packages
|
||
|
[centos-6-centosplus]
|
||
|
name=CentOS-6 - Plus
|
||
|
baseurl=http://repo/repo/centos/6/centosplus/$basearch/
|
||
|
gpgcheck=1
|
||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
|
||
|
enabled=1
|