bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=dd2436ec69c7a28b0c45e5f8d88146dddfccecf2

commit dd2436ec69c7a28b0c45e5f8d88146dddfccecf2
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri May 11 09:46:55 2018 +0200

    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/";
 }

-- 


Reply via email to