mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Remove "remote_hooks_installed" from phabricator/.arcconfig
Summary: See D967. Test Plan: Looked. Reviewers: vrana Reviewed By: vrana CC: aran Differential Revision: https://secure.phabricator.com/D3048
This commit is contained in:
parent
f1270315e9
commit
6cef6658a3
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
{
|
{
|
||||||
"project_id" : "phabricator",
|
"project_id" : "phabricator",
|
||||||
"conduit_uri" : "https://secure.phabricator.com/api/",
|
"conduit_uri" : "https://secure.phabricator.com/api/",
|
||||||
"lint_engine" : "PhabricatorLintEngine",
|
"lint.engine" : "PhabricatorLintEngine",
|
||||||
"unit_engine" : "PhutilUnitTestEngine",
|
"unit.engine" : "PhutilUnitTestEngine",
|
||||||
"copyright_holder" : "Facebook, Inc.",
|
"copyright_holder" : "Facebook, Inc.",
|
||||||
"remote_hooks_installed" : true,
|
|
||||||
"phutil_libraries" : {
|
"phutil_libraries" : {
|
||||||
"phabricator" : "src/"
|
"phabricator" : "src/"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue