Skip to content

Instantly share code, notes, and snippets.

@kcbraunschweig
Created May 13, 2011 18:43
Show Gist options
  • Save kcbraunschweig/971066 to your computer and use it in GitHub Desktop.
Save kcbraunschweig/971066 to your computer and use it in GitHub Desktop.
aegis repo from rpm
[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