Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bst shell: Added --isolate option, disabled by default.tristan/isolate-shell | Tristan Van Berkom | 2018-02-23 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | This changes a few things: o How the shell environment and sandbox modes are setup is not decided by whether a `--build` sandbox was staged or not o In interactive build debugging mode, an isolated build sandbox is used o The bst shell command now has the option to control it o All invocations of bst shell now use a read-only rootfs, avoiding FUSE layer and file descriptor limits (this can be made optional later if needed) This is a part of issue #223 | ||||
* | _frontend/cli.py: Check for invalid --track-except or --track-save | Phillip Smyth | 2018-02-13 | 1 | -0/+8 |
| | | | | | | | Report error when --track-except or --track-save is specified without --track or --track-all. Fixes #181 | ||||
* | _frontend/cli.py: Improve closing of non-existing workspace | Phillip Smyth | 2018-02-13 | 1 | -0/+5 |
| | | | | Fixes #182 | ||||
* | Refactor CLI importscompletion-optimizations | Tristan Maat | 2018-02-08 | 1 | -0/+702 |
This reduces the number of unconditional imports, mainly to speed up bash completion. |