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
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 10001 Build 14796: tox-on-jenkins Jenkins Build 14795: arc lint + arc unit
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.