From 85db2bf7b6e59e0d3a419c713010e31e5460ae55 Mon Sep 17 00:00:00 2001 From: Ben Hamilton Date: Mon, 27 Nov 2017 17:34:03 +0000 Subject: [PATCH] [polly] Set up .arcconfig to point to new Diffusion PLO repository Summary: We want to automatically copy the appropriate mailing list for review requests to the polly 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 "PLO" for polly: https://reviews.llvm.org/source/polly/ This explicitly updates polly's .arcconfig to point to the new C repository in Diffusion, which will let us use Herald rule H270. llvm-svn: 319056 --- polly/.arcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/.arcconfig b/polly/.arcconfig index e476057..27acbf4 100644 --- a/polly/.arcconfig +++ b/polly/.arcconfig @@ -1,5 +1,5 @@ { - "project_id" : "polly", + "repository.callsign" : "PLO", "conduit_uri" : "https://reviews.llvm.org/", "history.immutable" : true, "load" : [ -- 2.7.4