mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 20:10:55 +01:00
Remove arcanist projects from documentation
Summary: Ref T7604. Remove references to "arcanist projects" from documentation. Test Plan: N/A Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7604 Differential Revision: https://secure.phabricator.com/D13005
This commit is contained in:
parent
4fc74a6758
commit
52767e54da
3 changed files with 1 additions and 9 deletions
|
@ -49,10 +49,6 @@ Other options include:
|
|||
See below for details about path resolution, or see
|
||||
@{article:libphutil Libraries User Guide} for a general introduction to
|
||||
libphutil libraries.
|
||||
- **project.name**: name an "Arcanist Project" to associate this working
|
||||
copy (Git, Mercurial) or directory (SVN) with. Previously, this was a
|
||||
required option, but `arc` can now usually operate without it in Git and
|
||||
Mercurial. This option was previously called `project_id`.
|
||||
- **https.cabundle**: specifies the path to an alternate certificate bundle
|
||||
for use when making HTTPS connections.
|
||||
- **lint.engine**: the name of a subclass of
|
||||
|
|
|
@ -44,12 +44,9 @@ Create a `.arcconfig` file in your project's working copy:
|
|||
yourproject/ $ $EDITOR .arcconfig
|
||||
yourproject/ $ cat .arcconfig
|
||||
{
|
||||
"project.name" : "yourprojectname",
|
||||
"phabricator.uri" : "https://phabricator.example.com/"
|
||||
}
|
||||
|
||||
Set `project.name` to a string that identifies the project.
|
||||
|
||||
Set `phabricator.uri` to the URI for your Phabricator install (where `arc`
|
||||
should send changes to).
|
||||
|
||||
|
|
|
@ -83,8 +83,7 @@ Phabricator. For example, you might write this file to
|
|||
`libcustom/.arcconfig`:
|
||||
|
||||
{
|
||||
"project.name" : "libcustom",
|
||||
"load" : [
|
||||
"load": [
|
||||
"phabricator/src/"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue