summaryrefslogtreecommitdiff
path: root/.arcconfig
diff options
context:
space:
mode:
authorBen Hamilton <benhamilton@google.com>2017-11-27 17:21:24 +0000
committerBen Hamilton <benhamilton@google.com>2017-11-27 17:21:24 +0000
commit3d35a943a99f05ab37d7c6bd5660c5295a7f6324 (patch)
tree2bbcd981ba1167ab583b576be1d8bfebded2139d /.arcconfig
parent61396a3c038285ab7f13984f1fdf80a217faf646 (diff)
downloadclang-3d35a943a99f05ab37d7c6bd5660c5295a7f6324.tar.gz
[clang] Set up .arcconfig to point to new Diffusion C repository
Summary: We want to automatically copy cfe-commits@ on review requests to the clang repository. Similar to D40179, I set up a new Diffusion repository with callsign "C" for clang: https://reviews.llvm.org/source/clang/ This explicitly updates clang's .arcconfig to point to the new C repository in Diffusion, which will let us use Herald rule H268. Reviewers: klimek, sammccall Reviewed By: klimek Subscribers: dlj, bkramer Differential Revision: https://reviews.llvm.org/D40494 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319052 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.arcconfig')
-rw-r--r--.arcconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.arcconfig b/.arcconfig
index 048706ac96..b258e7a34c 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,4 +1,4 @@
{
- "project_id" : "clang",
+ "repository.callsign" : "C",
"conduit_uri" : "https://reviews.llvm.org/"
}