Page MenuHomePhabricator

[land-bot] Use --nobranch for revisions by default
ClosedPublic

Authored by jasonbcox on Sep 16 2020, 23:11.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABC7842514c4385: [land-bot] Use --nobranch for revisions by default
Summary

This will allow us to make the assumption that the patch
being landed is on master, whether the patch is part of a revision or not.
This assumption helps keep the patch landing logic as simple as possible
as we begin to use land-patch.sh for non-revision patches.

Test Plan
./autopatch.sh --revision Dxxxx
git log    # verify the patch is the latest commit on master

Diff Detail

Repository
rABC Bitcoin ABC
Branch
autopatch-nobranch
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 12761
Build 25595: Build Diffbuild-clang-tidy · build-clang-10 · build-without-wallet · build-diff
Build 25594: arc lint + arc unit