3 final class PhabricatorRepositoryConfigOptions
4 extends PhabricatorApplicationConfigOptions
{
6 public function getName() {
7 return pht('Repositories');
10 public function getDescription() {
11 return pht('Configure repositories.');
14 public function getIcon() {
18 public function getGroup() {
22 public function getOptions() {
24 $this->newOption('repository.default-local-path', 'string', '/var/repo/')
27 pht('Default location to store local copies of repositories.'))
30 'The default location in which to store working copies and other '.
31 'data about repositories. %s will control and manage '.
32 'data here, so you should **not** choose an existing directory '.
33 'full of data you care about.',
34 PlatformSymbols
::getPlatformServerName())),