◐ Shell
clean mode source ↗

[release/v7.6] Fix PMC Repo URL for RHEL10 (#27061) by daxian-dbw · Pull Request #27062 · PowerShell/PowerShell

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@daxian-dbw

@daxian-dbw daxian-dbw commented

Mar 18, 2026

edited by adityapatwardhan

Loading

Copilot AI review requested due to automatic review settings

March 18, 2026 20:55

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).

Labels

CL-BuildPackaging

Indicates that a PR should be marked as a build or packaging change in the Change Log

2 participants

@daxian-dbw