[arcconfig] Delete subproject arcconfigs
From https://secure.phabricator.com/book/phabricator/article/arcanist_new_project/: > An .arcconfig file is a JSON file which you check into your project's root. I've done some experimentation, and it looks like the subproject .arcconfigs just get ignored, as the documentation says. Given that we're fully on the monorepo now, it's safe to remove them. Differential Revision: https://reviews.llvm.org/D74996
This commit is contained in:
parent
915e769924
commit
e34ddc09f4
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"repository.callsign" : "CTE",
|
||||
"conduit_uri" : "https://reviews.llvm.org/"
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"repository.callsign" : "C",
|
||||
"conduit_uri" : "https://reviews.llvm.org/"
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"repository.callsign" : "CRT",
|
||||
"conduit_uri" : "https://reviews.llvm.org/"
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"conduit_uri" : "https://reviews.llvm.org/"
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"repository.callsign" : "CXX",
|
||||
"conduit_uri" : "https://reviews.llvm.org/"
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"repository.callsign" : "CXXA",
|
||||
"conduit_uri" : "https://reviews.llvm.org/"
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"repository.callsign" : "UNW",
|
||||
"conduit_uri" : "https://reviews.llvm.org/"
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"repository.callsign" : "LLD",
|
||||
"conduit_uri" : "https://reviews.llvm.org/"
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"project_id" : "lldb",
|
||||
"conduit_uri" : "https://reviews.llvm.org/"
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"repository.callsign" : "L",
|
||||
"conduit_uri" : "https://reviews.llvm.org/"
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"repository.callsign" : "OMP",
|
||||
"conduit_uri" : "https://reviews.llvm.org/"
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"project_id" : "parallel-libs",
|
||||
"conduit_uri" : "https://reviews.llvm.org/"
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"repository.callsign" : "PLO",
|
||||
"conduit_uri" : "https://reviews.llvm.org/"
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"repository.callsign" : "PSTL",
|
||||
"conduit_uri" : "https://reviews.llvm.org/"
|
||||
}
|
Loading…
Reference in New Issue