Upgrade all the .arcconfigs to https.

llvm-svn: 275409
This commit is contained in:
Benjamin Kramer 2016-07-14 13:15:37 +00:00
parent 977daf307d
commit 56a46bc680
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
{ {
"project_id" : "clang-tools-extra", "project_id" : "clang-tools-extra",
"conduit_uri" : "http://reviews.llvm.org/" "conduit_uri" : "https://reviews.llvm.org/"
} }

View File

@ -1,4 +1,4 @@
{ {
"project_id" : "clang", "project_id" : "clang",
"conduit_uri" : "http://reviews.llvm.org/" "conduit_uri" : "https://reviews.llvm.org/"
} }

View File

@ -1,4 +1,4 @@
{ {
"project_id" : "compiler-rt", "project_id" : "compiler-rt",
"conduit_uri" : "http://reviews.llvm.org/" "conduit_uri" : "https://reviews.llvm.org/"
} }

View File

@ -1,4 +1,4 @@
{ {
"project_id" : "lld", "project_id" : "lld",
"conduit_uri" : "http://reviews.llvm.org/" "conduit_uri" : "https://reviews.llvm.org/"
} }

View File

@ -1,4 +1,4 @@
{ {
"project_id" : "lldb", "project_id" : "lldb",
"conduit_uri" : "http://reviews.llvm.org/" "conduit_uri" : "https://reviews.llvm.org/"
} }

View File

@ -1,4 +1,4 @@
{ {
"project_id" : "llgo", "project_id" : "llgo",
"conduit_uri" : "http://reviews.llvm.org/" "conduit_uri" : "https://reviews.llvm.org/"
} }

View File

@ -1,4 +1,4 @@
{ {
"project_id" : "llvm", "project_id" : "llvm",
"conduit_uri" : "http://reviews.llvm.org/" "conduit_uri" : "https://reviews.llvm.org/"
} }

View File

@ -1,6 +1,6 @@
{ {
"project_id" : "polly", "project_id" : "polly",
"conduit_uri" : "http://reviews.llvm.org/", "conduit_uri" : "https://reviews.llvm.org/",
"history.immutable" : true, "history.immutable" : true,
"load" : [ "load" : [
"utils/arcanist/LitTestEngine" "utils/arcanist/LitTestEngine"