1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-10-24 09:38:50 +02:00
phorge-arcanist/src/workflow
dschleimer 82d05fee9f [arcanist] add system arc config file
Summary:
Adds a system arc config file with precedence below the user config
file, both to ArcanistWorkingCopyIdentity::readConfigFromAnySource()
and to base commit resolution.

Test Plan:
[14:48:45 Mon Jun 25 2012] dschleimer@dev4022.snc6 ~/devtools/arcanist
arcanist system_config 21245 $ cat /etc/arcconfig
{
    "base": "literal:foobar"
}
[14:52:31 Mon Jun 25 2012] dschleimer@dev4022.snc6 ~/devtools/arcanist
arcanist system_config 21246 $ ./bin/arc get-config base
(system) base = literal:foobar
(global) base =

[14:52:39 Mon Jun 25 2012] dschleimer@dev4022.snc6 ~/devtools/arcanist
arcanist system_config 21247 $ ./bin/arc which --show-base --base 'arc:system'
foobar

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T1233

Differential Revision: https://secure.phabricator.com/D2854
2012-06-25 15:14:11 -07:00
..
exception Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistAliasWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistAmendWorkflow.php Use .^ instead of HEAD^ for mercurial 2012-06-11 10:00:02 -04:00
ArcanistBaseWorkflow.php [arcanist] add system arc config file 2012-06-25 15:14:11 -07:00
ArcanistBranchWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistCallConduitWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistCloseRevisionWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistCloseWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistCommitWorkflow.php Use pht() 2012-06-14 16:26:11 -07:00
ArcanistCoverWorkflow.php Use pht() 2012-06-14 16:26:11 -07:00
ArcanistDiffWorkflow.php Wrap and simplify diff error excuse 2012-06-19 18:18:01 -07:00
ArcanistDownloadWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistExportWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistGetConfigWorkflow.php [arcanist] add system arc config file 2012-06-25 15:14:11 -07:00
ArcanistGitHookPreReceiveWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistHelpWorkflow.php Add example to --ansi 2012-06-21 10:32:28 -07:00
ArcanistInlinesWorkflow.php Introduce arc inlines 2012-06-23 16:01:38 -07:00
ArcanistInstallCertificateWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistLandWorkflow.php Allow the "arc land --onto" default to be read from user config 2012-06-20 12:29:07 -07:00
ArcanistLiberateWorkflow.php Remove bogus warning in liberate 2012-06-21 11:52:16 -07:00
ArcanistLintWorkflow.php Remove unused variable 2012-06-01 23:33:58 -07:00
ArcanistListWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistMarkCommittedWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistPasteWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistPatchWorkflow.php Fix lint errors found by Nemo 2012-06-11 16:27:53 -07:00
ArcanistSetConfigWorkflow.php Allow the "arc land --onto" default to be read from user config 2012-06-20 12:29:07 -07:00
ArcanistShellCompleteWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistSvnHookPreCommitWorkflow.php Define interface for lint renderers 2012-06-01 17:35:38 -07:00
ArcanistTasksWorkflow.php Fix help message for arc tasks --status 2012-06-25 17:46:51 -03:00
ArcanistUnitWorkflow.php Use pht() for plural 2012-06-19 15:16:52 -07:00
ArcanistUpgradeWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistUploadWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistWhichWorkflow.php Add a DSL for selecting base commits 2012-06-15 14:01:28 -07:00