@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update `phd launch`

Summary: Ref T12298. `phd launch` was missed in D17390 and thus broken by D17389.

Test Plan: Launched a daemon with great success.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin

Maniphest Tasks: T12298

Differential Revision: https://secure.phabricator.com/D17429

+1
+1
src/applications/daemon/management/PhabricatorDaemonManagementLaunchWorkflow.php
··· 45 45 46 46 $daemon = array(); 47 47 $daemon['class'] = array_shift($argv); 48 + $daemon['label'] = $daemon['class']; 48 49 $daemon['argv'] = $argv; 49 50 50 51 $daemons = array_fill(0, $daemon_count, $daemon);