You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/11/04 08:47:10 UTC

[buildstream] branch tristan/bst-1/bwrap-dev-shm updated (594dffe -> 9d9c14f)

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

tvb pushed a change to branch tristan/bst-1/bwrap-dev-shm
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


 discard 594dffe  tests/integration/sandbox-bwrap.py: Test creation of /dev/shm mountpoint
 discard 269e86b  script plugin: Expose create-dev-shm configuration
 discard 660c589  scriptelement.py: Added set_create_dev_shm() API
 discard 86297e6  buildelement.py: Add support for `create-dev-shm` configuration
     add 46b6ec0  buildelement.py: Add support for `create-dev-shm` configuration
     add 6562aa8  scriptelement.py: Added set_create_dev_shm() API
     add fcee67c  script plugin: Expose create-dev-shm configuration
     add 9f88d0d  tests/integration/sandbox-bwrap.py: Test creation of /dev/shm mountpoint
     add 9d9c14f  NEWS: Added news entry for create-dev-shm configuration

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (594dffe)
            \
             N -- N -- N   refs/heads/tristan/bst-1/bwrap-dev-shm (9d9c14f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 NEWS                                     |  8 ++++++++
 buildstream/buildelement.py              | 16 ++++++++++++++++
 buildstream/plugins/elements/script.yaml |  4 ++++
 3 files changed, 28 insertions(+)