File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[rhel-9x-baseos]
2
- baseurl=http://REPLACE_ME/rhel-9/nightly /RHEL-9/REPLACE_COMPOSE_ID/compose/BaseOS/$basearch/os/
2
+ baseurl=http://REPLACE_ME/rhel-9/composes /RHEL-9/REPLACE_COMPOSE_ID/compose/BaseOS/$basearch/os/
3
3
enabled=1
4
4
gpgcheck=0
5
5
6
6
[rhel-9x-appstream]
7
- baseurl=http://REPLACE_ME/rhel-9/nightly /RHEL-9/REPLACE_COMPOSE_ID/compose/AppStream/$basearch/os/
7
+ baseurl=http://REPLACE_ME/rhel-9/composes /RHEL-9/REPLACE_COMPOSE_ID/compose/AppStream/$basearch/os/
8
8
enabled=1
9
9
gpgcheck=0
10
10
Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ case "$TEST_OS" in
52
52
yum_repos:
53
53
rhel-9x-baseos:
54
54
name: rhel-9x-baseos
55
- baseurl: http://${DOWNLOAD_NODE} /rhel-9/nightly /RHEL-9/${CURRENT_COMPOSE_RHEL94} /compose/BaseOS/${ARCH} /os/
55
+ baseurl: http://${DOWNLOAD_NODE} /rhel-9/composes /RHEL-9/${CURRENT_COMPOSE_RHEL94} /compose/BaseOS/${ARCH} /os/
56
56
enabled: true
57
57
gpgcheck: false
58
58
rhel-9x-appstream:
59
59
name: rhel-9x-appstream
60
- baseurl: http://${DOWNLOAD_NODE} /rhel-9/nightly /RHEL-9/${CURRENT_COMPOSE_RHEL94} /compose/AppStream/${ARCH} /os/
60
+ baseurl: http://${DOWNLOAD_NODE} /rhel-9/composes /RHEL-9/${CURRENT_COMPOSE_RHEL94} /compose/AppStream/${ARCH} /os/
61
61
enabled: true
62
62
gpgcheck: false
63
63
EOF
Original file line number Diff line number Diff line change @@ -34,19 +34,19 @@ case "$TEST_OS" in
34
34
tee -a /etc/mock/templates/" $TEMPLATE " > /dev/null << EOF
35
35
[BaseOS]
36
36
name=Red Hat Enterprise Linux - BaseOS
37
- baseurl=http://${DOWNLOAD_NODE} /rhel-9/nightly /RHEL-9/${CURRENT_COMPOSE_RHEL94} /compose/BaseOS/\$ basearch/os/
37
+ baseurl=http://${DOWNLOAD_NODE} /rhel-9/composes /RHEL-9/${CURRENT_COMPOSE_RHEL94} /compose/BaseOS/\$ basearch/os/
38
38
enabled=1
39
39
gpgcheck=0
40
40
41
41
[AppStream]
42
42
name=Red Hat Enterprise Linux - AppStream
43
- baseurl=http://${DOWNLOAD_NODE} /rhel-9/nightly /RHEL-9/${CURRENT_COMPOSE_RHEL94} /compose/AppStream/\$ basearch/os/
43
+ baseurl=http://${DOWNLOAD_NODE} /rhel-9/composes /RHEL-9/${CURRENT_COMPOSE_RHEL94} /compose/AppStream/\$ basearch/os/
44
44
enabled=1
45
45
gpgcheck=0
46
46
47
47
[CRB]
48
48
name = Red Hat Enterprise Linux - CRB
49
- baseurl = http://${DOWNLOAD_NODE} /rhel-9/nightly /RHEL-9/${CURRENT_COMPOSE_RHEL94} /compose/CRB/\$ basearch/os/
49
+ baseurl = http://${DOWNLOAD_NODE} /rhel-9/composes /RHEL-9/${CURRENT_COMPOSE_RHEL94} /compose/CRB/\$ basearch/os/
50
50
enabled = 1
51
51
gpgcheck = 0
52
52
"""
You can’t perform that action at this time.
0 commit comments