Commits on Source (5)
-
Previously, one had to manually install `click-man` package, and remember to run the correct command. Now, we can simply run `tox -e man` to update the man pages.
-
Notable changes: * New `source` and `artifact` command groups * Man pages corresponding to obsolete commands, that were marked as hidden in Click, have now been removed. Fixes #881.
-
Simplify our docs, by requesting users to run `tox -e man` to update man pages, instead of manually installing `click-man` and running the command manually.
-
If the `man` directory is empty, then it won't be copied in the source distribution, and `list_man_pages()` will throw an exception when trying to list files in a non-existent directory. This prevents us from installing the BuildStream package when the man pages are not there. The most common use-case for this is when we want to re-generate the man pages but want to install the package before re-generating them.
-
Tristan Van Berkom authored
Generate man pages using tox & update them Closes #880 and #881 See merge request !1107
Showing
- CONTRIBUTING.rst 2 additions, 7 deletionsCONTRIBUTING.rst
- man/bst-artifact-checkout.1 5 additions, 2 deletionsman/bst-artifact-checkout.1
- man/bst-artifact-log.1 2 additions, 2 deletionsman/bst-artifact-log.1
- man/bst-artifact-pull.1 9 additions, 2 deletionsman/bst-artifact-pull.1
- man/bst-artifact-push.1 9 additions, 2 deletionsman/bst-artifact-push.1
- man/bst-artifact-server.1 2 additions, 2 deletionsman/bst-artifact-server.1
- man/bst-artifact.1 2 additions, 2 deletionsman/bst-artifact.1
- man/bst-build.1 9 additions, 2 deletionsman/bst-build.1
- man/bst-checkout.1 0 additions, 22 deletionsman/bst-checkout.1
- man/bst-fetch.1 0 additions, 19 deletionsman/bst-fetch.1
- man/bst-help.1 2 additions, 2 deletionsman/bst-help.1
- man/bst-init.1 3 additions, 3 deletionsman/bst-init.1
- man/bst-pull.1 0 additions, 13 deletionsman/bst-pull.1
- man/bst-push.1 0 additions, 13 deletionsman/bst-push.1
- man/bst-shell.1 5 additions, 2 deletionsman/bst-shell.1
- man/bst-show.1 9 additions, 2 deletionsman/bst-show.1
- man/bst-source-checkout.1 5 additions, 3 deletionsman/bst-source-checkout.1
- man/bst-source-fetch.1 9 additions, 2 deletionsman/bst-source-fetch.1
- man/bst-source-track.1 11 additions, 2 deletionsman/bst-source-track.1
- man/bst-source.1 2 additions, 2 deletionsman/bst-source.1
man/bst-checkout.1
deleted
100644 → 0
man/bst-fetch.1
deleted
100644 → 0
man/bst-pull.1
deleted
100644 → 0
man/bst-push.1
deleted
100644 → 0