From f0e6dc122109bcc2c3cade0af04b3f06af2fe50b Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Tue, 25 Feb 2014 07:47:27 -0800 Subject: [PATCH] Updated `.arcconfig` to match newer style configuration. Summary: If I'm not mistaken, `project_id` was recently replaced by `project.name` and `conduit_uri` replaced by `phabricator.uri`. Test Plan: I guess if this differential works, then everything is okay. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8338 --- .arcconfig | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.arcconfig b/.arcconfig index 2d7555dc10..f112192e50 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,11 +1,9 @@ { - "project_id" : "phabricator", - "conduit_uri" : "https://secure.phabricator.com/api/", + "project.name" : "phabricator", + "phabricator.uri" : "https://secure.phabricator.com/", "lint.engine" : "PhabricatorLintEngine", "unit.engine" : "PhutilUnitTestEngine", - "phutil_libraries" : { - "phabricator" : "src/" - }, + "load" : ["src/"], "lint.xhpast.naminghook" : "PhabricatorSymbolNameLinter", "lint.jshint.config" : "support/jshint/jshintconfig" }