[release/v7.6] Fix PMC Repo URL for RHEL10 (#27061) by daxian-dbw · Pull Request #27062 · PowerShell/PowerShell
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Conversation
Copilot AI review requested due to automatic review settings
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Backport to release/v7.6.0 of the fix that corrects the RHEL 10 PMC repository identifier and ensures the publish script fails fast when the expected repository mapping cannot be found.
Changes:
- Update the RHEL 10 mapping entry to use the correct PMC repo URL key (
microsoft-rhel10-prod). - Change missing-repo handling in the EV2 publish script from a non-existent/non-terminating failure call to a terminating error (
throw).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
tools/packages.microsoft.com/mapping.json |
Fixes the RHEL 10 repo URL identifier used to match PMC repo names. |
.pipelines/EV2Specs/ServiceGroupRoot/Shell/Run/Run.ps1 |
Ensures the run fails deterministically when a mapped repo cannot be found (instead of continuing). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters