[PATCH] D40494: [clang] Set up .arcconfig to point to new Diffusion C repository

Ben Hamilton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 27 08:05:49 PST 2017


benhamilton created this revision.

We want to automatically copy cfe-commits@ on review requests
to the clang repository.

Similar to https://reviews.llvm.org/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 https://reviews.llvm.org/H268.


Repository:
  rC Clang

https://reviews.llvm.org/D40494

Files:
  .arcconfig


Index: .arcconfig
===================================================================
--- .arcconfig
+++ .arcconfig
@@ -1,4 +1,4 @@
 {
-  "project_id" : "clang",
+  "repository.callsign" : "C",
   "conduit_uri" : "https://reviews.llvm.org/"
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40494.124385.patch
Type: text/x-patch
Size: 244 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171127/a74ed90d/attachment.bin>


More information about the cfe-commits mailing list