Otto Kekäläinen
Otto Kekäläinen
In https://github.com/xo/usql/pull/521 I submitted a man page for usql that would be included in the upstream repository directory `man`. Could the same pattern apply here, could tiup carry manpage stubs...
Output of commands currently: ``` /usr/bin/client --help Connect a TiDB cluster in your local host Usage: tiup client [flags] Flags: -h, --help help for tiup ``` ``` /usr/bin/cluster --help Deploy...
Are the Markdown pages at https://github.com/pingcap/tiup/tree/master/doc/user automatically published somewhere? At least not at https://docs.pingcap.com/, since that site seems to be generated out of https://github.com/pingcap/docs? On a quick glance it looks...
I did not invent `debian/latest` or `upstream/latest`, they are from DEP-14. I have however been using them successfully for many years and I think they make sense. Personally I would...
If we also want to change the filename to `debian/salsa-ci.yml` but avoid breaking repositories that are configured to run `debian/gitlab-ci.yml`, we can simply have an extra file that just refers...
> LGTM However, can we have some command that changes the Salsa repository settings from debian/gitlab-ci.yml to debian/salsa-ci.yml? This PR will fix the contents of the file, but name still...
Salsa-CI running at https://salsa.debian.org/otto/git-buildpackage/-/pipelines
I understand the tests and the `git/repository.py` class enough so that I got all tests passing at https://salsa.debian.org/otto/git-buildpackage/-/jobs/5147497 (however CI fails on packaging step on seemingly unrelated issue). As a...
This work continues in https://salsa.debian.org/agx/git-buildpackage/-/merge_requests/1, so I am closing this GitHub PR.
I did the initial version with help2man, but it isn't complete enough. Thus this man page cannot be generated automatically right now. If you later decide to expand the output...