Add openshift 3.6 repo in stg
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
bf1b02c9fc
commit
ce95ba5fd6
2 changed files with 9 additions and 2 deletions
|
@ -7,3 +7,10 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
|||
name = rhel7 openshift 3.5 $basearch
|
||||
baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel7/$basearch/rhel-7-openshift-3.5-rpms/
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
||||
|
||||
{% if env == 'staging' %}
|
||||
[rhel7-openshift-3.6]
|
||||
name = rhel7 openshift 3.6 $basearch
|
||||
baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel7/$basearch/rhel-7-openshift-3.6-rpms/
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue