[llvm] r322374 - [llvm] Set up .arcconfig to point to Diffusion L repository
Ben Hamilton via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 12 07:37:42 PST 2018
Author: benhamilton
Date: Fri Jan 12 07:37:41 2018
New Revision: 322374
URL: http://llvm.org/viewvc/llvm-project?rev=322374&view=rev
Log:
[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
Modified:
llvm/trunk/.arcconfig
Modified: llvm/trunk/.arcconfig
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.arcconfig?rev=322374&r1=322373&r2=322374&view=diff
==============================================================================
--- llvm/trunk/.arcconfig (original)
+++ llvm/trunk/.arcconfig Fri Jan 12 07:37:41 2018
@@ -1,3 +1,4 @@
{
+ "repository.callsign" : "L",
"conduit_uri" : "https://reviews.llvm.org/"
}
More information about the llvm-commits
mailing list