Page MenuHomePhabricator

Read 'phabricator.uri' and 'default' out of more config sources
ClosedPublic

Authored by epriestley on May 13 2014, 6:31 PM.
Tags
None
Referenced Files
F13098581: D9105.diff
Fri, Apr 26, 8:20 AM
Unknown Object (File)
Wed, Apr 24, 10:19 PM
Unknown Object (File)
Mon, Apr 22, 10:23 AM
Unknown Object (File)
Thu, Apr 18, 1:53 PM
Unknown Object (File)
Thu, Apr 11, 8:43 AM
Unknown Object (File)
Sat, Apr 6, 10:43 AM
Unknown Object (File)
Mar 19 2024, 5:39 AM
Unknown Object (File)
Feb 20 2024, 10:49 PM

Details

Summary

We have old/inconsistent code for reading these. Instead, read from sources in a modern way.

Test Plan
  • Removed "default" and "phabricator.uri" from user/local/project config.
  • Set "default" in "/etc/arcconfig".
  • Ran arc tasks and got a "connect to Phabricator" message.

Diff Detail

Repository
rARC Arcanist
Branch
default
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 439
Build 439: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Read 'phabricator.uri' and 'default' out of more config sources.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.

Specifically, "default" and "phabricator.uri" currently have no effect in system configuration.

davedash added a reviewer: davedash.
davedash added a subscriber: davedash.

Looks good to me.

This revision is now accepted and ready to land.May 13 2014, 6:36 PM
epriestley updated this revision to Diff 21622.

Closed by commit rARC85b6c581e11b (authored by @epriestley).