summaryrefslogtreecommitdiff
path: root/.arcconfig
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2018-05-11 09:46:55 +0200
committerMarcel Hollerbach <marcel@osg.samsung.com>2018-05-11 09:47:20 +0200
commitdd2436ec69c7a28b0c45e5f8d88146dddfccecf2 (patch)
tree57f2eb5617568a65e25b0df8679ff76ef3f21067 /.arcconfig
parent3e196c1c61cc5d5bfdb8f19a7b88427bfb2c7d33 (diff)
downloadenlightenment-dd2436ec69c7a28b0c45e5f8d88146dddfccecf2.tar.gz
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
Diffstat (limited to '.arcconfig')
-rw-r--r--.arcconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/.arcconfig b/.arcconfig
index 337a23b170..3dec5e39f3 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/"
}