[PATCH] D41964: [llvm] Set up .arcconfig to point to Diffusion L repository

Ben Hamilton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 13:40:34 PST 2018


benhamilton created this revision.
benhamilton added reviewers: klimek, sammccall.
Herald added a subscriber: llvm-commits.

Thanks to probinson for noticing this in his review of https://reviews.llvm.org/D41956.

Now that we have repository callsigns set in all the other
LLVM/Clang projects' .arcconfig files, we can set the top-level
LLVM .arcconfig repository callsign to "L".

This will correctly Cc: llvm-commits@ on all review requests
sent out from the LLVM repo directory, using Herald rule https://reviews.llvm.org/H270.


Repository:
  rL LLVM

https://reviews.llvm.org/D41964

Files:
  .arcconfig


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41964.129510.patch
Type: text/x-patch
Size: 217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180111/1fc75617/attachment-0001.bin>


More information about the llvm-commits mailing list