diff options
author | James Ennis <james.ennis@codethink.com> | 2019-01-22 13:02:14 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2019-01-22 13:02:14 +0000 |
commit | ea2fbe4d69b7d3b214175620271a148510b75a19 (patch) | |
tree | 58133bc7dd8c95f0177e91750656a1b511e93362 /man/bst-source-bundle.1 | |
parent | 077d5a96fe82afb11238fc4e19166e07f9667ad0 (diff) | |
download | buildstream-jennis/migrate_pull_push_commands.tar.gz |
man: Regenerate all of our man pagesjennis/migrate_pull_push_commands
Due to an upstream click_man issue:
https://github.com/click-contrib/click-man/issues/10
generating the man pages with our current setup.py only generates
a man page for bst-artifact-server, our first entry point.
I then had to remove this entry point from setup.py and regenerate to
obtain man pages for the commands in cli.py
Diffstat (limited to 'man/bst-source-bundle.1')
-rw-r--r-- | man/bst-source-bundle.1 | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/man/bst-source-bundle.1 b/man/bst-source-bundle.1 deleted file mode 100644 index 3806c26e6..000000000 --- a/man/bst-source-bundle.1 +++ /dev/null @@ -1,25 +0,0 @@ -.TH "BST SOURCE-BUNDLE" "1" "29-Nov-2018" "" "bst source-bundle Manual" -.SH NAME -bst\-source-bundle \- Produce a build bundle to be manually executed -.SH SYNOPSIS -.B bst source-bundle -[OPTIONS] ELEMENT -.SH DESCRIPTION -Produce a source bundle to be manually executed - -.SH OPTIONS -.TP -\fB\-\-except\fP PATH -Elements to except from the tarball -.TP -\fB\-\-compression\fP [none|gz|bz2|xz] -Compress the tar file using the given algorithm. -.TP -\fB\-\-track\fP -Track new source references before bundling -.TP -\fB\-f,\fP \-\-force -Overwrite an existing tarball -.TP -\fB\-\-directory\fP TEXT -The directory to write the tarball to
\ No newline at end of file |