You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
azurelinux-repos: fix dist tag date extraction for tilde-only forms
The date extraction logic split on '.' to get the last segment, which
worked for dist tags like '.azl4~bootstrap.20260303' but failed for
'.azl4~20260412' where there is no dot before the date.
Replace the awk dot-split with grep -oE to extract the 8-digit date
directly from anywhere in the dist tag.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments