Last night I was alerted by webmin that 3 packages were outdated, so I ran "yum -y install asl asl-waf-module asl-web". Now asl -v returns "ASL Version 3.0.29-1.el6.art: UNSUPPORTED: Development Build". I dunno if ASL web had requested an update. The yum config is below.
Why did I end up with a development build?Thanks
Code:
> yum repolist |grep asl
asl-3.0 Atomicorp - - Atomic Secured Linux 3.0 enabled: 545
asl-3.0-testing Atomicorp - - Atomic Secured Linux 3.0 (TESTING) disabled
> cat /etc/yum.repos.d/asl.repo
[asl-3.0]
name=Atomicorp - - Atomic Secured Linux 3.0
baseurl=https://user:pword@www.atomicorp.com/channels/asl-3.0/centos/6/x86_64
priority=1d
enabled=1
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
gpgcheck=1
[asl-3.0-testing]
name=Atomicorp - - Atomic Secured Linux 3.0 (TESTING)
baseurl=https://user:pword@www.atomicorp.com/channels/asl-3.0-testing/centos/6/x86_64
priority=1
enabled=0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
gpgcheck=1