This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 'master' refs in 3.10 version of .azure-pipelines
Type: Stage:
Components: Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: pablogsal Nosy List: pablogsal, skip.montanaro
Priority: normal Keywords:

Created on 2021-05-06 14:10 by skip.montanaro, last changed 2022-04-11 14:59 by admin.

Messages (3)
msg393092 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2021-05-06 14:10
Should these references to "master" be changed to "main"?

% git co 3.10
Switched to branch '3.10'
Your branch is up to date with 'origin/3.10'.
% egrep master .azure-pipelines/*
.azure-pipelines/ci.yml:trigger: ['master', '3.10', '3.9', '3.8', '3.7']
.azure-pipelines/pr.yml:pr: ['master', '3.10', '3.9', '3.8', '3.7']
msg393225 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2021-05-07 21:13
> Should these references to "master" be changed to "main"?

We could, but won't change anything IIUC as the string that triggers the build on main is the one placed in the files on the "main" branch. The important thing in the 3.10 branch is that it has 3.10 there.

Being said that I may be missing something so maybe the best thing is to change that :)
msg393226 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2021-05-07 21:17
Perhaps I should point out that this doesn't matter to me. I just noticed the old name. I can't claim anything is broken that I need.
History
Date User Action Args
2022-04-11 14:59:45adminsetgithub: 88224
2021-05-07 21:17:34skip.montanarosetmessages: + msg393226
2021-05-07 21:13:39pablogsalsetmessages: + msg393225
2021-05-07 20:09:00gregory.p.smithsetassignee: pablogsal

nosy: + pablogsal
2021-05-06 14:10:15skip.montanarocreate