diff options
author | mat <mat@FreeBSD.org> | 2015-07-03 06:22:56 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-07-03 06:22:56 +0800 |
commit | 762121d0ab9f9e0bdafd8833bd06511ffe082249 (patch) | |
tree | f12a8e8b8c82936c022dde489ecbc92feb2449c6 /.arcconfig | |
parent | b83fb5a0b4b51a0ae658fa6ebf72b1aa14cd5c26 (diff) | |
download | freebsd-ports-gnome-762121d0ab9f9e0bdafd8833bd06511ffe082249.tar.gz freebsd-ports-gnome-762121d0ab9f9e0bdafd8833bd06511ffe082249.tar.zst freebsd-ports-gnome-762121d0ab9f9e0bdafd8833bd06511ffe082249.zip |
Add repository.callsign, to help arcanist figure out what repo it's
doing things on when not using Subversion.
With hat: phabric-admin@
Sponsored by: Absolight
Diffstat (limited to '.arcconfig')
-rw-r--r-- | .arcconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.arcconfig b/.arcconfig index 4c0e798a0a65..3ed2615bd07d 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,5 +1,6 @@ { "project.name": "P", + "repository.callsign" : "P", "phabricator.uri" : "https://reviews.freebsd.org/", "history.immutable" : true } |