aboutsummaryrefslogtreecommitdiff
path: root/.arcconfig
diff options
context:
space:
mode:
authorBen Hamilton <benhamilton@google.com>2017-11-28 23:28:45 +0000
committerBen Hamilton <benhamilton@google.com>2017-11-28 23:28:45 +0000
commit64790a3e2980449e5db915bcd400b0a1d5b957f4 (patch)
tree56f59b44ac492eb6aaa0e3f65aa8f7da01be93ba /.arcconfig
parent9c6a06ae28d91edb67025c2e9e40ed5df9b210c1 (diff)
[openmp] Set up .arcconfig to point to new Diffusion OMP repository
Summary: We want to automatically copy the appropriate mailing list for review requests to the openmp repository. For context, see the proposal and discussion here: http://lists.llvm.org/pipermail/cfe-dev/2017-November/056032.html Similar to D40179, I set up a new Diffusion repository with callsign "OMP" for OpenMP: https://reviews.llvm.org/source/openmp/ This explicitly updates openmp's .arcconfig to point to the new OMP repository in Diffusion, which will let us use Herald rule H272 to automatically subscribe openmp-commits to review requests. Reviewers: hans, grokos, Hahnfeld Reviewed By: grokos Subscribers: sammccall, klimek, openmp-commits Differential Revision: https://reviews.llvm.org/D40499 git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@319254 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.arcconfig')
-rw-r--r--.arcconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.arcconfig b/.arcconfig
index 463662d..bd06ac8 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,4 +1,4 @@
{
- "project_id" : "openmp",
+ "repository.callsign" : "OMP",
"conduit_uri" : "https://reviews.llvm.org/"
}