Skip to content

Commit 9471239

Browse files
author
Thomas Preud'homme
committed
Mirror LLVM's arc config
Make LNT's arc config follow the same structure as LLVM's except for the callsign since phabricator does not have a repository for LNT yet. Reviewed By: cmatthews Differential Revision: https://reviews.llvm.org/D94759
1 parent e736349 commit 9471239

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.arcconfig

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2-
"project_id" : "lnt",
3-
"conduit_uri" : "https://reviews.llvm.org/"
2+
"phabricator_uri" : "https://reviews.llvm.org/",
3+
"repository.callsign" : "LNT",
4+
"conduit_uri" : "https://reviews.llvm.org/",
5+
"base": "git:HEAD^",
6+
"arc.land.onto.default": "main"
47
}

0 commit comments

Comments
 (0)