summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-10-01 17:52:08 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-10-01 17:52:08 +0100
commitaef748ec7d0b06067312e5cc761a6375cd0f699c (patch)
treeb7351418af7e363f32666cd2cb2c814b7e466f8f
parent008739a5a60e591629e38da9b8b7065dbc2c746f (diff)
downloadlibnice-aef748ec7d0b06067312e5cc761a6375cd0f699c.tar.gz
build: Set repository callsign in .arcconfig
This fixes `arc diff` to select the right repository when submitting patches.
-rw-r--r--.arcconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/.arcconfig b/.arcconfig
index 1c3e80e..ba3d1ea 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,5 +1,6 @@
{
"phabricator.uri" : "https:\/\/phabricator.freedesktop.org\/",
"history.immutable" : true,
- "project.name" : "libnice"
+ "project.name" : "libnice",
+ "repository.callsign" : "LIBNICE"
}