[arcconfig] Delete subproject arcconfigs
authorShoaib Meenai <smeenai@fb.com>
Fri, 21 Feb 2020 23:44:08 +0000 (15:44 -0800)
committerShoaib Meenai <smeenai@fb.com>
Tue, 25 Feb 2020 00:20:36 +0000 (16:20 -0800)
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

14 files changed:
clang-tools-extra/.arcconfig [deleted file]
clang/.arcconfig [deleted file]
compiler-rt/.arcconfig [deleted file]
debuginfo-tests/.arcconfig [deleted file]
libcxx/.arcconfig [deleted file]
libcxxabi/.arcconfig [deleted file]
libunwind/.arcconfig [deleted file]
lld/.arcconfig [deleted file]
lldb/.arcconfig [deleted file]
llvm/.arcconfig [deleted file]
openmp/.arcconfig [deleted file]
parallel-libs/.arcconfig [deleted file]
polly/.arcconfig [deleted file]
pstl/.arcconfig [deleted file]

diff --git a/clang-tools-extra/.arcconfig b/clang-tools-extra/.arcconfig
deleted file mode 100644 (file)
index d4a0016..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "CTE",
-  "conduit_uri" : "https://reviews.llvm.org/"
-}
diff --git a/clang/.arcconfig b/clang/.arcconfig
deleted file mode 100644 (file)
index b258e7a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "C",
-  "conduit_uri" : "https://reviews.llvm.org/"
-}
diff --git a/compiler-rt/.arcconfig b/compiler-rt/.arcconfig
deleted file mode 100644 (file)
index 74604d3..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "CRT",
-  "conduit_uri" : "https://reviews.llvm.org/"
-}
diff --git a/debuginfo-tests/.arcconfig b/debuginfo-tests/.arcconfig
deleted file mode 100644 (file)
index 92f8f45..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-  "conduit_uri" : "https://reviews.llvm.org/"
-}
diff --git a/libcxx/.arcconfig b/libcxx/.arcconfig
deleted file mode 100644 (file)
index b748650..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "CXX",
-  "conduit_uri" : "https://reviews.llvm.org/"
-}
diff --git a/libcxxabi/.arcconfig b/libcxxabi/.arcconfig
deleted file mode 100644 (file)
index 08cd16e..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "CXXA",
-  "conduit_uri" : "https://reviews.llvm.org/"
-}
diff --git a/libunwind/.arcconfig b/libunwind/.arcconfig
deleted file mode 100644 (file)
index 78ee8d3..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "UNW",
-  "conduit_uri" : "https://reviews.llvm.org/"
-}
diff --git a/lld/.arcconfig b/lld/.arcconfig
deleted file mode 100644 (file)
index c8a8e07..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "LLD",
-  "conduit_uri" : "https://reviews.llvm.org/"
-}
diff --git a/lldb/.arcconfig b/lldb/.arcconfig
deleted file mode 100644 (file)
index e8fa2aa..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "project_id" : "lldb",
-  "conduit_uri" : "https://reviews.llvm.org/"
-}
diff --git a/llvm/.arcconfig b/llvm/.arcconfig
deleted file mode 100644 (file)
index a8e665b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "L",
-  "conduit_uri" : "https://reviews.llvm.org/"
-}
diff --git a/openmp/.arcconfig b/openmp/.arcconfig
deleted file mode 100644 (file)
index bd06ac8..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "OMP",
-  "conduit_uri" : "https://reviews.llvm.org/"
-}
diff --git a/parallel-libs/.arcconfig b/parallel-libs/.arcconfig
deleted file mode 100644 (file)
index 80fd487..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "project_id" : "parallel-libs",
-  "conduit_uri" : "https://reviews.llvm.org/"
-}
diff --git a/polly/.arcconfig b/polly/.arcconfig
deleted file mode 100644 (file)
index a69051f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "PLO",
-  "conduit_uri" : "https://reviews.llvm.org/"
-}
diff --git a/pstl/.arcconfig b/pstl/.arcconfig
deleted file mode 100644 (file)
index ced528f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "repository.callsign" : "PSTL",             
-  "conduit_uri" : "https://reviews.llvm.org/"
-}