From e00cd0c40843acbc7126bb6bbc5afd1a57c81a1c Mon Sep 17 00:00:00 2001 From: Ben Hamilton Date: Mon, 4 Dec 2017 17:55:28 +0000 Subject: [PATCH] [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 llvm-svn: 319666 --- libcxx/.arcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/.arcconfig b/libcxx/.arcconfig index c96fbc1b4e6c..b7486508bc1e 100644 --- a/libcxx/.arcconfig +++ b/libcxx/.arcconfig @@ -1,4 +1,4 @@ { - "project_id" : "libcxx", + "repository.callsign" : "CXX", "conduit_uri" : "https://reviews.llvm.org/" }