[Openmp-commits] [PATCH] D40499: [openmp] Set up .arcconfig to point to new Diffusion OMP repository

Ben Hamilton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Nov 27 08:44:38 PST 2017


benhamilton created this revision.
Herald added a subscriber: openmp-commits.

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 https://reviews.llvm.org/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 https://reviews.llvm.org/H272
to automatically subscribe openmp-commits to review requests.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D40499

Files:
  .arcconfig


Index: .arcconfig
===================================================================
--- .arcconfig
+++ .arcconfig
@@ -1,4 +1,4 @@
 {
-  "project_id" : "openmp",
+  "repository.callsign" : "OMP",
   "conduit_uri" : "https://reviews.llvm.org/"
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40499.124393.patch
Type: text/x-patch
Size: 247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20171127/5ec89bea/attachment.bin>


More information about the Openmp-commits mailing list