You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ju...@apache.org on 2022/07/11 11:54:41 UTC

[buildstream] branch master updated (7b1c66462 -> 0e4f375e2)

This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git


    from 7b1c66462 Merge pull request #1678 from apache/juerg/layout-directories
     add 354817efe sandbox: Remove unused build directory variables
     add 6f71b4b97 sandbox: Add `_clean_directory()` method
     add e55f3f63e element.py: Add `run_cleanup_commands()` method
     add f301b69d2 buildelement.py: Call `run_cleanup_commands()` after successful build
     add f60655efd scriptelement.py: Call `run_cleanup_commands()` after successful build
     new 0e4f375e2 Merge pull request #1677 from apache/juerg/clean-build-directory

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/buildstream/buildelement.py          |  4 +++
 src/buildstream/element.py               | 39 +++++++++++++++++-----
 src/buildstream/sandbox/_sandboxreapi.py |  8 +++++
 src/buildstream/sandbox/sandbox.py       | 57 +++++++++++++++++++++++---------
 src/buildstream/scriptelement.py         |  4 +++
 5 files changed, 87 insertions(+), 25 deletions(-)


[buildstream] 01/01: Merge pull request #1677 from apache/juerg/clean-build-directory

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 0e4f375e2bbb05e7d1a31f1b737ba509c32345ca
Merge: 7b1c66462 f60655efd
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Mon Jul 11 13:54:35 2022 +0200

    Merge pull request #1677 from apache/juerg/clean-build-directory
    
    Clean the build directory after a successful build

 src/buildstream/buildelement.py          |  4 +++
 src/buildstream/element.py               | 39 +++++++++++++++++-----
 src/buildstream/sandbox/_sandboxreapi.py |  8 +++++
 src/buildstream/sandbox/sandbox.py       | 57 +++++++++++++++++++++++---------
 src/buildstream/scriptelement.py         |  4 +++
 5 files changed, 87 insertions(+), 25 deletions(-)