Removing these methods causes the indexer to fall back to
the default (_try_get_head_generic), which already does
the right thing.
Details
Details
- Reviewers
olasd - Group Reviewers
Reviewers - Commits
- rDCIDX67987901379e: Fix support of VCSs whose HEAD branch is an alias.
Diff Detail
Diff Detail
- Repository
- rDCIDX Metadata indexer
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DCIDX/job/tox/665/ for more details.
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DCIDX/job/tox/666/ for more details.
Comment Actions
All this logic should probably end up in swh.storage.algorithms, because I'm sure swh.web also has a subtly different algorithm to pick a default branch.