Page MenuHomePhabricator

No manual entry for git-deploy
Closed, DeclinedPublic

Description

On tin.eqiad.wmnet, the manual page for git-deploy does not exist:

$ git deploy --help
No manual entry for git-deploy
See 'man 7 undocumented' for help when manual pages are not available.
$


Version: wmf-deployment
Severity: normal

Details

Reference
bz60892

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:57 AM
bzimport added a project: Deployments.
bzimport set Reference to bz60892.
bzimport added a subscriber: Unknown Object (MLST).

The git-deploy on tin is not going to be maintained at all in the future. I do need to add a default man page for trigger, but the normal way to access help for commands in git subcommands is to use help, not --help

git deploy help
git deploy help <action>
etc.

For trigger I have an upstream bug opened for this:

https://github.com/trebuchet-deploy/trigger/issues/11

$ git rebase help
fatal: Not a git repository (or any of the parent directories): .git
$

sure :-D

Upstream issue is good for me. Thanks!