[clang] Set up .arcconfig to point to new Diffusion C repository
authorBen Hamilton <benhamilton@google.com>
Mon, 27 Nov 2017 17:21:24 +0000 (17:21 +0000)
committerBen Hamilton <benhamilton@google.com>
Mon, 27 Nov 2017 17:21:24 +0000 (17:21 +0000)
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

llvm-svn: 319052

clang/.arcconfig

index 048706a..b258e7a 100644 (file)
@@ -1,4 +1,4 @@
 {
-  "project_id" : "clang",
+  "repository.callsign" : "C",
   "conduit_uri" : "https://reviews.llvm.org/"
 }