D7455 breaks the land bot because arc land --hold
detaches git HEAD when it's expected to be on branch master.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABC9acea42cd09f: [land-bot] Fix git HEAD after checking revision
CONDUIT_TOKEN=<token> ./apply-revision.sh Dxxxx git log
Pre-patch git log will show HEAD in a detached state.
Post-patch, git log will show HEAD pointing as master with
one new commit, as expected.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- fix-apply-rev
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 12800 Build 25673: Build Diff build-clang-10 · build-clang-tidy · build-diff · build-without-wallet Build 25672: arc lint + arc unit
Event Timeline
contrib/source-control-tools/apply-revision.sh | ||
---|---|---|
67 ↗ | (On Diff #23562) | Why put a comment when you could actually check that this is true? |