Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F433255
PhabricatorRepositoryConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
873 B
Referenced Files
None
Subscribers
None
PhabricatorRepositoryConfigOptions.php
View Options
<?php
/**
* @group repository
*/
final
class
PhabricatorRepositoryConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'Repositories'
);
}
public
function
getDescription
()
{
return
pht
(
'Configure repositories.'
);
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'repository.default-local-path'
,
'string'
,
'/var/repo/'
)
->
setLocked
(
true
)
->
setSummary
(
pht
(
'Default location to store local copies of repositories.'
))
->
setDescription
(
pht
(
'The default location in which to store working copies and other '
.
'data about repositories. Phabricator will control and manage '
.
'data here, so you should **not** choose an existing directory '
.
'full of data you care about.'
)),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 3:36 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
61186
Default Alt Text
PhabricatorRepositoryConfigOptions.php (873 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment