From cf4b14fcbf22acf48588ccff1823bcbf891367d2 Mon Sep 17 00:00:00 2001 From: ekubischta Date: Sat, 19 Jun 2021 16:38:07 +0000 Subject: [PATCH] Arcanist Update .arcconfig to point to we.phorge.it Summary: Updated .arcconfig to we.phorge.it Refs T15006 I would also note, I created this revision using the container setup developed by @willson556 mentioned in T15011#370 and it worked great! Test Plan: Ran `arc install-certificate` and was able to get token from the right place and install it Ran `arc which` saw that it identified `we.phorge.it` Reviewers: speck, avivey, tobiaswiese, O1 Blessed Committers, eax, #blessed_committers Reviewed By: speck, avivey, tobiaswiese, O1 Blessed Committers, eax, #blessed_committers Subscribers: deadalnix, chris, willson556, speck Maniphest Tasks: T15006 Differential Revision: https://we.phorge.it/D25003 --- .arcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.arcconfig b/.arcconfig index 513222b3..26f24431 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,5 +1,5 @@ { - "phabricator.uri": "https://secure.phabricator.com/", + "phabricator.uri": "https://we.phorge.it/", "load": [ "src/" ],