[libcxxabi] r319713 - [libcxxabi] Set up .arcconfig to point to new Diffusion CXXA repository

Ben Hamilton via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 4 15:14:03 PST 2017


Author: benhamilton
Date: Mon Dec  4 15:14:03 2017
New Revision: 319713

URL: http://llvm.org/viewvc/llvm-project?rev=319713&view=rev
Log:
[libcxxabi] Set up .arcconfig to point to new Diffusion CXXA repository

Summary:
We want to automatically copy the appropriate mailing list
for review requests to the libc++abi repository.

For context, see the proposal and discussion here:

http://lists.llvm.org/pipermail/cfe-dev/2017-November/056032.html

Similar to D40500, I set up a new Diffusion repository with callsign
"CXXA" for libc++abi:

https://reviews.llvm.org/source/libcxxabi/

This explicitly updates libcxxabi's .arcconfig to point to the new
CXX repository in Diffusion, which will let us use Herald rule H268.

Reviewers: phosek, beanz, EricWF, compnerd

Reviewed By: phosek

Subscribers: cfe-commits, klimek, sammccall, dlj, bkramer

Differential Revision: https://reviews.llvm.org/D40501

Modified:
    libcxxabi/trunk/.arcconfig

Modified: libcxxabi/trunk/.arcconfig
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/.arcconfig?rev=319713&r1=319712&r2=319713&view=diff
==============================================================================
--- libcxxabi/trunk/.arcconfig (original)
+++ libcxxabi/trunk/.arcconfig Mon Dec  4 15:14:03 2017
@@ -1,4 +1,4 @@
 {
-  "project_id" : "libcxxabi",
+  "repository.callsign" : "CXXA",
   "conduit_uri" : "https://reviews.llvm.org/"
 }




More information about the cfe-commits mailing list