[PATCH] D40502: [test-suite] Set up .arcconfig to point to new Diffusion T repository
Ben Hamilton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 27 09:21:03 PST 2017
benhamilton created this revision.
Herald added a subscriber: llvm-commits.
We want to automatically copy the appropriate mailing list
for review requests to the test-suite 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
"T" for test-suite:
https://reviews.llvm.org/source/test-suite/
This explicitly updates test-suite's .arcconfig to point to the new
T repository in Diffusion, which will let us use Herald rule https://reviews.llvm.org/H270.
Repository:
rT test-suite
https://reviews.llvm.org/D40502
Files:
.arcconfig
Index: .arcconfig
===================================================================
--- .arcconfig
+++ .arcconfig
@@ -1,4 +1,4 @@
{
- "project_id" : "test-suite",
+ "repository.callsign" : "T",
"conduit_uri" : "https://reviews.llvm.org/"
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40502.124401.patch
Type: text/x-patch
Size: 249 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171127/3489ea3f/attachment.bin>
More information about the llvm-commits
mailing list