Skip to content

Commit

Permalink
Add callsign to .arcconfig for proper repo identification
Browse files Browse the repository at this point in the history
Summary:
If you have remotes configured for a branch, `arc` gets confused when trying
to find the configuration for staging areas. This change explicitly sets the
repository callsign in `.arcconfig` which arc uses to look up the appropriate
staging area.

Test Plan: Push a commit and see if it goes to staging properly

Reviewers: #bitcoin_abc, jasonbcox

Reviewed By: #bitcoin_abc, jasonbcox

Subscribers: teamcity

Differential Revision: https://reviews.bitcoinabc.org/D1814
  • Loading branch information
Shammah Chancellor committed Sep 26, 2018
1 parent 20ffd57 commit ba5f457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .arcconfig
@@ -1,5 +1,6 @@
{
"conduit_uri" : "https://reviews.bitcoinabc.org/",
"repository.callsign": "ABC",
"base" : "git:HEAD^, hg:.^",
"git.default-relative-commit" : "HEAD^",
"git:arc.feature.start.default" : "origin/master",
Expand Down

0 comments on commit ba5f457

Please sign in to comment.