r319052 - [clang] Set up .arcconfig to point to new Diffusion C repository

Ben Hamilton via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 27 09:21:25 PST 2017


Author: benhamilton
Date: Mon Nov 27 09:21:24 2017
New Revision: 319052

URL: http://llvm.org/viewvc/llvm-project?rev=319052&view=rev
Log:
[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

Modified:
    cfe/trunk/.arcconfig

Modified: cfe/trunk/.arcconfig
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/.arcconfig?rev=319052&r1=319051&r2=319052&view=diff
==============================================================================
--- cfe/trunk/.arcconfig (original)
+++ cfe/trunk/.arcconfig Mon Nov 27 09:21:24 2017
@@ -1,4 +1,4 @@
 {
-  "project_id" : "clang",
+  "repository.callsign" : "C",
   "conduit_uri" : "https://reviews.llvm.org/"
 }




More information about the cfe-commits mailing list