Commit 85dd6b3
committed
autotailor: Add --relative-path option for layered product compatibility
Add a new --relative-path flag that generates benchmark references
using relative paths instead of absolute file:// URIs. This enables
compatibility with Red Hat Satellite and other layered products that
cannot resolve local filesystem paths.
When --relative-path is specified:
- Absolute paths are converted to basename only
- Relative paths are preserved as provided by the user
The default behavior remains unchanged for backward compatibility.
Resolves: RHEL-1435681 parent 7373845 commit 85dd6b3
1 file changed
+19
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| 303 | + | |
303 | 304 | | |
304 | 305 | | |
305 | 306 | | |
| |||
319 | 320 | | |
320 | 321 | | |
321 | 322 | | |
322 | | - | |
323 | | - | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
324 | 336 | | |
325 | 337 | | |
326 | 338 | | |
| |||
433 | 445 | | |
434 | 446 | | |
435 | 447 | | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
436 | 452 | | |
437 | 453 | | |
438 | 454 | | |
| |||
447 | 463 | | |
448 | 464 | | |
449 | 465 | | |
| 466 | + | |
450 | 467 | | |
451 | 468 | | |
452 | 469 | | |
| |||
0 commit comments