Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NEWS: Mention `bst artifact log` | Richard Maw | 2018-12-12 | 1 | -0/+2 |
| | |||||
* | NEWS: Add entry about the removal of source-bundle commandphil/source-checkout-options | Phil Dawson | 2018-12-12 | 1 | -0/+6 |
| | |||||
* | Add NEWS for guessing the element in commands | Jonathan Maw | 2018-12-11 | 1 | -0/+5 |
| | | | | This is a part of #222 | ||||
* | NEWS: Add an entry for being able to run commands from a workspacejonathan/workspace-fragment-create | Jonathan Maw | 2018-12-11 | 1 | -0/+4 |
| | | | | This is a part of #222 | ||||
* | NEWS: Update for removal of default strip-commands | Javier Jardón | 2018-12-09 | 1 | -0/+4 |
| | |||||
* | NEWS: Add news about broken 'git describe' by default. | Valentin David | 2018-12-05 | 1 | -0/+4 |
| | |||||
* | NEWS: Added update about the Mandatory .bst change | Phillip Smyth | 2018-11-30 | 1 | -0/+4 |
| | |||||
* | NEWS: Add entry for command batching | Jürg Billeter | 2018-11-27 | 1 | -0/+3 |
| | |||||
* | Added a news item for workspace open changes | William Salmon | 2018-11-21 | 1 | -0/+4 |
| | |||||
* | Add prompt.workspace-... options | Angelos Evripiotis | 2018-11-20 | 1 | -3/+5 |
| | | | | | | | | | | Provide options in project.conf to disable the 'Are you sure ...' prompts when making destructive changes: - Add prompt.really-workspace-close-remove-dir - Add prompt.really-workspace-reset-hard Add a NEWS item for these. | ||||
* | Add prompt.auto-init buildstream.conf option | Angelos Evripiotis | 2018-11-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | Provide an option in buildstream.conf to disable the 'Would you like to ...' prompt when we cannot resolve a project. Some users prefer not to be interrupted by such prompts, so pave the way to creating options to disable all those that might get in the way. Follow the example of the advice.* options 'git-config', and create a namespace for these UI options grouped by behaviour, rather than an over-reaching 'ui.*' namespace. In later work perhaps we'll also add 'advice.*' options. Add a NEWS item for this. | ||||
* | NEWS: Add entry for the new source-checkout command | Chandan Singh | 2018-11-19 | 1 | -0/+2 |
| | | | | | | `bst source-checkout` command was recently added in https://gitlab.com/BuildStream/buildstream/merge_requests/820. Add a NEWS entry for the new command. | ||||
* | Don't pull artifact build trees by default.tpollard/494 | Tom Pollard | 2018-11-17 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | The addition of cached build trees being included in element artifacts has led to mostly redundant download overheads when pulling from a remote artifact server. As such the default behaviour of pull shouldn't fetch the build tree object if available. element.py: extend relevant pull logic for specified subdir consideration and ensure push logic does not lead to partial artifact pushes. Change assumption that the buildtree can be extracted if artifact is cached. __cached_buildtree() and __pull_directories() helpers added. _artifactcache/: artifactcache.py & cascache.py inclusion of helper functions for subdir artifact checking & fetching, fetch logic extended to only pull required artifact directories. extract & checkout updated to handle full/partial operation. tests/: addition of integration test pullbuildtrees.py, buildtrees.py adapted cli options, testutils/artifactshare.py has_artifact changed to return artifact digest on true condition. | ||||
* | BREAK: manual.yaml: don't set any default env vars | Angelos Evripiotis | 2018-11-01 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | Remove the 'MAKEFLAGS' and 'V' defaults. Now that there is a specialised 'make' element, these make-specific defaults don't make sense here. This element is meant to be a blank slate for folks to build on. Note that this is a breaking change, that will require some users to make changes to their .bst files if they are expecting these environment variable to be set. _versions.py: BST_FORMAT_VERSION bumped to 18. This fixes issue #718 | ||||
* | NEWS: Add item for bst shell --sysroot changes | Jonathan Maw | 2018-10-30 | 1 | -0/+4 |
| | |||||
* | NEWS: Add item for cached buildtree behaviour | Jonathan Maw | 2018-10-30 | 1 | -0/+5 |
| | |||||
* | Added a news item for building out of the source directorywillsalmon/outOfSourecBuild | William Salmon | 2018-10-16 | 1 | -0/+3 |
| | | | | For issue #512 in Gitlab. | ||||
* | NEWS: Add entry about contrib/bst-docker-import | Chandan Singh | 2018-10-09 | 1 | -0/+3 |
| | | | | | | | As suggested in https://gitlab.com/BuildStream/buildstream/merge_requests/857#note_106809743, add a NEWS entry for `contrib/bst-docker-import` that was added recently. | ||||
* | Add NEWS entry for Source Transform and pip sourcechandan/sourcetransform | Chandan Singh | 2018-08-15 | 1 | -0/+7 |
| | |||||
* | Add NEWS | Jonathan Maw | 2018-08-14 | 1 | -0/+4 |
| | |||||
* | NEWS: Move recent entries to a new 1.3.1 section | Jürg Billeter | 2018-08-14 | 1 | -9/+17 |
| | | | | | Caching failed builds and relative workspaces were not part of the 1.1.5 developer snapshot. | ||||
* | Implementing relative workspacesrelative_workspaces | Phillip Smyth | 2018-08-10 | 1 | -0/+4 |
| | | | | | | | This fixes #191 A note has been added to NEWS explaining backwards compatibility issues | ||||
* | NEWS: Describe caching of failures | Richard Maw | 2018-07-31 | 1 | -0/+7 |
| | | | | Closes #76. | ||||
* | NEWS: Bring down since version of backported features to 1.1.5 | Tristan Van Berkom | 2018-07-29 | 1 | -1/+3 |
| | | | | | | | These features will be released in 1.1.5 since they have been backported, lets reflect this in the NEWS file in master. Also this adds the backported `remote` plugin to the NEWS | ||||
* | NEWS: Add item for source mirroring | Jonathan Maw | 2018-07-27 | 1 | -0/+4 |
| | |||||
* | Add support for creating a tarball on bst checkouttiagogomes/tarball_checkout | Tiago Gomes | 2018-07-20 | 1 | -0/+8 |
| | | | | | | | | 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. | ||||
* | NEWS: Add news about cache expiry | Tristan Maat | 2018-07-18 | 1 | -0/+4 |
| | |||||
* | Bump required python version to 3.5 | Tristan Maat | 2018-07-18 | 1 | -0/+1 |
| | |||||
* | NEWS: Add news entry for CAS-based artifact cache | Jürg Billeter | 2018-07-17 | 1 | -0/+4 |
| | |||||
* | NEWS: Mentioning new `make` build element | Tristan Van Berkom | 2018-06-06 | 1 | -0/+2 |
| | |||||
* | NEWS: Add item for element redirection214-filter-workspacing | Jonathan Maw | 2018-05-21 | 1 | -0/+10 |
| | |||||
* | NEWS: Added news entry for versioning fixes | Tristan Van Berkom | 2018-04-26 | 1 | -0/+7 |
| | |||||
* | Update NEWS | Richard Maw | 2018-04-18 | 1 | -0/+3 |
| | |||||
* | NEWS: workspace close/reset support multiple elements | Chandan Singh | 2018-04-17 | 1 | -0/+3 |
| | |||||
* | NEWS: Adding news entry for cmake plugin enhancement. | Tristan Van Berkom | 2018-04-15 | 1 | -0/+3 |
| | |||||
* | Add NEWS entryelement-prepare | Tristan Maat | 2018-04-13 | 1 | -0/+6 |
| | |||||
* | NEWS: Mention failed job summary | Richard Maw | 2018-04-12 | 1 | -0/+4 |
| | |||||
* | NEWS: Added news entry detailing that cross-junction tracking is disabled by ↵ | Tristan Van Berkom | 2018-04-12 | 1 | -0/+6 |
| | | | | default | ||||
* | NEWS: Adding news entry for new `bst init` command | Tristan Van Berkom | 2018-04-08 | 1 | -0/+7 |
| | |||||
* | NEWS: Added news entry for newly added `deb` source | Tristan Van Berkom | 2018-03-25 | 1 | -0/+4 |
| | |||||
* | NEWS: Add mention of the new sandbox optionjmac/build-uid-2 | Jim MacArthur | 2018-03-23 | 1 | -0/+3 |
| | |||||
* | NEWS: Adding news entry for new ref-storage options (project.refs) | Tristan Van Berkom | 2018-03-20 | 1 | -0/+12 |
| | | | | Also announce --track-save deprecation | ||||
* | NEWS: Adding a few missing entries for the release | Tristan Van Berkom | 2018-03-06 | 1 | -0/+10 |
| | |||||
* | NEWS: Adding entry for new `--mount` options of `bst shell` | Tristan Van Berkom | 2018-03-06 | 1 | -0/+4 |
| | |||||
* | NEWS: Adding missing entries for recently added features | Tristan Van Berkom | 2018-03-02 | 1 | -0/+15 |
| | |||||
* | Updating NEWS for 1.1.0 release | Tristan Van Berkom | 2018-02-19 | 1 | -0/+3 |
| | |||||
* | Add junction support for subprojects | Jürg Billeter | 2018-02-08 | 1 | -0/+1 |
| | | | | | This introduces junctions as a new kind of elements to allow dependencies to cross project boundaries. | ||||
* | NEWS: Added news entry for support for multiple artifact caches. | Tristan Van Berkom | 2018-01-12 | 1 | -0/+8 |
| | |||||
* | Added MAINTAINERS, NEWS and BuildStream.doap1.0.0 | Tristan Van Berkom | 2018-01-03 | 1 | -0/+16 |
Some basic module metadata before publishing the 1.0 release. |