Created
May 13, 2011 18:43
-
-
Save kcbraunschweig/971066 to your computer and use it in GitHub Desktop.
aegis repo from rpm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@i-13-52-VM tmp]# rpm -qa | grep aegis | |
aegisco-rhel-1-1 | |
[root@i-13-52-VM tmp]# cat /etc/yum.repos.d/aegisco.repo | |
[aegisco] | |
name=AegisCo rhel$releasever repo - $basearch | |
baseurl=http://rpm.aegisco.com/aegisco/rhel/$releasever/$basearch | |
enabled=1 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-aegisco | |
[aegisco-debuginfo] | |
name=AegisCo rhel$releasever repo - $basearch - Debug | |
baseurl=http://rpm.aegisco.com/aegisco/rhel/$releasever/$basearch/debug | |
enabled=0 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-aegisco | |
[aegisco-source] | |
name=AegisCo rhel$releasever repo - $basearch - Source | |
baseurl=http://rpm.aegisco.com/aegisco/rhel/$releasever/SRPMS | |
enabled=0 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-aegisco | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment