[LNT] r285364 - [lnt] Add missing .arcconfig

Mandeep Singh Grang via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 16:35:08 PDT 2016


Author: mgrang
Date: Thu Oct 27 18:35:08 2016
New Revision: 285364

URL: http://llvm.org/viewvc/llvm-project?rev=285364&view=rev
Log:
[lnt] Add missing .arcconfig

Summary: LNT seems to be missing .arcconfig file.

Reviewers: cmatthews

Differential Revision: https://reviews.llvm.org/D26039

Added:
    lnt/trunk/.arcconfig

Added: lnt/trunk/.arcconfig
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/.arcconfig?rev=285364&view=auto
==============================================================================
--- lnt/trunk/.arcconfig (added)
+++ lnt/trunk/.arcconfig Thu Oct 27 18:35:08 2016
@@ -0,0 +1,4 @@
+{
+  "project_id" : "lnt",
+  "conduit_uri" : "https://reviews.llvm.org/"
+}




More information about the llvm-commits mailing list