rhel sync: add advanced virt repo to sync and rhel8.repo files
We want to use advanced virt as it has a more tested/tweaked/patched set of virt tools for our virthosts. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a86185c7bb
commit
bcd4365fec
2 changed files with 8 additions and 1 deletions
|
@ -32,3 +32,10 @@ baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel8/$basearch/coder
|
|||
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta,file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
|
||||
[rhel8-advanced-virt]
|
||||
name = rhel8 AdvancedVirt $basearch
|
||||
baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel8/$basearch/rhel-8-advanced-virt/
|
||||
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta,file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
|
|
|
@ -33,7 +33,7 @@ for A in ${ARCHES}; do
|
|||
|
||||
# Setup the repos you are going to sync out of the config file in
|
||||
# this pattern. This makes it easier for koji configs later
|
||||
REPOS="rhel-8-for-${A}-appstream-rpms rhel-8-for-${A}-baseos-rpms codeready-builder-for-rhel-8-${A}-rpms"
|
||||
REPOS="rhel-8-for-${A}-appstream-rpms rhel-8-for-${A}-baseos-rpms codeready-builder-for-rhel-8-${A}-rpms rhel-8-advanced-virt"
|
||||
|
||||
# We do a 2 level reposync because batcave is RHEL-7 and reposync
|
||||
# is what is default. However reposync does not pull in certain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue