1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-02-08 12:58:31 +01:00
phorge-arcanist/src/workflow/land
epriestley 2f9a422bc6 Improve arc compatibility on Windows
Summary:
  - When altering the include_path(), use PATH_SEPARATOR (";" on Windows, ":" elsewhere) instead of hard-coded ":".
  - Detect missing php_curl.dll extension.
  - Use APPDATA instead of HOME for storing .arcrc (the internet implies this is correct?)
  - Don't try to do chmod() stuff on Windows; it's not critical and I don't want to figure out how it works.

Test Plan: Was able to run part of some arc commands on Windows.

Reviewers: btrahan, Makinde, Koolvin

Reviewed By: btrahan

CC: aran, epriestley

Maniphest Tasks: T124

Differential Revision: https://secure.phabricator.com/D1756
2012-03-05 10:02:37 -08:00
..
__init__.php Print out recovery command before running "git branch -D" in "arc land" 2012-01-26 17:59:42 -08:00
ArcanistLandWorkflow.php Improve arc compatibility on Windows 2012-03-05 10:02:37 -08:00