[issue44058] 'master' refs in 3.10 version of .azure-pipelines

Skip Montanaro report at bugs.python.org
Thu May 6 10:10:15 EDT 2021


New submission from Skip Montanaro <skip.montanaro at gmail.com>:

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']

----------
messages: 393092
nosy: skip.montanaro
priority: normal
severity: normal
status: open
title: 'master' refs in 3.10 version of .azure-pipelines
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44058>
_______________________________________


More information about the Python-bugs-list mailing list