1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-27 01:02:42 +01:00
phorge-phorge/src
epriestley b99c240aa3 Deprecate "bin/phd ... --gently" and update documentation
Summary:
Ref T13321. Previously, the behavior was:

  - `bin/phd stop --gently`: Stop all daemons with PID files that belong to the current instance.
  - `bin/phd stop`: Stop all daemons with PID files that belong to the current instance. Complain if there are more processes.
  - `bin/phd stop --force`: Stop all processes that look like daemons, ignoring instances.

The new behavior is:

  - `bin/phd stop`: Stop all processes that look like daemons and belong to the current instance.
  - `bin/phd stop --force`: Stop all processes that look like daemons, period.

Test Plan: Grep / documentation only.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13321

Differential Revision: https://secure.phabricator.com/D20602
2019-06-24 11:16:00 -07:00
..
__tests__ Use PhutilClassMapQuery instead of PhutilSymbolLoader 2015-08-14 07:49:01 +10:00
aphront Fix a looping workflow when trying to submit a partially-effectless transaction group 2019-05-23 19:16:17 -07:00
applications Deprecate "bin/phd ... --gently" and update documentation 2019-06-24 11:16:00 -07:00
docs Recommend dumping database backups with "--compress --output X" instead of "| gzip > X" 2019-06-18 11:37:14 -07:00
extensions
infrastructure Update "phabricator/" for "topological" API changes 2019-06-20 16:11:56 -07:00
view Prevent editing and deleting comments in locked conversations 2019-05-23 19:04:55 -07:00
__phutil_library_init__.php
__phutil_library_map__.php Modularize PhabricatorEditEngineConfigurationTransaction 2019-06-20 16:25:21 -07:00