From dd2436ec69c7a28b0c45e5f8d88146dddfccecf2 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 11 May 2018 09:46:55 +0200 Subject: [PATCH] update arcconfig key:values for new phabricator api Summary: https://secure.phabricator.com/book/phabricator/article/arcanist_new_project/ the previous values here are no longer valid and will fail when used with git-phab Depends on D6154 Reviewers: cedric, raster, bu5hm4n Reviewed By: bu5hm4n Subscribers: devilhorns Tags: #enlightenment-git Differential Revision: https://phab.enlightenment.org/D6155 --- .arcconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.arcconfig b/.arcconfig index 337a23b17..3dec5e39f 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,4 +1,6 @@ { - "project_id" : "enlightenment", - "conduit_uri" : "https://phab.enlightenment.org/" + "project_id" : "enlightenment-git", + "projects" : "enlightenment-git", + "conduit_uri" : "https://phab.enlightenment.org/", + "phabricator.uri" : "https://phab.enlightenment.org/" }