[libcxx] r319666 - [libcxx] Set up .arcconfig to point to new Diffusion CXX repository

Ben Hamilton via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 4 09:55:28 PST 2017


Author: benhamilton
Date: Mon Dec  4 09:55:28 2017
New Revision: 319666

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

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

For context, see the proposal and discussion here:

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

Similar to D40179, I set up a new Diffusion repository with callsign
"CXX" for libc++:

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

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

Reviewers: halyavin, EricWF, mclow.lists, compnerd, mstorsjo

Reviewed By: compnerd

Subscribers: cfe-commits, bkramer, dlj, sammccall, klimek, smeenai, mstorsjo, krytarowski

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

Modified:
    libcxx/trunk/.arcconfig

Modified: libcxx/trunk/.arcconfig
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/.arcconfig?rev=319666&r1=319665&r2=319666&view=diff
==============================================================================
--- libcxx/trunk/.arcconfig (original)
+++ libcxx/trunk/.arcconfig Mon Dec  4 09:55:28 2017
@@ -1,4 +1,4 @@
 {
-  "project_id" : "libcxx",
+  "repository.callsign" : "CXX",
   "conduit_uri" : "https://reviews.llvm.org/"
 }




More information about the cfe-commits mailing list