aboutsummaryrefslogtreecommitdiff
path: root/.arcconfig
diff options
context:
space:
mode:
authorBen Hamilton <benhamilton@google.com>2018-01-12 15:37:41 +0000
committerBen Hamilton <benhamilton@google.com>2018-01-12 15:37:41 +0000
commit0e050ed9a828010aab551afb3cb0cafe88b9c7e2 (patch)
tree053f3bb46316778eef543bc609ed528999c9860e /.arcconfig
parent6f9258f3c37240dfd01915add06d5b6d4862ea0c (diff)
downloadllvm-0e050ed9a828010aab551afb3cb0cafe88b9c7e2.tar.gz
[llvm] Set up .arcconfig to point to Diffusion L repository
Summary: Thanks to probinson for noticing this in his review of 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 H270. Reviewers: klimek, sammccall Reviewed By: sammccall Subscribers: llvm-commits, probinson, asb Differential Revision: https://reviews.llvm.org/D41964 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@322374 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.arcconfig')
-rw-r--r--.arcconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.arcconfig b/.arcconfig
index 92f8f458291..a8e665bd920 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,3 +1,4 @@
{
+ "repository.callsign" : "L",
"conduit_uri" : "https://reviews.llvm.org/"
}