Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for creating a tarball on bst checkouttiagogomes/tarball_checkout | Tiago Gomes | 2018-07-20 | 1 | -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 option | Tiago Gomes | 2018-07-20 | 1 | -1/+4 |
| | |||||
* | man: Updated man pages for 1.1.3 release | Tristan Van Berkom | 2018-04-26 | 17 | -61/+106 |
| | |||||
* | man: Regenerating man pages for release1.1.2 | Tristan Van Berkom | 2018-03-25 | 16 | -46/+46 |
| | | | | | This needed an update at least for the deprecation of `bst build --track-save` | ||||
* | man: Updated man pages for the release1.1.1 | Tristan Van Berkom | 2018-03-06 | 16 | -50/+56 |
| | |||||
* | Regenerating man pages for 1.1.0 dev release1.1.0 | Tristan Van Berkom | 2018-02-19 | 16 | -123/+105 |
| | |||||
* | Generating man pages | Tristan Van Berkom | 2017-09-10 | 16 | -69/+115 |
| | | | | | Including changes for newly added bst push & pull commands and also some changes to the shell command. | ||||
* | Updated man pages. | Tristan Van Berkom | 2017-07-27 | 14 | -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 parameters | Tristan Van Berkom | 2017-07-11 | 8 | -82/+28 |
| | |||||
* | Regenerating man pages | Tristan Van Berkom | 2017-07-10 | 8 | -29/+71 |
| | |||||
* | Regenerating man pages with recent options | Tristan Van Berkom | 2017-07-04 | 8 | -23/+74 |
| | |||||
* | Updating man pages to reflect recent frontend changes. | Tristan Van Berkom | 2017-06-21 | 7 | -22/+36 |
| | |||||
* | Updated man pages after recent frontend changes. | Tristan Van Berkom | 2017-05-28 | 7 | -35/+61 |
| | |||||
* | Committing automatically generated man pages. | Tristan Van Berkom | 2017-05-27 | 7 | -23/+26 |
| | |||||
* | Updated man pages after bst show formatting options have changed. | Tristan Van Berkom | 2017-05-09 | 7 | -25/+26 |
| | |||||
* | Adding man pages to distribution | Tristan Van Berkom | 2017-04-13 | 7 | -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 |