ci: pin a specific RHEL 9.0b compose
Otherwise, we get RPM failures. We also have to use a newer terraform commit. :/ See RHELCMP-7135 Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
58423c262b
commit
361ff64bfc
2 changed files with 4 additions and 4 deletions
|
|
@ -30,19 +30,19 @@ user_agent={{ user_agent }}
|
||||||
|
|
||||||
[rhel9-baseos]
|
[rhel9-baseos]
|
||||||
name=RHEL 9 BaseOS
|
name=RHEL 9 BaseOS
|
||||||
baseurl=http://download.devel.redhat.com/rhel-9/nightly/RHEL-9-Beta/latest-RHEL-9/compose/BaseOS/$basearch/os/
|
baseurl=http://download.devel.redhat.com/rhel-9/nightly/RHEL-9-Beta/RHEL-9.0.0-20211017.6/compose/BaseOS/$basearch/os/
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
|
|
||||||
[rhel9-appstream]
|
[rhel9-appstream]
|
||||||
name=RHEL 9 AppStream
|
name=RHEL 9 AppStream
|
||||||
baseurl=http://download.devel.redhat.com/rhel-9/nightly/RHEL-9-Beta/latest-RHEL-9/compose/AppStream/$basearch/os/
|
baseurl=http://download.devel.redhat.com/rhel-9/nightly/RHEL-9-Beta/RHEL-9.0.0-20211017.6/compose/AppStream/$basearch/os/
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
|
|
||||||
[rhel9-crb]
|
[rhel9-crb]
|
||||||
name=RHEL 9 CRB
|
name=RHEL 9 CRB
|
||||||
baseurl=http://download.devel.redhat.com/rhel-9/nightly/RHEL-9-Beta/latest-RHEL-9/compose/CRB/$basearch/os/
|
baseurl=http://download.devel.redhat.com/rhel-9/nightly/RHEL-9-Beta/RHEL-9.0.0-20211017.6/compose/CRB/$basearch/os/
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
40c40e64dc5df8d2e4d12b587833d5ff725940d2
|
a13e0a5e14f11b9e16fc51647afc3dc879b2cd0d
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue