summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate man pagesJürg Billeter2020-10-2725-27/+27
|
* Re-generate man pagesChandan Singh2020-08-1425-26/+26
|
* Regenerate man pagesJürg Billeter2020-07-0625-24/+59
|
* Regenerate man pageschandan/cli-deps-2Chandan Singh2020-05-1324-30/+37
|
* Remove bst shell --sysrootJürg Billeter2020-04-251-7/+0
| | | | This is no longer needed now that we support caching buildtrees in CAS.
* types.py: Add a __str__ to PipelineSelection to fix man pagesbschubert/fix-manpagesBenjamin Schubert2020-04-2324-35/+34
| | | | | This ensures that we get as 'default' what the user needs to enter in the command in the manpages
* man/bst-workspace-reset.1: Update workspace re-open help messageTristan Maat2019-12-091-2/+2
| | | | This was missed in !1710.
* Remove all `--track` optionsTristan Maat2019-11-222-11/+2
|
* Regenerate man pages after removal of `--track*` from `bst build`Chandan Singh2019-11-0424-97/+128
|
* man: Updated man pages for new `--max-jobs` CLI optionTristan Van Berkom2019-07-1622-67/+70
|
* runcli.py: Don't set project to 'None'AlexFazakas2019-07-0222-68/+68
| | | | | | | Calling runcli with project set to None results in setting the directory to the string 'None'. Instead, only set it when the given project argument is not None.
* Regenerate man pagesJürg Billeter2019-06-2722-31/+65
|
* Update man pages now that bst artifact delete existsJames Ennis2019-03-1322-22/+41
|
* Re-generate man pageschandan/depsChandan Singh2019-02-1221-21/+27
|
* man: Refresh man pagesChandan Singh2019-01-2526-133/+102
| | | | | | | | | | 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.
* man: Regenerate all of our man pagesjennis/migrate_pull_push_commandsJames Ennis2019-01-2228-151/+274
| | | | | | | | | 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
* man/: update with changes since Apr 2018Angelos Evripiotis2018-11-3019-105/+158
| | | | | | | | | | | | | | | | It seems that the regenerated man pages haven't been committed for some time. Add them all in one lump now. Had to manually strip the version number from the generated files. Had to manually fix the NAME field of bst.1 to not be 'bst - None'. Oddly had to invoke click-man directly in order to get the changes to be applied, the usual setup.py route mentioned in contributing.rst didn't work. Eyeballed the result of invoking man on each of the commands, seems good.
* Add support for creating a tarball on bst checkouttiagogomes/tarball_checkoutTiago Gomes2018-07-201-3/+7
| | | | | | | | One of the tests added is configured to be skipped for now, as dumping binary data is causing a bad descriptor exception when using the pytest capture module. Closes #263.
* Update checkout man page for new --deps optionTiago Gomes2018-07-201-1/+4
|
* man: Updated man pages for 1.1.3 releaseTristan Van Berkom2018-04-2617-61/+106
|
* man: Regenerating man pages for release1.1.2Tristan Van Berkom2018-03-2516-46/+46
| | | | | This needed an update at least for the deprecation of `bst build --track-save`
* man: Updated man pages for the release1.1.1Tristan Van Berkom2018-03-0616-50/+56
|
* Regenerating man pages for 1.1.0 dev release1.1.0Tristan Van Berkom2018-02-1916-123/+105
|
* Generating man pagesTristan Van Berkom2017-09-1016-69/+115
| | | | | Including changes for newly added bst push & pull commands and also some changes to the shell command.
* Updated man pages.Tristan Van Berkom2017-07-2714-31/+163
| | | | | Now includes man pages for workspace commands and also the bst-artifact-receive helper program.
* Update man pages for new placement of arch parametersTristan Van Berkom2017-07-118-82/+28
|
* Regenerating man pagesTristan Van Berkom2017-07-108-29/+71
|
* Regenerating man pages with recent optionsTristan Van Berkom2017-07-048-23/+74
|
* Updating man pages to reflect recent frontend changes.Tristan Van Berkom2017-06-217-22/+36
|
* Updated man pages after recent frontend changes.Tristan Van Berkom2017-05-287-35/+61
|
* Committing automatically generated man pages.Tristan Van Berkom2017-05-277-23/+26
|
* Updated man pages after bst show formatting options have changed.Tristan Van Berkom2017-05-097-25/+26
|
* Adding man pages to distributionTristan Van Berkom2017-04-137-0/+238
Man pages are automatically generated but unfortunately committed to the repository, this should be fixed by integrating the man page generation as a part of the build step, but this seems to be very difficult and is not well documented at all. Tip: The man_pages module of click_man implements a distutils.core.Command for generating man pages, this command should be run as a part of setup.py