-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathqmailtoaster-centos.repo
35 lines (29 loc) · 1.01 KB
/
qmailtoaster-centos.repo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# qmailtoaster-centos.repo
#
# The current repo is considered production worthy, aka stable.
# The testing repo is considered beta, and should not be used in production.
# The devel repo is considered alpha, and should be used only by developers.
#
[qmailtoaster-current]
name=QmailToaster current - CentOS $releasever
mirrorlist=http://mirrors.qmailtoaster.com/current/CentOS/mirror.list
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster
priority=7
# packages being tested, not for production hosts
[qmailtoaster-testing]
name=QmailToaster testing - CentOS $releasever
mirrorlist=http://mirrors.qmailtoaster.com/testing/CentOS/mirror.list
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster
priority=7
# packages being developed, for developer use only
[qmailtoaster-devel]
name=QmailToaster development - CentOS $releasever
mirrorlist=http://mirrors.qmailtoaster.com/devel/CentOS/mirror.list
enabled=0
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-shubes
priority=7