[PATCH] D40500: [libcxx] Set up .arcconfig to point to new Diffusion CXX repository
Ben Hamilton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 27 09:08:16 PST 2017
benhamilton created this revision.
Herald added a subscriber: cfe-commits.
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 https://reviews.llvm.org/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 https://reviews.llvm.org/H268.
Repository:
rCXX libc++
https://reviews.llvm.org/D40500
Files:
.arcconfig
Index: .arcconfig
===================================================================
--- .arcconfig
+++ .arcconfig
@@ -1,4 +1,4 @@
{
- "project_id" : "libcxx",
+ "repository.callsign" : "CXX",
"conduit_uri" : "https://reviews.llvm.org/"
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40500.124396.patch
Type: text/x-patch
Size: 247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171127/cbe35ac9/attachment.bin>
More information about the cfe-commits
mailing list