Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commit tag enumeration: better detection of relevant branch heads #1590

Open
oliverchang opened this issue Aug 28, 2023 · 0 comments
Open

Commit tag enumeration: better detection of relevant branch heads #1590

oliverchang opened this issue Aug 28, 2023 · 0 comments
Labels
bug Something isn't working infra infrastructure bugs/FRs worker Worker-related infrastructure

Comments

@oliverchang
Copy link
Collaborator

Currently, our version tag enumeration is based on looking through available upstream branches:

branches.extend(_branches_with_commit(repo, fix_commit))

However, this breaks when the upstream repo deletes branches over time (e.g. CPython per #1552). In these cases, it's possible tag references are still around that point to the various branch heads that we actually need to examine. We should include these in our analysis for more complete results.

@oliverchang oliverchang added bug Something isn't working worker Worker-related infrastructure infra infrastructure bugs/FRs labels Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working infra infrastructure bugs/FRs worker Worker-related infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant