Skip to content

Commit 46eae5e

Browse files
committed
Fixup: remove mentions of /images/ [RHELDST-26015]
It was noted that including the /images/ path can cause issues with kickstart repos as the path can occur within repos. This complication makes the path less appropriate for blanket exclusions. This change removes mentions of /images/ from tests to prevent later confusion.
1 parent 735c3a2 commit 46eae5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_data/exodus-config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,17 +155,17 @@
155155
{
156156
"src": "/content/dist/rhel/workstation/7/7Workstation",
157157
"dest": "/content/dist/rhel/workstation/7/7.9",
158-
"exclude_paths": ["/files/", "/images/", "/iso/"]
158+
"exclude_paths": ["/files/", "/iso/"]
159159
},
160160
{
161161
"src": "/content/dist/rhel8/8",
162162
"dest": "/content/dist/rhel8/8.5",
163-
"exclude_paths": ["/files/", "/images/", "/iso/"]
163+
"exclude_paths": ["/files/", "/iso/"]
164164
},
165165
{
166166
"src": "/content/dist/rhel9/9",
167167
"dest": "/content/dist/rhel9/9.0",
168-
"exclude_paths": ["/files/", "/images/", "/iso/"]
168+
"exclude_paths": ["/files/", "/iso/"]
169169
}
170170
],
171171
"listing": {

0 commit comments

Comments
 (0)