Skip to content

Commit

Permalink
Fix opstools repo (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzigold authored Feb 21, 2022
1 parent 3aa4310 commit eaa67da
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions build/repos/opstools.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# CentOS-OpsTools.repo
#
# Please see http://wiki.centos.org/SpecialInterestGroup/OpsTools for more
# information

[centos-opstools-testing]
name=CentOS-OpsTools - testing repo
baseurl=https://buildlogs.centos.org/centos/$releasever-stream/opstools/$basearch/collectd-5/
gpgcheck=0
enabled=0

[centos-opstools]
name=opstools
baseurl=http://mirror.centos.org/centos/8/opstools/$basearch/collectd-5/
name=CentOS-OpsTools - collectd
mirrorlist=http://mirrorlist.centos.org/?arch=$basearch&release=$releasever-stream&repo=opstools-collectd-5
#baseurl=http://mirror.centos.org/$contentdir/$releasever-stream/opstools/$basearch/collectd-5/
gpgcheck=0
enabled=1
module_hotfixes=1
skip_if_unavailable=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-OpsTools

0 comments on commit eaa67da

Please sign in to comment.