Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bst-here: Mitigate permission issuesbst-here-permissions | Tristan Maat | 2017-11-29 | 1 | -2/+10 |
| | |||||
* | contrib/bst-here: Change how invocation works | Sam Thursfield | 2017-10-18 | 1 | -1/+7 |
| | | | | | | | | | | | | | | If run with no arguments, `bst-here` now opens an interactive Bash shell. This has several advantages to running each `bst` command in a new container: * it's faster * bash completions will work * man pages could work (if the user runs `dnf install man`) If run with arguments, those are now assumed to be arguments for `bst` such that instead of running `bst-here bst build foo` you now just run `bst-here build foo`. | ||||
* | contrib/bst-here: Set a fixed shell prompt | Sam Thursfield | 2017-10-18 | 1 | -0/+3 |
| | | | | | | | | | | | | This allows users to distinguish bst-here shell sessions from their regular shell. The prompt is blue and gives you just the path name, e.g.: /src> The prompt can be customised or removed by editing the bst-here script directly. | ||||
* | Add `bst-here` script and document it | Sam Thursfield | 2017-10-18 | 1 | -0/+68 |